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-2025-8099

CVE-2025-8099: GitLab CE/EE DoS Vulnerability

CVE-2025-8099 is a denial of service vulnerability in GitLab CE/EE that allows unauthenticated attackers to disrupt service through GraphQL queries. This article covers the technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2025-8099 Overview

A denial of service vulnerability has been identified in GitLab CE/EE that affects all versions from 10.8 before 18.6.6, 18.7 before 18.7.4, and 18.8 before 18.8.4. Under certain conditions, this vulnerability could allow an unauthenticated user to cause denial of service by sending repeated GraphQL queries to the GitLab server.

Critical Impact

Unauthenticated attackers can exhaust server resources and render GitLab instances unavailable by exploiting improper resource allocation controls in the GraphQL API endpoint.

Affected Products

  • GitLab Community Edition (CE) versions 10.8 to 18.6.5
  • GitLab Enterprise Edition (EE) versions 10.8 to 18.6.5
  • GitLab CE/EE versions 18.7.0 to 18.7.3
  • GitLab CE/EE versions 18.8.0 to 18.8.3

Discovery Timeline

  • 2026-02-10 - GitLab releases security patch (versions 18.6.6, 18.7.4, 18.8.4)
  • 2026-02-11 - CVE CVE-2025-8099 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2025-8099

Vulnerability Analysis

This vulnerability is classified as CWE-770 (Allocation of Resources Without Limits or Throttling). The flaw resides in GitLab's GraphQL API implementation, which fails to properly limit or throttle resource consumption when processing repeated queries. GraphQL APIs are particularly susceptible to resource exhaustion attacks due to their flexible query structure, which allows clients to request deeply nested or complex data in a single request.

The vulnerability enables unauthenticated remote attackers to send specially crafted or repeated GraphQL queries that consume excessive server resources, including CPU, memory, and database connections. This can lead to service degradation or complete unavailability of the GitLab instance.

Root Cause

The root cause of this vulnerability is the lack of proper rate limiting and resource allocation controls in GitLab's GraphQL query processing engine. Without adequate safeguards, the server cannot distinguish between legitimate API usage and malicious query flooding, allowing attackers to overwhelm system resources through sustained query bombardment.

The CWE-770 classification indicates that the application allocates reusable resources without implementing appropriate mechanisms to limit the rate of allocation, the total quantity of resources allocated, or the lifetime of each allocation. In this case, the GraphQL endpoint processes incoming queries without sufficient throttling mechanisms.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying the GraphQL endpoint on a vulnerable GitLab instance (typically /api/graphql)
  2. Crafting queries that consume significant server resources
  3. Sending repeated queries in rapid succession to exhaust available resources
  4. Causing the GitLab service to become unresponsive to legitimate users

The vulnerability can be exploited remotely over the network, making internet-facing GitLab instances particularly at risk. The attack specifically targets the GraphQL API's resource handling, where repeated query submissions can lead to resource exhaustion and service denial.

Detection Methods for CVE-2025-8099

Indicators of Compromise

  • Unusually high volume of requests to the /api/graphql endpoint from single or multiple IP addresses
  • Elevated CPU and memory utilization on GitLab application servers without corresponding legitimate user activity
  • Increased database connection pool exhaustion or query timeouts
  • GitLab application logs showing repeated GraphQL query patterns from unauthenticated sources

Detection Strategies

  • Configure web application firewall (WAF) rules to detect and alert on abnormal GraphQL request volumes
  • Monitor GitLab access logs for patterns of repeated unauthenticated requests to the GraphQL endpoint
  • Implement rate limiting detection at the network edge to identify potential DoS attack patterns
  • Deploy SentinelOne Singularity platform for real-time behavioral analysis of resource exhaustion attempts

Monitoring Recommendations

  • Set up alerting thresholds for GraphQL endpoint request rates exceeding normal operational baselines
  • Monitor server resource metrics (CPU, memory, network I/O) with automatic alerting for anomalous spikes
  • Enable GitLab's built-in audit logging and review for suspicious API access patterns
  • Implement network flow analysis to detect distributed denial of service patterns targeting GitLab infrastructure

How to Mitigate CVE-2025-8099

Immediate Actions Required

  • Upgrade GitLab CE/EE to patched versions: 18.6.6, 18.7.4, or 18.8.4 immediately
  • Implement rate limiting on the GraphQL endpoint at the load balancer or reverse proxy level
  • Review and restrict network access to GitLab instances from untrusted networks where possible
  • Enable GitLab's built-in rate limiting features and adjust thresholds based on normal usage patterns

Patch Information

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

  • Version 18.6.6 - For installations on the 18.6.x branch
  • Version 18.7.4 - For installations on the 18.7.x branch
  • Version 18.8.4 - For installations on the 18.8.x branch

Detailed patch information is available in the GitLab Patch Release Announcement. Additional technical discussion can be found in GitLab Issue #557165 and HackerOne Report #3240210.

Workarounds

  • Deploy a web application firewall (WAF) with rate limiting rules specifically for the /api/graphql endpoint
  • Configure reverse proxy (nginx, Apache) rate limiting to restrict requests per IP to the GraphQL API
  • Implement IP-based access controls to restrict GraphQL endpoint access to trusted networks only
  • Consider temporarily disabling public access to the GraphQL API if not required for operations
bash
# Example nginx rate limiting configuration for GitLab GraphQL endpoint
# Add to nginx configuration file

limit_req_zone $binary_remote_addr zone=graphql_limit:10m rate=10r/s;

location /api/graphql {
    limit_req zone=graphql_limit burst=20 nodelay;
    limit_req_status 429;
    
    # Existing GitLab proxy configuration
    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.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
  • GitLab Patch Release Announcement

  • GitLab Issue #557165 Discussion

  • HackerOne Report #3240210
  • Related CVEs
  • CVE-2025-0186: GitLab Denial of Service Vulnerability

  • CVE-2025-3922: GitLab GraphQL API DOS Vulnerability

  • CVE-2025-6016: GitLab Denial of Service Vulnerability

  • CVE-2026-1660: GitLab Denial of Service 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