The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2025-8014

CVE-2025-8014: GitLab GraphQL DoS Vulnerability

CVE-2025-8014 is a denial of service vulnerability in GitLab GraphQL endpoints that lets unauthenticated attackers bypass query limits and exhaust resources. This article covers technical details, affected versions, and mitigations.

Published: April 21, 2026

CVE-2025-8014 Overview

A Denial of Service (DoS) vulnerability exists in the GraphQL endpoints of GitLab Enterprise Edition (EE) and Community Edition (CE). This vulnerability affects all versions from 11.10 and allows unauthenticated users to potentially bypass query complexity limits, leading to resource exhaustion and service disruption.

Critical Impact

Unauthenticated attackers can exploit this GraphQL vulnerability to exhaust server resources, causing service disruption and potentially rendering GitLab instances unavailable to legitimate users.

Affected Products

  • GitLab Community Edition versions 11.10 prior to 18.2.7
  • GitLab Community Edition versions 18.3 prior to 18.3.3
  • GitLab Community Edition version 18.4.0 prior to 18.4.1
  • GitLab Enterprise Edition versions 11.10 prior to 18.2.7
  • GitLab Enterprise Edition versions 18.3 prior to 18.3.3
  • GitLab Enterprise Edition version 18.4.0 prior to 18.4.1

Discovery Timeline

  • 2025-09-27 - CVE-2025-8014 published to NVD
  • 2025-10-03 - Last updated in NVD database

Technical Details for CVE-2025-8014

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The flaw resides in GitLab's GraphQL API implementation, which is a critical component used for querying and manipulating data across the GitLab platform.

GraphQL APIs are inherently susceptible to resource exhaustion attacks due to their flexible query structure, which allows clients to request deeply nested or complex data relationships in a single query. GitLab implements query complexity limits to prevent abuse; however, this vulnerability allows attackers to circumvent these protective mechanisms.

The issue can be exploited remotely over the network without requiring authentication. When successfully exploited, attackers can craft malicious GraphQL queries that bypass the complexity validation, causing excessive memory and CPU consumption on the target server.

Root Cause

The root cause of this vulnerability is improper allocation of resources without adequate limits or throttling (CWE-770). The GraphQL endpoint fails to properly enforce query complexity limits under certain conditions, allowing crafted queries to consume disproportionate server resources. This represents a failure in the resource management and input validation layers of the GraphQL query parser.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can target any publicly accessible GitLab instance by sending specially crafted GraphQL queries to the /api/graphql endpoint. The queries are designed to exploit the complexity limit bypass, triggering recursive or deeply nested data fetching operations that consume excessive CPU, memory, or database resources.

Since no authentication is required, this vulnerability presents a significant risk to any GitLab deployment with exposed GraphQL endpoints. Attackers can repeatedly send malicious queries to maintain the denial of service condition.

Detection Methods for CVE-2025-8014

Indicators of Compromise

  • Unusual spikes in GraphQL API request volume, particularly from single IP addresses or user agents
  • Elevated server resource consumption (CPU, memory) correlated with GraphQL endpoint activity
  • Slow or unresponsive GitLab services affecting repository operations, CI/CD pipelines, and user access
  • Error logs indicating query complexity or timeout issues in the GraphQL service

Detection Strategies

  • Monitor GraphQL endpoint (/api/graphql) for abnormal request patterns and high query complexity scores
  • Implement rate limiting detection rules that flag excessive requests from unauthenticated sources
  • Configure alerting for sudden increases in server resource utilization tied to API traffic
  • Review web application firewall (WAF) logs for patterns indicative of GraphQL abuse attacks

Monitoring Recommendations

  • Enable detailed logging for GraphQL query execution including complexity scores and execution times
  • Set up real-time alerting for resource exhaustion conditions on GitLab application servers
  • Monitor database connection pools and query execution times for anomalies
  • Implement network traffic analysis to identify high-volume GraphQL request sources

How to Mitigate CVE-2025-8014

Immediate Actions Required

  • Upgrade GitLab to patched versions: 18.2.7, 18.3.3, or 18.4.1 or later immediately
  • Implement rate limiting on the GraphQL endpoint at the reverse proxy or WAF level
  • Consider temporarily restricting access to the GraphQL API from untrusted networks if immediate patching is not feasible
  • Review and harden existing query complexity configurations in GitLab settings

Patch Information

GitLab has released security patches addressing this vulnerability. Organizations should upgrade to the following minimum versions:

  • GitLab CE/EE version 18.2.7 for the 18.2.x branch
  • GitLab CE/EE version 18.3.3 for the 18.3.x branch
  • GitLab CE/EE version 18.4.1 for the 18.4.x branch

For additional details, refer to the GitLab Issue Report #556838 and the HackerOne Report #3228134.

Workarounds

  • Implement network-level rate limiting for the /api/graphql endpoint to throttle excessive requests
  • Configure a Web Application Firewall (WAF) to block requests with unusually large or complex GraphQL query payloads
  • Restrict access to the GraphQL API by requiring authentication or limiting to trusted IP ranges
  • Monitor and alert on resource utilization to quickly identify and respond to active exploitation attempts
bash
# Example: Rate limiting configuration for NGINX reverse proxy
# Add to server block or location configuration for GitLab

location /api/graphql {
    # Limit requests to 10 per second per IP with burst of 20
    limit_req zone=graphql_limit burst=20 nodelay;
    limit_req_status 429;
    
    # Optional: Restrict to authenticated users only
    # auth_request /auth;
    
    proxy_pass http://gitlab_upstream;
}

# Define the rate limit zone in http block
# limit_req_zone $binary_remote_addr zone=graphql_limit:10m rate=10r/s;

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.14%

  • 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
  • GitLab Issue Report #556838

  • HackerOne Report #3228134
  • Related CVEs
  • CVE-2026-8280: GitLab CE/EE DOS Vulnerability

  • CVE-2026-1659: GitLab CE/EE Denial of Service Vulnerability

  • CVE-2026-1184: GitLab EE Denial of Service Vulnerability

  • CVE-2025-14870: GitLab CE/EE DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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