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-2024-11669

CVE-2024-11669: GitLab Auth Bypass Vulnerability

CVE-2024-11669 is an authentication bypass vulnerability in GitLab CE/EE that allows unauthorized access to sensitive data through overly broad token scopes. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-11669 Overview

An authorization bypass vulnerability has been discovered in GitLab CE/EE affecting multiple versions starting from 16.9.8. The flaw exists in certain API endpoints that could potentially allow unauthorized access to sensitive data due to overly broad application of token scopes. This vulnerability enables attackers with valid API tokens to access data beyond their intended authorization scope, potentially exposing confidential repository information, user data, or project configurations.

Critical Impact

Unauthorized access to sensitive data via API token scope bypass could lead to significant data exposure in GitLab instances, particularly affecting organizations with strict access control requirements.

Affected Products

  • GitLab Community Edition (CE) versions 16.9.8 before 17.4.5
  • GitLab Enterprise Edition (EE) versions 17.5 before 17.5.3
  • GitLab CE/EE version 17.6 before 17.6.1

Discovery Timeline

  • 2024-11-26 - CVE CVE-2024-11669 published to NVD
  • 2024-12-12 - Last updated in NVD database

Technical Details for CVE-2024-11669

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization), indicating a fundamental flaw in how GitLab's API endpoints validate and enforce token scope restrictions. The issue stems from the improper implementation of authorization checks at certain API endpoints, where token scopes are applied too broadly, allowing tokens with limited intended permissions to access resources outside their designated scope.

The vulnerability can be exploited over the network without requiring user interaction. An attacker possessing a valid API token—even one with minimal permissions—could potentially leverage the overly permissive scope validation to read sensitive data that should be restricted. This represents a significant confidentiality risk, particularly in multi-tenant environments or organizations where different teams have varying levels of access to repositories and project data.

Root Cause

The root cause of this vulnerability lies in the overly broad application of token scopes within GitLab's API authorization layer. When API requests are processed, the authorization checks fail to properly restrict token permissions to their intended scope boundaries. This means that certain API endpoints do not adequately validate whether a given token has the specific permissions required to access the requested resource, instead relying on a broader scope check that permits unintended access.

Attack Vector

The attack vector for this vulnerability is network-based, requiring an attacker to have a valid API token for the target GitLab instance. The exploitation scenario involves:

  1. An attacker obtains or creates a valid API token with limited scope permissions
  2. The attacker crafts API requests to endpoints that should be restricted based on the token's intended scope
  3. Due to the improper scope validation, the API endpoints process the request and return sensitive data
  4. The attacker gains unauthorized access to confidential information such as repository contents, project configurations, or user data

The vulnerability is particularly concerning because it does not require any user interaction and can be exploited remotely. Organizations using GitLab for sensitive code repositories or with strict access segregation requirements are at elevated risk.

For technical details on the specific endpoints affected, refer to the GitLab Issue #501528.

Detection Methods for CVE-2024-11669

Indicators of Compromise

  • Unusual API access patterns where tokens access resources outside their normal operational scope
  • Increased API requests from tokens that typically have limited usage
  • Access logs showing API endpoints being queried by tokens without appropriate scope assignments
  • Anomalous data retrieval patterns from sensitive repositories or project configurations

Detection Strategies

  • Monitor GitLab API access logs for tokens accessing resources outside their defined scope
  • Implement alerting on API requests that return data inconsistent with token permission levels
  • Review authentication logs for tokens exhibiting unusual access patterns or scope violations
  • Deploy network monitoring to detect abnormal API traffic volumes to GitLab instances

Monitoring Recommendations

  • Enable comprehensive API audit logging in GitLab to capture all token-based requests
  • Configure SIEM alerts for patterns indicative of authorization bypass attempts
  • Regularly review API token usage reports to identify anomalous access patterns
  • Implement rate limiting and anomaly detection on sensitive API endpoints

How to Mitigate CVE-2024-11669

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 17.4.5, 17.5.3, or 17.6.1 immediately
  • Audit all existing API tokens and revoke any with overly broad or unnecessary permissions
  • Review API access logs for evidence of unauthorized data access
  • Implement network segmentation to limit external access to GitLab API endpoints where possible

Patch Information

GitLab has released security patches addressing this vulnerability in the following versions:

  • GitLab 17.4.5 - Patches versions from 16.9.8 to 17.4.x
  • GitLab 17.5.3 - Patches versions 17.5.x
  • GitLab 17.6.1 - Patches version 17.6.0

Organizations should upgrade to the appropriate patched version based on their current deployment. For detailed upgrade instructions, consult the GitLab Issue #501528 for additional context on the fix.

Workarounds

  • Implement strict API token scope policies, limiting tokens to minimum required permissions
  • Enable IP allowlisting for API access where possible to restrict token usage to known networks
  • Consider temporarily disabling or restricting access to non-essential API endpoints until patching is complete
  • Deploy Web Application Firewall (WAF) rules to monitor and potentially block suspicious API access patterns
bash
# Configuration example - Review and audit GitLab API tokens
# List all personal access tokens via Rails console
gitlab-rails runner "PersonalAccessToken.all.each { |t| puts \"Token: #{t.name}, User: #{t.user.username}, Scopes: #{t.scopes}, Expires: #{t.expires_at}\" }"

# Revoke tokens with overly broad scopes (adjust as needed)
# gitlab-rails runner "PersonalAccessToken.where('scopes @> ARRAY[?]::varchar[]', 'api').update_all(revoked: true)"

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.01%

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

  • NVD-CWE-noinfo
  • Technical References
  • GitLab Issue #501528
  • Related CVEs
  • CVE-2025-9957: GitLab Authorization Bypass Vulnerability

  • CVE-2026-6515: GitLab Authentication Bypass Vulnerability

  • CVE-2026-5173: GitLab Auth Bypass Vulnerability

  • CVE-2026-2619: GitLab EE Auth Bypass 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