SQL Injection in Fecommunity Reactpress
CVE-2026-61685
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.
Vulnerability class: SQL Injection
Published .
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
- Fecommunity Reactpress — versions < 3.7.0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-61685?
- CVE-2026-61685 is a high-severity vulnerability in Fecommunity Reactpress, classified under SQL Injection. CVSS score: 7.5/10. Published 2026-09-22.
- How severe is CVE-2026-61685?
- High severity. CVSS v3 base score is 7.5 out of 10.