{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "3.7.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "78ecb70af1c021455c05fdcbe137212c70e310d6"
            },
            {
              "fixed": "827c178061d422a4bc8bdbabd6c0acbe91384dfa"
            }
          ],
          "repo": "https://github.com/fecommunity/reactpress",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-wmw4-mw6x-6vfm"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-89"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/61xxx/CVE-2026-61685.json"
  },
  "details": "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.",
  "id": "CVE-2026-61685",
  "modified": "2026-09-24T03:30:56.486468006Z",
  "published": "2026-09-22T23:08:58.323Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/fecommunity/reactpress/releases/tag/v3.7.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/61xxx/CVE-2026-61685.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/fecommunity/reactpress/security/advisories/GHSA-wmw4-mw6x-6vfm"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-61685"
    },
    {
      "type": "FIX",
      "url": "https://github.com/fecommunity/reactpress/commit/78ecb70af1c021455c05fdcbe137212c70e310d6"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "ReactPress has SQL injection via dynamic column names in TypeORM query builders"
}