{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "5.0.0"
              },
              {
                "fixed": "5.5.4"
              }
            ],
            "source": "DESCRIPTION"
          },
          "events": [
            {
              "introduced": "266ccfd800264c4a0a7c22447112c097b0af7bae"
            },
            {
              "fixed": "027e3346f815f2cd104b689d14342a03a27e0eb7"
            }
          ],
          "repo": "https://github.com/craftcms/commerce",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-89"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/32xxx/CVE-2026-32272.json",
    "unresolved_ranges": [
      {
        "extracted_events": [
          {
            "introduced": "\u003e= 5.0.0 \u003c 5.6.0"
          },
          {
            "last_affected": "\u003e= 5.0.0 \u003c 5.6.0"
          }
        ],
        "source": "AFFECTED_FIELD"
      }
    ]
  },
  "details": "Craft Commerce is an ecommerce platform for Craft CMS. In versions 5.0.0 through 5.5.4, an SQL injection vulnerability exists where the ProductQuery::hasVariant and VariantQuery::hasProduct properties bypass the input sanitization blocklist added to ElementIndexesController in a prior security fix (GHSA-2453-mppf-46cj). The blocklist only strips top-level Yii2 Query properties such as where and orderBy, but hasVariant and hasProduct pass through untouched and internally call Craft::configure() on a subquery without sanitization, re-introducing SQL injection. Any authenticated control panel user can exploit this via boolean-based blind SQL injection to extract arbitrary database contents, including security keys that enable forging admin sessions for privilege escalation. This issue has been fixed in version 5.6.0.",
  "id": "CVE-2026-32272",
  "modified": "2026-08-04T11:31:23.339987948Z",
  "published": "2026-04-13T20:25:50.420Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/craftcms/commerce/releases/tag/5.6.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/32xxx/CVE-2026-32272.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/advisories/GHSA-2453-mppf-46cj"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/craftcms/commerce/security/advisories/GHSA-r54v-qq87-px5r"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32272"
    },
    {
      "type": "FIX",
      "url": "https://github.com/craftcms/commerce/pull/4232"
    }
  ],
  "related": [
    "GHSA-2453-mppf-46cj",
    "GHSA-r54v-qq87-px5r"
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Craft Commerce: Blind SQL Injection via hasVariant/hasProduct"
}