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

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

CVE-2025-13928 is a denial of service vulnerability in GitLab CE/EE allowing unauthenticated attackers to disrupt services via API endpoints. This article covers the technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-13928 Overview

CVE-2025-13928 is an incorrect authorization vulnerability affecting GitLab CE/EE that could allow an unauthenticated user to cause a denial of service condition. The vulnerability exists in API endpoints that fail to properly validate authorization, enabling attackers to exploit this weakness without any authentication credentials.

Critical Impact

Unauthenticated attackers can exploit incorrect authorization validation in GitLab API endpoints to trigger a denial of service condition, potentially disrupting critical DevOps workflows and CI/CD pipelines for organizations relying on GitLab infrastructure.

Affected Products

  • GitLab CE/EE versions 17.7 through 18.6.3
  • GitLab CE/EE versions 18.7.0 through 18.7.1
  • GitLab CE/EE versions 18.8.0 through 18.8.1

Discovery Timeline

  • 2026-01-21 - GitLab releases security patch in version 18.8.2
  • 2026-01-22 - CVE-2025-13928 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2025-13928

Vulnerability Analysis

This vulnerability is classified under CWE-863 (Incorrect Authorization), indicating that the affected GitLab API endpoints do not properly verify that a user is authorized to perform a requested action. The flaw enables network-based attacks that require no authentication or user interaction, making it particularly dangerous for publicly accessible GitLab instances.

The vulnerability's impact is confined to availability—attackers cannot leverage this flaw to access confidential data or modify system integrity. However, the ability to trigger a denial of service condition remotely and without credentials presents a significant operational risk, especially for organizations where GitLab serves as a critical component of their software development lifecycle.

Root Cause

The root cause lies in incorrect authorization validation logic within specific GitLab API endpoints. The affected code paths fail to properly verify whether incoming requests originate from authenticated and authorized users before processing potentially resource-intensive operations. This oversight allows unauthenticated requests to consume server resources, ultimately leading to service degradation or complete unavailability.

Attack Vector

The attack can be executed remotely over the network without requiring any authentication credentials. An attacker can send specially crafted requests to vulnerable API endpoints, bypassing authorization checks that should restrict access to authenticated users only. The low complexity of exploitation combined with no required privileges makes this vulnerability accessible to a wide range of threat actors.

The attack flow involves identifying vulnerable API endpoints, crafting requests that exploit the authorization bypass, and repeatedly sending these requests to exhaust server resources or trigger error conditions that degrade service availability.

Detection Methods for CVE-2025-13928

Indicators of Compromise

  • Unusual spikes in API request volume from unauthenticated sources targeting GitLab endpoints
  • Increased server resource consumption (CPU, memory) without corresponding legitimate user activity
  • Error logs showing repeated authorization failures or unusual API access patterns
  • Service degradation or unavailability reports coinciding with abnormal traffic patterns

Detection Strategies

  • Monitor GitLab API access logs for unauthenticated requests to sensitive endpoints at abnormal volumes
  • Implement rate limiting and anomaly detection for API traffic patterns
  • Configure alerts for sudden increases in 4xx/5xx HTTP response codes from GitLab services
  • Deploy web application firewall (WAF) rules to detect and block suspicious request patterns

Monitoring Recommendations

  • Enable detailed logging for GitLab API endpoints to capture request metadata and source information
  • Establish baseline metrics for normal API traffic volume and resource consumption
  • Configure real-time alerting for deviations from established baselines
  • Integrate GitLab logs with SIEM solutions for centralized monitoring and correlation

How to Mitigate CVE-2025-13928

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 18.8.2, 18.7.2, or 18.6.4 depending on your current version branch
  • Review API access logs for signs of exploitation attempts prior to patching
  • Implement network-level rate limiting for GitLab API endpoints as a temporary protective measure
  • Consider restricting public access to GitLab instances until patches are applied

Patch Information

GitLab has released patched versions addressing this vulnerability. Organizations should upgrade to GitLab CE/EE version 18.8.2, 18.7.2, or 18.6.4 based on their deployment track. Detailed patch information is available in the GitLab Patch Release Notes. Additional technical details can be found in the GitLab Issue Tracker and the HackerOne Security Report.

Workarounds

  • Implement network-level access controls to restrict API access to trusted IP ranges until patching is complete
  • Deploy a reverse proxy or WAF with rate limiting capabilities in front of GitLab instances
  • Monitor and temporarily block IP addresses exhibiting suspicious API access patterns
  • Consider temporarily disabling non-essential API functionality if immediate patching is not feasible
bash
# Example: Rate limiting with nginx as reverse proxy
# Add to nginx configuration for GitLab
limit_req_zone $binary_remote_addr zone=gitlab_api:10m rate=10r/s;

location /api/ {
    limit_req zone=gitlab_api burst=20 nodelay;
    proxy_pass http://gitlab_backend;
}

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

  • 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-863
  • Technical References
  • GitLab Patch Release Notes

  • GitLab Issue Tracker Entry

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