{"dataType": "CVE_RECORD", "dataVersion": "5.2", "cveMetadata": {"cveId": "CVE-2026-61685", "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "state": "PUBLISHED", "assignerShortName": "GitHub_M", "dateReserved": "2026-07-10T18:36:58.849Z", "datePublished": "2026-09-22T23:08:58.323Z", "dateUpdated": "2026-09-22T23:08:58.323Z"}, "containers": {"cna": {"title": "ReactPress has SQL injection via dynamic column names in TypeORM query builders", "problemTypes": [{"descriptions": [{"cweId": "CWE-89", "lang": "en", "description": "CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')", "type": "CWE"}]}], "metrics": [{"cvssV3_1": {"attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1"}}], "references": [{"name": "https://github.com/fecommunity/reactpress/security/advisories/GHSA-wmw4-mw6x-6vfm", "tags": ["x_refsource_CONFIRM"], "url": "https://github.com/fecommunity/reactpress/security/advisories/GHSA-wmw4-mw6x-6vfm"}, {"name": "https://github.com/fecommunity/reactpress/commit/78ecb70af1c021455c05fdcbe137212c70e310d6", "tags": ["x_refsource_MISC"], "url": "https://github.com/fecommunity/reactpress/commit/78ecb70af1c021455c05fdcbe137212c70e310d6"}, {"name": "https://github.com/fecommunity/reactpress/releases/tag/v3.7.0", "tags": ["x_refsource_MISC"], "url": "https://github.com/fecommunity/reactpress/releases/tag/v3.7.0"}], "affected": [{"vendor": "fecommunity", "product": "reactpress", "versions": [{"version": "< 3.7.0", "status": "affected"}]}], "providerMetadata": {"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M", "dateUpdated": "2026-09-22T23:08:58.323Z"}, "descriptions": [{"lang": "en", "value": "ReactPress is a publishing system for React developers. Prior to version 3.7.0, ReactPress API list endpoints build TypeORM `QueryBuilder` conditions using unsanitized HTTP query parameter names as SQL column identifiers (e.g. `` `article.${key}` ``). TypeORM parameterizes values but not column names, allowing unauthenticated attackers to inject SQL through crafted query string keys. Version 3.7.0 contains a patch. As a workaround, allowlist allowed filter column names before interpolating into SQL."}], "source": {"advisory": "GHSA-wmw4-mw6x-6vfm", "discovery": "UNKNOWN"}}}}