Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-35401

CVE-2026-35401: Saleor E-Commerce Platform DoS Vulnerability

CVE-2026-35401 is a denial of service flaw in Saleor e-commerce platform caused by GraphQL query abuse that leads to resource exhaustion. This article covers the technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-35401 Overview

Saleor is an open-source e-commerce platform built with Python and GraphQL. A resource exhaustion vulnerability exists in Saleor versions from 2.0.0 to before 3.23.0a3, 3.22.47, 3.21.54, and 3.20.118. This vulnerability allows a malicious actor to include many GraphQL mutations or queries in a single API call using aliases or chaining multiple mutations, resulting in server resource exhaustion and potential denial of service.

Critical Impact

Unauthenticated attackers can exhaust server resources through crafted GraphQL requests, potentially causing service disruption for legitimate e-commerce customers and business operations.

Affected Products

  • Saleor versions 2.0.0 to before 3.20.118
  • Saleor versions 3.21.x before 3.21.54
  • Saleor versions 3.22.x before 3.22.47
  • Saleor versions 3.23.x before 3.23.0a3

Discovery Timeline

  • 2026-04-08 - CVE-2026-35401 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-35401

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The Saleor GraphQL API lacks proper request complexity analysis and rate limiting mechanisms that would prevent abuse through batched operations.

GraphQL's flexibility allows clients to request multiple operations in a single HTTP request using aliases (allowing the same query/mutation to be called multiple times with different names) or by chaining sequential mutations. Without proper safeguards, an attacker can craft requests containing hundreds or thousands of operations, forcing the server to process all of them before returning a response.

The attack does not require authentication, meaning any network-accessible Saleor instance running vulnerable versions is at risk. The vulnerability can be exploited remotely with low attack complexity, requiring no user interaction. While the confidentiality and integrity of data remain unaffected, the availability impact is significant as server resources become exhausted.

Root Cause

The root cause is the absence of query complexity limits and batch operation restrictions in the Saleor GraphQL implementation. The platform does not enforce:

  • Maximum query depth validation
  • Operation cost analysis before execution
  • Limits on the number of aliases per request
  • Restrictions on chained mutations within a single request
  • Rate limiting based on request complexity

Attack Vector

An attacker exploits this vulnerability by sending specially crafted GraphQL requests to the Saleor API endpoint. The attack can be executed in two primary ways:

  1. Alias Abuse: Using GraphQL aliases, an attacker can execute the same query or mutation multiple times within a single request. Each alias triggers a separate execution cycle, consuming server CPU, memory, and database connections.

  2. Mutation Chaining: By chaining numerous mutations in sequence, the attacker forces the server to process each operation sequentially, holding resources for extended periods.

The vulnerability is exploited by constructing a GraphQL request with an excessive number of aliased operations or chained mutations. For example, an attacker might send a single request containing hundreds of productCreate mutations with unique aliases, overwhelming the server's processing capacity. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35401

Indicators of Compromise

  • Abnormally large GraphQL request payloads to the /graphql/ endpoint
  • High frequency of requests from single IP addresses targeting the GraphQL API
  • Server resource spikes (CPU, memory, database connections) coinciding with GraphQL traffic
  • Slow response times or timeouts affecting the e-commerce platform
  • Log entries showing requests with unusually high numbers of aliases or operations

Detection Strategies

  • Implement request body size monitoring for GraphQL endpoints to detect oversized payloads
  • Deploy Web Application Firewall (WAF) rules to inspect GraphQL request structure and flag requests with excessive aliases
  • Configure alerting for sudden increases in GraphQL query execution time
  • Monitor server resource utilization patterns and correlate with API traffic logs
  • Analyze network traffic for repeated patterns consistent with automated exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for the Saleor GraphQL API including request complexity metrics
  • Set up baseline metrics for normal GraphQL query patterns to identify anomalies
  • Implement real-time alerting for resource utilization thresholds on application servers
  • Monitor database connection pool usage for unusual spikes during GraphQL request processing

How to Mitigate CVE-2026-35401

Immediate Actions Required

  • Upgrade Saleor to a patched version: 3.23.0a3, 3.22.47, 3.21.54, or 3.20.118 depending on your release branch
  • Implement rate limiting at the load balancer or WAF level for the GraphQL endpoint
  • Configure request body size limits to prevent excessively large GraphQL payloads
  • Monitor server resources and GraphQL API performance for signs of exploitation attempts
  • Review access logs for evidence of prior exploitation

Patch Information

The vulnerability is fixed in Saleor versions 3.23.0a3, 3.22.47, 3.21.54, and 3.20.118. Users should upgrade to the appropriate patched version for their release branch. For complete details on the security fix, see the GitHub Security Advisory.

Workarounds

  • Deploy a GraphQL-aware WAF or API gateway that can enforce query depth and complexity limits
  • Implement rate limiting at the infrastructure level (e.g., nginx, load balancer) for the /graphql/ endpoint
  • Configure maximum request body size limits to restrict oversized GraphQL payloads
  • Consider implementing IP-based throttling for unauthenticated GraphQL requests
  • Use a reverse proxy to add query complexity analysis before requests reach Saleor
bash
# Example nginx rate limiting configuration for GraphQL endpoint
limit_req_zone $binary_remote_addr zone=graphql_limit:10m rate=10r/s;

location /graphql/ {
    limit_req zone=graphql_limit burst=20 nodelay;
    client_max_body_size 100k;
    proxy_pass http://saleor_backend;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSaleor

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33756: Saleor E-Commerce Platform DoS Vulnerability

  • CVE-2026-35407: Saleor Auth Bypass Vulnerability

  • CVE-2026-39851: Saleor Information Disclosure Vulnerability

  • CVE-2026-24136: Saleor E-Commerce IDOR Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English