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-2026-1725

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

CVE-2026-1725 is a denial of service vulnerability in GitLab CE/EE allowing unauthenticated attackers to disrupt services via crafted API requests. This article covers technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-1725 Overview

GitLab has remediated a denial of service vulnerability in GitLab CE/EE affecting versions from 18.9 before 18.9.1. Under certain conditions, this vulnerability allows an unauthenticated user to cause denial of service by sending specially crafted requests to a CI jobs API endpoint. The vulnerability is classified as CWE-770 (Allocation of Resources Without Limits or Throttling), indicating that the affected endpoint lacks proper resource consumption controls.

Critical Impact

Unauthenticated attackers can disrupt GitLab CI/CD operations by exhausting server resources through malicious API requests, potentially affecting software delivery pipelines and development workflows.

Affected Products

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

Discovery Timeline

  • 2026-02-25 - CVE-2026-1725 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-1725

Vulnerability Analysis

This vulnerability exists in GitLab's CI jobs API endpoint and stems from improper resource allocation controls (CWE-770). The flaw allows unauthenticated external attackers to consume excessive server resources by sending specially crafted HTTP requests over the network. No user interaction is required to exploit this vulnerability, and the attack can be conducted remotely without authentication credentials.

The root cause lies in the CI jobs API endpoint failing to implement adequate rate limiting or resource consumption boundaries. When processing certain types of requests, the endpoint does not properly validate or throttle incoming traffic, enabling an attacker to exhaust server resources and degrade service availability.

Root Cause

The vulnerability is attributed to CWE-770: Allocation of Resources Without Limits or Throttling. This weakness occurs when the software allocates resources without defining appropriate limits, allowing attackers to consume those resources and cause denial of service conditions. In this case, the CI jobs API endpoint lacks sufficient safeguards to prevent resource exhaustion from maliciously crafted requests.

Attack Vector

The attack is conducted over the network (Attack Vector: Network) and requires no authentication (Privileges Required: None) or user interaction (User Interaction: None). An attacker can exploit this vulnerability by:

  1. Identifying the vulnerable GitLab CI jobs API endpoint
  2. Crafting malicious HTTP requests designed to consume excessive server resources
  3. Sending a high volume of these requests to exhaust available resources
  4. Causing denial of service for legitimate GitLab users

The vulnerability impacts system availability but does not affect confidentiality or integrity of data. Technical details regarding the specific exploitation method can be found in the HackerOne Security Report #3519773 and the GitLab Issue Discussion.

Detection Methods for CVE-2026-1725

Indicators of Compromise

  • Unusual spike in requests to GitLab CI jobs API endpoints
  • Server resource exhaustion (high CPU, memory utilization) coinciding with API traffic
  • Elevated error rates or timeouts from GitLab CI/CD services
  • Log entries showing repeated requests from single or clustered IP addresses targeting CI API endpoints

Detection Strategies

  • Monitor GitLab application logs for anomalous patterns in CI jobs API request volume
  • Implement network-level monitoring to detect high-frequency requests to CI/CD endpoints
  • Configure alerting for sudden increases in API error rates or response latency
  • Review web application firewall (WAF) logs for blocked or suspicious requests targeting GitLab

Monitoring Recommendations

  • Enable detailed logging for GitLab API endpoints, particularly CI/CD related services
  • Deploy rate limiting at the load balancer or reverse proxy level for API endpoints
  • Implement real-time monitoring dashboards tracking GitLab API performance metrics
  • Configure automated alerts for resource consumption anomalies on GitLab servers

How to Mitigate CVE-2026-1725

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 18.9.1 or later immediately
  • Review GitLab logs for any indication of exploitation attempts
  • Implement temporary rate limiting on CI jobs API endpoints if immediate patching is not possible
  • Monitor server resource utilization for signs of ongoing denial of service attempts

Patch Information

GitLab has released version 18.9.1 which addresses this vulnerability. Organizations running affected versions should apply the patch as soon as possible. Detailed patch information is available in the GitLab Patch Release Announcement.

Workarounds

  • Implement rate limiting at the network edge using a WAF or reverse proxy to restrict API request frequency
  • Configure firewall rules to limit access to CI jobs API endpoints to trusted IP ranges
  • Deploy load balancer health checks to automatically detect and isolate overloaded GitLab instances
  • Consider temporarily restricting unauthenticated access to CI API endpoints until patching is complete
bash
# Example nginx rate limiting configuration for GitLab CI API
# Add to nginx configuration for GitLab
limit_req_zone $binary_remote_addr zone=ci_api_limit:10m rate=10r/s;

location ~ ^/api/v4/projects/.*/jobs {
    limit_req zone=ci_api_limit burst=20 nodelay;
    limit_req_status 429;
    proxy_pass http://gitlab_upstream;
}

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 Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-770
  • Technical References
  • GitLab Patch Release Announcement

  • GitLab Issue Discussion

  • HackerOne Security Report #3519773
  • Related CVEs
  • CVE-2025-13078: GitLab Webhook DOS Vulnerability

  • CVE-2025-13436: GitLab CI Denial of Service Vulnerability

  • CVE-2026-3988: GitLab GraphQL DoS Vulnerability

  • CVE-2025-14513: GitLab Protected Branches API DoS Vulnerability
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