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

CVE-2026-1388: GitLab CE/EE ReDoS Vulnerability

CVE-2026-1388 is a regular expression denial of service flaw in GitLab CE/EE that allows unauthenticated attackers to disrupt service via merge request endpoints. This post covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-1388 Overview

A Regular Expression Denial of Service (ReDoS) vulnerability has been identified in GitLab CE/EE affecting all versions from 9.2 before 18.7.5, 18.8 before 18.8.5, and 18.9 before 18.9.1. This vulnerability allows an unauthenticated user to cause a denial of service condition by sending specially crafted input to a merge request endpoint under certain conditions.

Critical Impact

Unauthenticated attackers can exploit this vulnerability remotely to cause service disruption, potentially affecting GitLab availability for all users of an affected instance.

Affected Products

  • GitLab Community Edition (CE) versions 9.2 to 18.7.4
  • GitLab Enterprise Edition (EE) versions 9.2 to 18.7.4
  • GitLab CE/EE versions 18.8.0 to 18.8.4
  • GitLab CE/EE versions 18.9.0

Discovery Timeline

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

Technical Details for CVE-2026-1388

Vulnerability Analysis

This vulnerability is classified under CWE-1333 (Inefficient Regular Expression Complexity). The flaw exists in the merge request endpoint processing logic within GitLab. When a user submits input to this endpoint, it is processed by a regular expression that exhibits catastrophic backtracking behavior when given maliciously crafted input patterns.

The vulnerability is particularly concerning because it can be triggered by unauthenticated users, meaning attackers do not need valid credentials to exploit the flaw. The attack is network-accessible, requires no user interaction, and has low complexity to execute, making it an attractive target for denial of service attacks against GitLab instances.

Root Cause

The root cause of this vulnerability stems from inefficient regular expression patterns used in the merge request processing functionality. When certain input patterns are provided, the regex engine enters an exponential time complexity state due to catastrophic backtracking. This occurs when the regex contains ambiguous patterns that can match the same input in multiple ways, causing the engine to explore an exponentially growing number of possible matches.

Regular expressions vulnerable to ReDoS typically contain:

  • Nested quantifiers (e.g., (a+)+)
  • Alternation with overlapping patterns
  • Groupings that can match empty strings followed by quantifiers

Attack Vector

The attack is executed remotely over the network by sending specially crafted HTTP requests to the vulnerable merge request endpoint. An attacker can construct input strings designed to trigger worst-case regex matching behavior. When the GitLab server processes this malicious input, the CPU becomes consumed by the regex evaluation, causing the service to become unresponsive.

The vulnerability affects the merge request functionality, which is a core feature of GitLab's collaborative code review workflow. A successful attack could prevent legitimate users from creating, viewing, or interacting with merge requests, severely impacting development workflows.

Since no authentication is required, any attacker with network access to a vulnerable GitLab instance can exploit this vulnerability. This includes internet-facing GitLab deployments that allow public access to certain endpoints.

Detection Methods for CVE-2026-1388

Indicators of Compromise

  • Unusual CPU spikes on GitLab application servers, particularly in web worker processes
  • Increased response times or timeouts for merge request-related API endpoints
  • Application logs showing extended processing times for requests to /merge_requests endpoints
  • Memory consumption patterns consistent with regex processing loops

Detection Strategies

  • Monitor GitLab application server CPU utilization for sustained high usage without corresponding user activity increases
  • Implement request timeout monitoring to detect endpoints that consistently exceed normal response times
  • Review web server access logs for repeated requests to merge request endpoints from single IP addresses or unusual patterns
  • Deploy Web Application Firewall (WAF) rules to detect and block requests containing suspicious regex-triggering patterns

Monitoring Recommendations

  • Enable GitLab's built-in request profiling to identify slow endpoint processing
  • Configure alerting for CPU utilization thresholds on GitLab application servers
  • Monitor request queue depths and worker thread availability
  • Implement rate limiting on merge request endpoints to mitigate automated exploitation attempts

How to Mitigate CVE-2026-1388

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 18.9.1, 18.8.5, or 18.7.5 depending on your current version branch
  • If immediate patching is not possible, implement network-level access controls to restrict access to the vulnerable endpoint
  • Enable rate limiting on the affected merge request endpoints to reduce the impact of potential exploitation
  • Review access logs for any evidence of exploitation attempts prior to patching

Patch Information

GitLab has released patched versions addressing this vulnerability. Organizations should upgrade to the following versions based on their current deployment:

  • Version 18.9.1 for those on the 18.9.x branch
  • Version 18.8.5 for those on the 18.8.x branch
  • Version 18.7.5 for those on the 18.7.x branch or any version from 9.2 through 18.7.4

Detailed patch information is available in the GitLab Patch Release Notes. Additional technical discussion can be found in the GitLab Issue Discussion and the original HackerOne Vulnerability Report.

Workarounds

  • Implement a reverse proxy or WAF rule to filter requests to merge request endpoints containing potentially malicious patterns
  • Configure request timeout limits at the web server level to terminate long-running regex operations
  • Restrict network access to GitLab instances to trusted IP ranges where possible
  • Consider temporarily disabling public access to merge request endpoints if the instance must remain unpatched
bash
# Example nginx rate limiting configuration for merge request endpoints
# Add to your GitLab nginx configuration

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

location ~ ^/.*/-/merge_requests {
    limit_req zone=merge_request_limit burst=20 nodelay;
    proxy_read_timeout 30s;
    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.04%

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

  • GitLab Issue Discussion

  • HackerOne Vulnerability 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
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