CVE-2026-61685

Source
https://cve.org/CVERecord?id=CVE-2026-61685
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-61685.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-61685
Aliases
Published
2026-09-22T23:08:58Z
Modified
2026-09-24T03:45:42Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
ReactPress has SQL injection via dynamic column names in TypeORM query builders
Details

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.

Database specific
{
    "cna_assigner":  "GitHub_M",
    "cwe_ids":  [
        "CWE-89"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/61xxx/CVE-2026-61685.json"
}
References

Affected packages

Git / github.com/fecommunity/reactpress

Affected ranges

Type
GIT
Repo
https://github.com/fecommunity/reactpress
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "0"
        },
        {
            "fixed":  "3.7.0"
        }
    ],
    "source":  [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

v2.*
v2.1.0
v2.10.0
v2.12.0
v2.13.0
v2.14.0
v2.15.0
v2.17.0
v2.2.0
v2.20.0
v2.24.0
v2.26.0
v2.28.0
v2.3.0
v2.30.0
v2.31.0
v2.32.0
v2.33.0
v2.34.0
v2.35.0
v2.36.0
v2.4.0
v2.5.0
v2.6.0
v3.*
v3.0.0
v3.1.0
v3.1.1
v3.10.0
v3.11.0
v3.17.0
v3.18.0
v3.19.0
v3.2.0
v3.20.0
v3.21.0
v3.22.0
v3.23.0
v3.24.0
v3.25.0
v3.3.0
v3.4.0
v3.5.0
v3.6.0
v3.8.0
v3.9.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-61685.json"