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.
Advisories
Source ID Title
Github GHSA Github GHSA GHSA-wmw4-mw6x-6vfm ReactPress has SQL injection via dynamic column names in TypeORM query builders
Fixes

Solution

No solution given by the vendor.


Workaround

No workaround given by the vendor.

History

Wed, 23 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 23 Sep 2026 12:30:00 +0000

Type Values Removed Values Added
First Time appeared Fecommunity
Fecommunity reactpress
Vendors & Products Fecommunity
Fecommunity reactpress

Tue, 22 Sep 2026 23:15:00 +0000

Type Values Removed Values Added
Description 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.
Title ReactPress has SQL injection via dynamic column names in TypeORM query builders
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Projects

Sign in to view the affected projects.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-23T14:34:11.725Z

Reserved: 2026-07-10T18:36:58.849Z

Link: CVE-2026-61685

cve-icon Vulnrichment

Updated: 2026-09-23T14:15:09.867Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-22T23:17:07.600

Modified: 2026-09-23T18:12:04.247

Link: CVE-2026-61685

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T09:11:21Z

Weaknesses