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

CVE-2025-14511: GitLab Container Registry DoS Vulnerability

CVE-2025-14511 is a denial of service vulnerability in GitLab CE/EE that allows unauthenticated attackers to disrupt services via the container registry endpoint. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2025-14511 Overview

A denial of service vulnerability has been identified in GitLab CE/EE that allows an unauthenticated attacker to disrupt service availability by sending specially crafted files to the container registry event endpoint. This vulnerability affects GitLab instances running versions from 12.2 through the latest releases prior to the security patches, potentially impacting organizations relying on GitLab's container registry functionality for their DevOps workflows.

Critical Impact

Unauthenticated attackers can cause denial of service conditions on GitLab instances by exploiting improper input validation in the container registry event endpoint, potentially disrupting CI/CD pipelines and development operations.

Affected Products

  • GitLab CE/EE versions 12.2 before 18.7.5
  • GitLab CE/EE versions 18.8 before 18.8.5
  • GitLab CE/EE versions 18.9 before 18.9.1

Discovery Timeline

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

Technical Details for CVE-2025-14511

Vulnerability Analysis

This vulnerability is classified under CWE-1284 (Improper Validation of Specified Quantity in Input), indicating that the GitLab container registry event endpoint fails to properly validate the size, length, or quantity of input data before processing. The flaw allows unauthenticated users to submit maliciously crafted files that can exhaust server resources or trigger unexpected behavior in the container registry processing logic.

The attack exploits weaknesses in how the container registry event handler processes incoming data, specifically when handling certain file structures or payloads under specific conditions. This improper input validation can lead to resource exhaustion, causing the GitLab instance to become unresponsive.

Root Cause

The root cause of this vulnerability lies in improper validation of specified quantity in input (CWE-1284) within the container registry event endpoint. The application fails to adequately validate or limit the quantity, size, or structure of data being processed from incoming requests. When specially crafted files are submitted to this endpoint, the lack of proper boundary checking or resource limits allows an attacker to trigger conditions that consume excessive server resources, leading to denial of service.

Attack Vector

The attack can be executed remotely over the network without requiring authentication. An attacker crafts malicious files specifically designed to exploit the input validation weakness in the container registry event endpoint. When these files are submitted to the vulnerable endpoint under certain conditions, they trigger resource exhaustion or processing failures that render the GitLab service unavailable.

The vulnerability requires no user interaction and can be exploited with low attack complexity, making it particularly dangerous for internet-facing GitLab instances. The attack specifically targets the availability of the system without impacting confidentiality or integrity of data.

Detection Methods for CVE-2025-14511

Indicators of Compromise

  • Unusual spikes in requests to the container registry event endpoint (/v2/ or related container registry API paths)
  • Abnormal resource consumption (CPU, memory) associated with container registry processes
  • Multiple requests from single or distributed IP addresses targeting registry endpoints with malformed or oversized payloads
  • GitLab service degradation or unresponsiveness following suspicious registry activity

Detection Strategies

  • Implement rate limiting and request throttling on container registry endpoints to detect and block abnormal request volumes
  • Monitor GitLab application logs for errors related to container registry event processing, particularly timeout or resource exhaustion errors
  • Deploy web application firewall (WAF) rules to inspect and filter malformed requests targeting container registry endpoints
  • Configure alerting for unusual patterns in registry API traffic, including large payload sizes or malformed file submissions

Monitoring Recommendations

  • Enable detailed logging for container registry event endpoints and monitor for processing anomalies
  • Set up resource utilization alerts for GitLab server components, particularly those handling registry operations
  • Implement network traffic analysis to identify potential DoS attack patterns targeting the container registry
  • Monitor for service availability issues and correlate with registry endpoint activity

How to Mitigate CVE-2025-14511

Immediate Actions Required

  • Upgrade GitLab CE/EE to patched versions: 18.7.5, 18.8.5, or 18.9.1 depending on your current version branch
  • If immediate patching is not possible, implement network-level restrictions to limit access to container registry endpoints
  • Review and harden rate limiting configurations for registry-related API endpoints
  • Monitor system resources closely for signs of exploitation attempts

Patch Information

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

  • Version 18.7.5 - For installations on the 18.7.x branch
  • Version 18.8.5 - For installations on the 18.8.x branch
  • Version 18.9.1 - For installations on the 18.9.x branch

For detailed patch information and upgrade instructions, refer to the GitLab Patch Release Notes. Additional technical details about the vulnerability can be found in the GitLab Issue Discussion and the HackerOne Report #3452200.

Workarounds

  • Implement strict network access controls to limit which IP addresses or networks can access container registry endpoints
  • Deploy a reverse proxy or WAF in front of GitLab with rules to filter potentially malicious payloads targeting registry endpoints
  • If the container registry feature is not required, consider disabling it temporarily until patches can be applied
  • Configure resource limits and request timeouts for registry processing to minimize the impact of exploitation attempts
bash
# Example: Restrict container registry access via NGINX (if using NGINX as reverse proxy)
# Add to your NGINX configuration for GitLab
location ~ ^/v2/ {
    # Limit request rate to registry endpoints
    limit_req zone=registry_limit burst=10 nodelay;
    
    # Restrict access to trusted networks only
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Limit request body size
    client_max_body_size 100M;
    
    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.03%

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

  • GitLab Issue Discussion

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