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-1069

CVE-2026-1069: GitLab CE/EE DoS Vulnerability

CVE-2026-1069 is a denial of service flaw in GitLab CE/EE caused by uncontrolled recursion in GraphQL requests. Unauthenticated attackers can exploit this to disrupt service. This article covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-1069 Overview

CVE-2026-1069 is a denial of service vulnerability affecting GitLab Community Edition (CE) and Enterprise Edition (EE). The vulnerability exists in the GraphQL API endpoint, where an unauthenticated attacker can cause service disruption by sending specially crafted GraphQL requests that trigger uncontrolled recursion under certain circumstances. This vulnerability is classified under CWE-674 (Uncontrolled Recursion).

Critical Impact

Unauthenticated attackers can remotely cause denial of service conditions on GitLab instances, potentially disrupting development workflows and CI/CD pipelines for entire organizations.

Affected Products

  • GitLab Community Edition (CE) versions 18.9 before 18.9.2
  • GitLab Enterprise Edition (EE) versions 18.9 before 18.9.2

Discovery Timeline

  • 2026-03-11 - GitLab releases security patch version 18.9.2
  • 2026-03-11 - CVE-2026-1069 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-1069

Vulnerability Analysis

This vulnerability resides in GitLab's GraphQL API implementation. GraphQL's flexible query language allows clients to define the structure of responses, including nested queries. When certain GraphQL queries are constructed with deep or circular nesting patterns, the server-side query resolver fails to properly limit recursion depth, leading to stack exhaustion or excessive resource consumption.

The attack can be executed without authentication, as the vulnerable GraphQL endpoint is publicly accessible on affected GitLab instances. This significantly increases the risk exposure, as any internet-facing GitLab installation running vulnerable versions could be targeted.

Root Cause

The vulnerability stems from CWE-674: Uncontrolled Recursion. The GitLab GraphQL resolver does not adequately enforce limits on query depth or complexity when processing certain types of nested queries. When a malicious query with recursive relationships is submitted, the server attempts to resolve all nested levels without proper termination conditions, eventually exhausting available resources.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft a malicious GraphQL query with deeply nested or circular references and submit it to the /api/graphql endpoint. The server processes this query without adequate recursion limits, causing resource exhaustion that leads to service unavailability.

The exploitation involves sending HTTP POST requests to the GraphQL endpoint with queries designed to maximize recursion depth. Due to the unauthenticated nature of this attack surface, any network-connected adversary can trigger the denial of service condition.

Detection Methods for CVE-2026-1069

Indicators of Compromise

  • Unusual spike in GraphQL API requests from single or distributed sources
  • Server resource exhaustion symptoms (high CPU, memory usage, or stack overflow errors)
  • GitLab application logs showing deep query processing or recursion-related errors
  • Service availability issues or timeouts on GitLab web interface and API endpoints

Detection Strategies

  • Monitor GraphQL endpoint (/api/graphql) for abnormal request patterns or query complexity
  • Implement rate limiting and query complexity analysis on the GraphQL API
  • Configure alerting for sudden increases in server resource utilization
  • Review application logs for stack overflow exceptions or recursion depth warnings

Monitoring Recommendations

  • Enable detailed logging for GraphQL query processing to identify potentially malicious queries
  • Set up real-time monitoring for GitLab service availability and response times
  • Implement network-level monitoring to detect high-volume requests targeting the GraphQL endpoint
  • Configure automated alerts for abnormal patterns in API request rates or resource consumption

How to Mitigate CVE-2026-1069

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 18.9.2 or later immediately
  • If immediate patching is not possible, consider temporarily restricting access to the GraphQL API endpoint
  • Review access logs for potential exploitation attempts prior to patching
  • Implement Web Application Firewall (WAF) rules to limit GraphQL query depth and complexity

Patch Information

GitLab has released version 18.9.2 which addresses this vulnerability. The patch implements proper recursion depth limits and query complexity analysis in the GraphQL resolver. Organizations should upgrade to this version or later as soon as possible.

For detailed patch information, refer to the GitLab Patch Release Announcement. Additional technical details can be found in GitLab Work Item #586474 and the HackerOne Report #3483687.

Workarounds

  • Restrict network access to the GitLab GraphQL endpoint using firewall rules or reverse proxy configurations
  • Implement authentication requirements for GraphQL API access if operationally feasible
  • Deploy a WAF with GraphQL-specific protections to limit query depth and complexity
  • Consider temporarily disabling the GraphQL API if not critical to operations until patching is complete
bash
# Example: Restrict GraphQL endpoint access via nginx configuration
location /api/graphql {
    # Allow only internal networks
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Rate limiting
    limit_req zone=graphql_limit burst=10 nodelay;
    
    proxy_pass http://gitlab-workhorse;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGitlab

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • 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-674
  • Technical References
  • GitLab Patch Release Announcement

  • GitLab Work Item #586474

  • HackerOne Report #3483687
  • Related CVEs
  • CVE-2026-1101: GitLab EE GraphQL DoS Vulnerability

  • CVE-2026-1092: GitLab CE/EE DoS Vulnerability

  • CVE-2025-12664: GitLab GraphQL DoS Vulnerability

  • CVE-2025-13078: GitLab Webhook DOS 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