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

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

CVE-2025-12576 is a denial of service vulnerability in GitLab CE/EE caused by improper webhook response handling. Authenticated users could exploit this flaw to disrupt service availability. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 13, 2026

CVE-2025-12576 Overview

A denial of service vulnerability has been identified in GitLab CE/EE that allows an authenticated user to cause service disruption through improper handling of webhook response data. The vulnerability affects all GitLab versions from 9.3 and stems from inadequate resource management when processing webhook responses, enabling attackers with valid credentials to exhaust system resources.

Critical Impact

Authenticated users can leverage malicious webhook responses to trigger resource exhaustion, potentially causing denial of service conditions that impact GitLab availability for all users of the affected instance.

Affected Products

  • GitLab CE/EE versions 9.3 through 18.7.5
  • GitLab CE/EE versions 18.8.0 through 18.8.5
  • GitLab CE/EE versions 18.9.0 through 18.9.1

Discovery Timeline

  • 2026-03-11 - CVE CVE-2025-12576 published to NVD
  • 2026-03-11 - GitLab releases security patch in version 18.9.2
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2025-12576

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The flaw exists in GitLab's webhook handling mechanism, which fails to properly validate and limit the resources consumed when processing webhook response data. Under certain conditions, an authenticated attacker can craft or manipulate webhook responses that cause the application to allocate excessive resources, leading to denial of service.

The attack is network-accessible and requires low privileges to execute. While the vulnerability does not impact data confidentiality or integrity, it poses a significant availability risk to GitLab instances. The attack complexity is low, meaning exploitation does not require specialized conditions or circumstances beyond having valid authentication credentials.

Root Cause

The root cause of this vulnerability lies in improper resource allocation controls within GitLab's webhook response processing logic. When webhook responses are received, the application fails to enforce appropriate limits on memory allocation or processing time. This lack of throttling allows maliciously crafted or abnormally large webhook responses to consume disproportionate system resources, ultimately degrading or denying service to legitimate users.

Attack Vector

The attack vector is network-based, requiring an authenticated user to trigger the vulnerability. An attacker with valid credentials to a GitLab instance can configure or interact with webhooks in a manner that produces responses the application cannot handle efficiently. The improper handling of these responses leads to resource exhaustion.

The vulnerability can be exploited through the following general approach:

  1. An authenticated attacker identifies or creates a webhook configuration in GitLab
  2. The attacker manipulates the webhook endpoint or response characteristics to generate problematic response data
  3. When GitLab processes the webhook response, improper resource handling causes memory or CPU exhaustion
  4. Continued exploitation can render the GitLab instance unresponsive to legitimate users

For technical implementation details, refer to the HackerOne Security Report #3395198 and the GitLab Work Item Documentation.

Detection Methods for CVE-2025-12576

Indicators of Compromise

  • Unusual memory consumption spikes correlated with webhook processing activities
  • Increased response times or timeouts on GitLab web interface during webhook executions
  • Error logs showing resource allocation failures or memory warnings in webhook-related processes
  • Abnormal patterns of webhook requests or responses from specific authenticated users

Detection Strategies

  • Monitor GitLab application logs for webhook-related errors, timeouts, or resource exhaustion messages
  • Implement alerting on abnormal memory and CPU utilization patterns in GitLab processes
  • Review webhook configurations for suspicious endpoints or recently modified webhook settings
  • Audit authenticated user activities related to webhook creation and modification

Monitoring Recommendations

  • Configure resource monitoring dashboards to track GitLab process memory and CPU usage over time
  • Set up automated alerts when webhook processing times exceed normal thresholds
  • Enable detailed logging for webhook transactions to capture response sizes and processing durations
  • Regularly review and audit webhook configurations across all projects and groups

How to Mitigate CVE-2025-12576

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 18.9.2, 18.8.6, or 18.7.6 depending on your current version branch
  • Review and audit existing webhook configurations for suspicious or unnecessary entries
  • Temporarily disable non-essential webhooks until the patch is applied
  • Monitor system resources closely for signs of exploitation attempts

Patch Information

GitLab has released patched versions that address this vulnerability. Organizations should upgrade to the following versions:

  • GitLab 18.9.2 - For users on the 18.9.x branch
  • GitLab 18.8.6 - For users on the 18.8.x branch
  • GitLab 18.7.6 - For users on the 18.7.x branch or earlier affected versions

Detailed patch information is available in the GitLab Patch Release Notes.

Workarounds

  • Implement network-level rate limiting on webhook endpoints to prevent rapid exploitation attempts
  • Configure web application firewalls to detect and block abnormally large webhook responses
  • Restrict webhook creation and modification permissions to trusted administrative users only
  • Consider implementing resource quotas at the container or VM level to limit the impact of resource exhaustion
bash
# Example: Rate limiting webhook endpoints using nginx
# Add to your GitLab nginx configuration

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

location ~ ^/api/v4/projects/.*/hooks {
    limit_req zone=webhook_limit burst=20 nodelay;
    # existing 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.03%

  • 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 Patch Release Notes

  • GitLab Work Item Documentation

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