Junglewise Threat Intelligence

CVE-2026-33756: Saleor resource exhaustion via unbounded GraphQL query batching

CVE-2026-33756 · Severity: high · CVSS 7.5 · Published 2026-04-08

Technologies: Saleor. Vendors: Saleor.

Executive brief

Saleor, an e-commerce platform, is vulnerable to a denial-of-service attack that can crash the store's website. An attacker can send a single specially crafted request containing thousands of simultaneous operations, overwhelming the server's processor and memory. This can lead to service outages, preventing customers from browsing or making purchases.

Technical details

Saleor supports GraphQL query batching by accepting multiple operations within a single JSON array in an HTTP request. Prior to the fix, the application did not enforce an upper limit on the number of batched operations, allowing attackers to bypass per-query complexity limits. By submitting a large number of operations in one request, an unauthenticated attacker can exhaust CPU, memory, and database connections, effectively blocking uvicorn async workers. The vulnerability is addressed by introducing GRAPHQL_MUTATION_COUNT_LIMIT and GRAPHQL_ALIAS_COUNT_LIMIT validators. Patches are available in versions 3.23.0a3, 3.22.47, 3.21.54, and 3.20.118.

Affected products

  • Saleor Saleor >= 2.0.0, < 3.20.118; >= 3.21.0, < 3.21.54; >= 3.22.0, < 3.22.47; >= 3.23.0, < 3.23.0a3

Timeline

  • 2026-04-08: advisory: GHSA-24jw-f244-qfpp published by Saleor
  • 2026-04-08: disclosed: CVE-2026-33756 assigned
  • 2026-04-08: patched: Fixes released in multiple branches

References

Related threats