Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-1660

CVE-2026-1660: GitLab Denial of Service Vulnerability

CVE-2026-1660 is a denial of service flaw in GitLab CE/EE caused by improper input validation during issue imports. Authenticated users could exploit this to disrupt service availability in affected versions.

Published: April 23, 2026

CVE-2026-1660 Overview

CVE-2026-1660 is a Denial of Service vulnerability affecting GitLab Community Edition (CE) and Enterprise Edition (EE) that allows an authenticated user to cause service disruption when importing issues. The vulnerability stems from improper input validation in the issue import functionality, which under certain conditions can be exploited to exhaust system resources and deny service to legitimate users.

This vulnerability affects a wide range of GitLab versions spanning multiple years of releases, making it a significant concern for organizations running self-hosted GitLab instances that haven't been updated to the latest patched versions.

Critical Impact

Authenticated attackers can exploit improper input validation during issue imports to cause denial of service, potentially disrupting development workflows and CI/CD pipelines for entire organizations.

Affected Products

  • GitLab Community Edition (CE) versions 12.3 to 18.9.5
  • GitLab Enterprise Edition (EE) versions 12.3 to 18.9.5
  • GitLab CE/EE versions 18.10 to 18.10.3
  • GitLab CE/EE version 18.11.0

Discovery Timeline

  • 2026-04-22 - GitLab releases security patch (versions 18.9.6, 18.10.4, and 18.11.1)
  • 2026-04-22 - CVE-2026-1660 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-1660

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling), indicating that the issue import functionality fails to properly constrain resource allocation when processing user-supplied input. The vulnerability requires network access and low-privilege authentication to exploit, with no user interaction needed.

The flaw manifests during the issue import process where maliciously crafted import data can bypass input validation controls. When triggered, the system allocates excessive resources without proper limits, leading to resource exhaustion and service unavailability. The impact is limited to availability—there is no indication of confidentiality or integrity compromise.

Root Cause

The root cause lies in improper input validation within GitLab's issue import functionality. The application fails to adequately validate and sanitize input parameters during the import process, allowing attackers to submit specially crafted data that triggers unbounded resource allocation. This lack of proper input constraints violates the principle of defense in depth and allows resource exhaustion attacks.

Attack Vector

The attack vector is network-based and requires the attacker to have a valid authenticated session on the GitLab instance. The attacker exploits the vulnerability by initiating an issue import operation with maliciously crafted input that triggers the improper validation condition.

The attack flow involves:

  1. Authenticating to the target GitLab instance with a valid user account
  2. Accessing the issue import functionality
  3. Submitting specially crafted import data designed to trigger resource exhaustion
  4. The server processes the malicious input without proper bounds checking
  5. System resources become exhausted, resulting in denial of service

Due to the low attack complexity and no user interaction requirement, this vulnerability can be reliably exploited once an attacker gains basic authenticated access to a vulnerable GitLab instance. For detailed technical analysis, refer to the HackerOne Report #3518743 and GitLab Work Item #588200.

Detection Methods for CVE-2026-1660

Indicators of Compromise

  • Unusual spikes in memory or CPU utilization on GitLab application servers during issue import operations
  • Abnormal patterns in issue import requests from specific user accounts
  • Application logs showing resource exhaustion errors or timeouts during import processes
  • Multiple failed or stalled import operations preceding service degradation

Detection Strategies

  • Monitor GitLab application logs for unusual import activity patterns or error messages related to resource constraints
  • Implement rate limiting and alerting on issue import API endpoints to detect abuse attempts
  • Deploy application performance monitoring (APM) to identify resource exhaustion patterns during import operations
  • Review authentication logs for accounts initiating excessive import requests

Monitoring Recommendations

  • Configure alerting for sudden increases in GitLab server resource utilization correlated with import operations
  • Establish baseline metrics for normal issue import behavior and alert on deviations
  • Monitor for authentication events followed by immediate import activity from new or unusual accounts
  • Implement logging for all issue import operations including user identity, timestamp, and resource consumption

How to Mitigate CVE-2026-1660

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 18.9.6, 18.10.4, or 18.11.1 immediately depending on your current version branch
  • Review recent issue import activity logs for any suspicious patterns that may indicate exploitation attempts
  • Consider temporarily restricting issue import permissions to trusted users until patching is complete
  • Implement network-level rate limiting on GitLab import endpoints as an additional defense layer

Patch Information

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

  • For versions 12.3 through 18.9.x: Upgrade to 18.9.6
  • For versions 18.10.x: Upgrade to 18.10.4
  • For version 18.11.0: Upgrade to 18.11.1

The official patch release announcement is available at the GitLab Patch Release Page. Organizations should follow their standard change management procedures while prioritizing this security update.

Workarounds

  • Temporarily disable or restrict access to the issue import functionality until patching can be completed
  • Implement application-level rate limiting on import endpoints to mitigate potential abuse
  • Restrict issue import permissions to a smaller group of trusted administrators
  • Deploy a web application firewall (WAF) rule to monitor and limit import-related requests
bash
# GitLab upgrade example (Omnibus installation)
# Backup before upgrading
sudo gitlab-backup create

# Update GitLab package repository
sudo apt-get update

# Upgrade to patched version
sudo apt-get install gitlab-ce=18.11.1-ce.0

# Reconfigure GitLab
sudo gitlab-ctl reconfigure

# Verify the upgrade
sudo gitlab-rake gitlab:env:info

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.06%

  • 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 Work Item #588200

  • HackerOne Report #3518743
  • Vendor Resources
  • GitLab Patch Release Announcement
  • Related CVEs
  • CVE-2025-0186: GitLab Denial of Service Vulnerability

  • CVE-2025-3922: GitLab GraphQL API DOS Vulnerability

  • CVE-2025-6016: GitLab Denial of Service Vulnerability

  • CVE-2026-1101: GitLab EE GraphQL 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