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
    • 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-0993

CVE-2025-0993: GitLab CE/EE Denial of Service Vulnerability

CVE-2025-0993 is a denial of service vulnerability in GitLab CE/EE that allows authenticated attackers to exhaust server resources. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-0993 Overview

A denial of service vulnerability has been discovered in GitLab CE/EE that allows an authenticated attacker to exhaust server resources, potentially causing service disruption. This vulnerability affects all versions before 17.10.7, versions 17.11 before 17.11.3, and version 18.0 before 18.0.1. The flaw is classified as CWE-770 (Allocation of Resources Without Limits or Throttling), indicating improper resource management within the application.

Critical Impact

Authenticated attackers can leverage this vulnerability to cause denial of service conditions by exhausting server resources, potentially disrupting GitLab services for all users in affected environments.

Affected Products

  • GitLab Community Edition (CE) all versions before 17.10.7
  • GitLab Enterprise Edition (EE) all versions before 17.10.7
  • GitLab CE/EE versions 17.11 before 17.11.3
  • GitLab CE/EE version 18.0.0

Discovery Timeline

  • 2025-05-22 - CVE-2025-0993 published to NVD
  • 2025-05-29 - Last updated in NVD database

Technical Details for CVE-2025-0993

Vulnerability Analysis

This vulnerability stems from improper resource allocation controls within GitLab CE/EE. The flaw allows authenticated users to trigger resource-intensive operations without adequate throttling or limits, leading to server resource exhaustion. The attack can be executed remotely over the network and requires low privileges (authenticated user access), making it accessible to any user with valid GitLab credentials.

The impact is limited to availability—there is no compromise of confidentiality or integrity. However, successful exploitation can render GitLab services unavailable to legitimate users, disrupting development workflows and CI/CD pipelines.

Root Cause

The root cause is CWE-770: Allocation of Resources Without Limits or Throttling. GitLab fails to properly constrain resource allocation for certain operations, allowing authenticated users to consume excessive server resources such as memory, CPU, or storage through repeated or specially crafted requests.

Attack Vector

The attack vector is network-based, requiring only authenticated access with low privileges. An attacker with a valid GitLab account can exploit this vulnerability without any user interaction. The attack targets the availability of the GitLab server by exhausting system resources.

The vulnerability mechanism involves resource exhaustion through uncontrolled allocation. Authenticated users can initiate operations that consume server resources without proper rate limiting or resource caps. For detailed technical information, refer to the GitLab Issue Report and HackerOne Security Report #2967771.

Detection Methods for CVE-2025-0993

Indicators of Compromise

  • Unusual spikes in server resource utilization (CPU, memory, disk I/O) correlated with GitLab operations
  • Abnormal request patterns from authenticated users targeting resource-intensive endpoints
  • Repeated timeouts or service degradation reports from GitLab users
  • Log entries indicating resource limit warnings or out-of-memory conditions

Detection Strategies

  • Monitor GitLab application logs for repeated requests from single users that correlate with resource spikes
  • Implement rate limiting detection at the web application firewall (WAF) level for GitLab endpoints
  • Configure alerting for abnormal resource consumption patterns on GitLab servers
  • Enable audit logging to track user activities that may indicate exploitation attempts

Monitoring Recommendations

  • Set up infrastructure monitoring with alerts for CPU and memory thresholds on GitLab servers
  • Deploy application performance monitoring (APM) to identify resource-intensive request patterns
  • Configure centralized logging to correlate user activities with system resource metrics
  • Establish baseline resource utilization patterns to detect anomalous behavior

How to Mitigate CVE-2025-0993

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 17.10.7 or later for the 17.10.x branch
  • Upgrade GitLab CE/EE to version 17.11.3 or later for the 17.11.x branch
  • Upgrade GitLab CE/EE to version 18.0.1 or later for the 18.0.x branch
  • Review and restrict user access to minimize the pool of potential attackers

Patch Information

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

  • Version 17.10.7 or later (for 17.10.x installations)
  • Version 17.11.3 or later (for 17.11.x installations)
  • Version 18.0.1 or later (for 18.0.x installations)

For additional details, consult the GitLab Issue Report.

Workarounds

  • Implement network-level rate limiting for GitLab endpoints to reduce the impact of resource exhaustion attacks
  • Configure web application firewall (WAF) rules to detect and block suspicious request patterns
  • Monitor and alert on unusual resource consumption to enable rapid incident response
  • Consider temporarily restricting access to GitLab for non-essential users until patching is complete
bash
# Example: Configure rate limiting in nginx for GitLab
# Add to nginx configuration for GitLab
limit_req_zone $binary_remote_addr zone=gitlab_limit:10m rate=10r/s;

# Apply to GitLab location block
location / {
    limit_req zone=gitlab_limit burst=20 nodelay;
    # ... existing GitLab proxy configuration
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGitlab

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • GitLab Issue Report

  • HackerOne Security Report #2967771
  • 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