๐Ÿ” CVE Alert

CVE-2026-61685

HIGH 7.5

ReactPress has SQL injection via dynamic column names in TypeORM query builders

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-89
Vendor fecommunity
Product reactpress
Published Sep 22, 2026
Stay Ahead of the Next One

Get instant alerts for fecommunity reactpress

Be the first to know when new high vulnerabilities affecting fecommunity reactpress are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

fecommunity / reactpress
< 3.7.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fecommunity/reactpress/security/advisories/GHSA-wmw4-mw6x-6vfm github.com: https://github.com/fecommunity/reactpress/commit/78ecb70af1c021455c05fdcbe137212c70e310d6 github.com: https://github.com/fecommunity/reactpress/releases/tag/v3.7.0