Answer in brief
CVE-2026-61685 records a High severity (CVSS 7.5) vulnerability in ReactPress has SQL injection via dynamic column names in TypeORM query builders. The current sources do not mark it as known exploited. The current feed maps fecommunity/reactpress (generic), @fecommunity/reactpress (npm). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps fecommunity/reactpress (generic), @fecommunity/reactpress (npm). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| fecommunity/reactpressgeneric | <3.7.0 | 3.7.0 |
| @fecommunity/reactpressnpm | <=3.6.0 | 3.7.0 |
Published upstream
Sep 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 23, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 22, 2026
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.
Quoted source text, attributed separately from HOL analysis.