A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-9807

CVE-2026-9807: GitLab Auth Bypass Vulnerability

CVE-2026-9807 is an authentication bypass flaw in GitLab CE/EE allowing blocked Project Access Tokens to access private resources. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 28, 2026

CVE-2026-9807 Overview

GitLab has patched an authorization enforcement flaw in GitLab Community Edition (CE) and Enterprise Edition (EE). The issue allowed a blocked Project Access Token to continue accessing private resources under certain conditions. The flaw affects GitLab CE/EE versions 18.9 before 18.10.7, 18.11 before 18.11.4, and 19.0 before 19.0.1. The weakness is classified under [CWE-863]: Incorrect Authorization. An authenticated attacker holding a token that an administrator had explicitly blocked could continue to read private project data through network-accessible interfaces.

Critical Impact

A blocked Project Access Token could bypass revocation controls and retain read access to private GitLab project resources, undermining token lifecycle and incident response workflows.

Affected Products

  • GitLab CE/EE 18.9 through versions before 18.10.7
  • GitLab CE/EE 18.11 before 18.11.4
  • GitLab CE/EE 19.0 before 19.0.1

Discovery Timeline

  • 2026-05-27 - GitLab releases patch release 19.0.1 addressing the issue
  • 2026-05-28 - CVE-2026-9807 published to NVD
  • 2026-05-28 - Last updated in NVD database

Technical Details for CVE-2026-9807

Vulnerability Analysis

The vulnerability stems from incorrect authorization enforcement on Project Access Tokens within GitLab CE/EE. Project Access Tokens are scoped credentials used by automation, CI/CD pipelines, and integrations to interact with GitLab APIs. When an administrator blocks a token, GitLab is expected to reject any subsequent authenticated request bearing that token. Under specific conditions in affected versions, the authorization layer failed to honor the blocked state. The token continued to authenticate API calls and return private project data. The flaw is a logic gap in the access control pathway rather than a memory safety or injection issue.

Root Cause

The root cause is improper authorization checking [CWE-863] in the code path that validates Project Access Token state. The blocked status was not consistently consulted before granting access to private resources. Revocation, a core control for token lifecycle management, was therefore not enforced in all execution paths.

Attack Vector

Exploitation requires network access to a vulnerable GitLab instance and possession of a Project Access Token that has been blocked. No user interaction is required. The attacker submits standard API requests using the blocked token. The server returns private resource content instead of rejecting the request. Confidentiality of project data is the primary impact. Integrity and availability are not affected.

No public proof-of-concept code is available. See the GitLab Patch Release Note, GitLab Work Item Detail, and HackerOne Security Report for vendor and researcher details.

Detection Methods for CVE-2026-9807

Indicators of Compromise

  • API access log entries showing successful authentication from a Project Access Token after its blocked timestamp
  • Repository read events, clone operations, or API queries against private projects originating from tokens marked as revoked or blocked in the GitLab admin panel
  • Unexpected token activity in audit_events for tokens that should have been disabled

Detection Strategies

  • Correlate GitLab audit_events and application.log entries with the Project Access Tokens administrative interface to identify tokens used after being blocked
  • Query GitLab API endpoints /api/v4/projects/:id/access_tokens for token state and compare against authentication events
  • Alert on any 200-status API response associated with a token ID that appears in the blocked tokens registry

Monitoring Recommendations

  • Forward GitLab audit and application logs to a centralized analytics platform and create rules for blocked-token usage patterns
  • Periodically reconcile active token inventories with expected token state in CI/CD systems
  • Track anomalous spikes in private project read activity per token to surface unintended access

How to Mitigate CVE-2026-9807

Immediate Actions Required

  • Upgrade GitLab CE/EE to 18.10.7, 18.11.4, or 19.0.1 or later as appropriate for your release branch
  • Audit all Project Access Tokens currently marked as blocked and review their recent API activity
  • Rotate or revoke and recreate any Project Access Tokens that may have been used while in a blocked state

Patch Information

GitLab released patch versions 18.10.7, 18.11.4, and 19.0.1 on 2026-05-27 to correct the authorization enforcement logic. Self-managed administrators should apply the upgrade following the official GitLab Patch Release Note. GitLab.com SaaS instances are patched by the vendor.

Workarounds

  • Delete rather than block Project Access Tokens that must be revoked until the patch is applied
  • Restrict token scopes and project membership to the minimum required, reducing the impact of any token that resists revocation
  • Limit network exposure of self-managed GitLab instances to trusted networks where feasible
bash
# Verify installed GitLab version and upgrade to a fixed release
sudo gitlab-rake gitlab:env:info | grep -i version

# Debian/Ubuntu example: upgrade to a patched release
sudo apt-get update && sudo apt-get install gitlab-ee=19.0.1-ee.0

# RHEL/CentOS example
sudo yum install gitlab-ee-19.0.1-ee.0

# Delete (rather than block) a Project Access Token via API as an interim control
curl --request DELETE \
  --header "PRIVATE-TOKEN: <admin_token>" \
  "https://gitlab.example.com/api/v4/projects/<project_id>/access_tokens/<token_id>"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGitlab

  • SeverityMEDIUM

  • CVSS Score4.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitLab Patch Release Note

  • GitLab Work Item Detail

  • HackerOne Security Report
  • Related CVEs
  • CVE-2026-4868: GitLab Authentication Bypass Vulnerability

  • CVE-2026-5296: GitLab Auth Bypass Vulnerability

  • CVE-2026-6713: GitLab Auth Bypass Vulnerability

  • CVE-2026-8716: GitLab Authentication Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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