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

CVE-2026-1387: GitLab GraphQL DoS Vulnerability

CVE-2026-1387 is a denial of service vulnerability in GitLab EE that allows authenticated users to crash systems via malicious file uploads and GraphQL queries. This article covers technical details, affected versions, and mitigations.

Published: February 13, 2026

CVE-2026-1387 Overview

CVE-2026-1387 is a Denial of Service vulnerability affecting GitLab Enterprise Edition (EE) that allows authenticated users to disrupt service availability. The flaw exists in GitLab's file handling mechanism when processing uploaded files through the GraphQL API. An attacker with valid authentication credentials can upload a specially crafted malicious file and repeatedly query it through GraphQL endpoints, leading to resource exhaustion and service degradation.

This vulnerability is classified as CWE-770 (Allocation of Resources Without Limits or Throttling), indicating that the application fails to properly limit resource consumption when processing file queries.

Critical Impact

Authenticated attackers can cause service disruption affecting GitLab EE deployments, potentially impacting development workflows and CI/CD pipelines across affected organizations.

Affected Products

  • GitLab Enterprise Edition versions 15.6 through 18.6.5
  • GitLab Enterprise Edition versions 18.7.0 through 18.7.3
  • GitLab Enterprise Edition versions 18.8.0 through 18.8.3

Discovery Timeline

  • 2026-02-10 - GitLab releases security patch (versions 18.6.6, 18.7.4, 18.8.4)
  • 2026-02-11 - CVE-2026-1387 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-1387

Vulnerability Analysis

This Denial of Service vulnerability stems from insufficient resource management in GitLab EE's file handling subsystem when files are accessed through the GraphQL API. The vulnerability allows authenticated users to trigger excessive resource consumption on the server by uploading malicious files and repeatedly querying them, effectively overwhelming server resources without proper throttling or rate limiting.

The attack requires only low-privilege authenticated access and can be executed remotely over the network. While the vulnerability does not compromise data confidentiality or integrity, it poses a significant threat to service availability, potentially disrupting critical development operations and CI/CD pipelines for organizations relying on GitLab EE.

Root Cause

The root cause is categorized under CWE-770: Allocation of Resources Without Limits or Throttling. GitLab EE fails to implement adequate resource allocation controls when processing file queries through the GraphQL interface. This allows authenticated users to consume disproportionate server resources by repeatedly querying uploaded files, leading to resource exhaustion and denial of service conditions.

Attack Vector

The attack vector is network-based and requires authenticated access to the GitLab EE instance. An attacker can exploit this vulnerability by:

  1. Authenticating to the GitLab EE instance with valid credentials
  2. Uploading a specially crafted malicious file through normal upload mechanisms
  3. Repeatedly querying the uploaded file through the GraphQL API
  4. The repeated queries trigger resource exhaustion, degrading service availability for legitimate users

The vulnerability is characterized by low attack complexity, requiring no user interaction beyond the attacker's own actions. The impact is limited to availability disruption, with no effect on confidentiality or integrity.

The vulnerability manifests in the file query processing mechanism within GitLab's GraphQL implementation. When a malicious file is uploaded and subsequently queried multiple times, the server fails to properly throttle or limit the resource allocation for processing these requests. Technical details regarding the specific exploitation technique can be found in the HackerOne Report #3515994 and the GitLab Issue Discussion.

Detection Methods for CVE-2026-1387

Indicators of Compromise

  • Unusual spikes in GraphQL API request volume from individual authenticated users
  • Elevated server resource utilization (CPU, memory) correlating with file query operations
  • Repeated identical or similar file queries through the GraphQL endpoint from the same user session
  • Server performance degradation or timeouts affecting multiple users simultaneously

Detection Strategies

  • Monitor GraphQL query logs for repetitive file access patterns from single users or sessions
  • Implement alerting on resource utilization thresholds specifically for file processing operations
  • Analyze authentication logs for accounts making excessive GraphQL requests
  • Deploy application-level monitoring to detect abnormal API usage patterns

Monitoring Recommendations

  • Configure rate limiting alerts on GitLab GraphQL endpoints to detect potential abuse
  • Establish baseline metrics for normal file query operations and alert on deviations
  • Monitor server health metrics including CPU, memory, and I/O during file processing operations
  • Review GitLab audit logs for suspicious file upload and query activity patterns

How to Mitigate CVE-2026-1387

Immediate Actions Required

  • Upgrade GitLab EE to patched versions: 18.6.6, 18.7.4, or 18.8.4 immediately
  • Review GraphQL access logs for any suspicious activity indicating exploitation attempts
  • Implement rate limiting on GraphQL endpoints as a temporary measure if immediate patching is not possible
  • Monitor system resources for signs of ongoing denial of service attacks

Patch Information

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

Current Version RangeUpgrade To
15.6 - 18.6.518.6.6
18.7.0 - 18.7.318.7.4
18.8.0 - 18.8.318.8.4

For detailed patch information, refer to the GitLab Patch Release Announcement.

Workarounds

  • Implement rate limiting on GraphQL API endpoints at the network or application layer
  • Restrict GraphQL access to trusted users or IP ranges where operationally feasible
  • Monitor and temporarily suspend accounts exhibiting suspicious file query patterns
  • Consider implementing additional authentication controls for GraphQL endpoint access
bash
# Example: Rate limiting configuration for GitLab (nginx)
# Add to your GitLab nginx configuration
limit_req_zone $binary_remote_addr zone=graphql_limit:10m rate=10r/s;

location /-/graphql {
    limit_req zone=graphql_limit burst=20 nodelay;
    # Additional 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 Issue Discussion

  • HackerOne Report #3515994
  • Vendor Resources
  • GitLab Patch Release Announcement
  • 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