CVE-2026-61685: ReactPress has SQL injection via dynamic column names in TypeORM query builders

Published Sep 22, 2026
·
Updated

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.

Affected Software

1 affected component
ReactPress ReactPress<3.7.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade ReactPress to a version that resolves this vulnerability.

    Fixed in 3.7.0
  2. Configuration

    Allowlist permitted filter column names before interpolating them into SQL.

    ReactPress API list endpoints allowed filter column names = allowlisted

Event History

Sep 22, 2026
CVE Published
via MITRE·11:08 PM
Data Sourced
via MITRE·11:08 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·11:17 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are exposed to this issue?

ReactPress deployments running a version before 3.7.0 are affected where the vulnerable API list endpoints are reachable. The flaw can be reached over the network without authentication or user interaction.

2

What must an attacker send to exploit it?

An attacker needs to send crafted HTTP query-string parameter names to a vulnerable API list endpoint. The parameter names are interpolated as SQL column identifiers, which TypeORM does not parameterize.

3

Is there a mitigation if upgrading is not immediately possible?

Allowlist the permitted filter column names before they are interpolated into SQL. This prevents untrusted query parameter names from being used as column identifiers.

4

How can I determine whether an instance needs remediation?

Check the deployed ReactPress version and review API list endpoint query construction. Versions earlier than 3.7.0 that use HTTP query parameter names in TypeORM QueryBuilder column expressions require remediation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203