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

CVE-2024-0861: GitLab Auth Bypass Vulnerability

CVE-2024-0861 is an authentication bypass vulnerability in GitLab EE that allows Guest users to modify Custom dashboard projects settings beyond their permissions. This article covers technical details, affected versions, impact, and mitigation.

Published: May 26, 2026

CVE-2024-0861 Overview

CVE-2024-0861 is an authorization flaw in GitLab Enterprise Edition (EE) that allows users with the Guest role to modify Custom dashboard projects settings. The issue violates the role-based access control model, which restricts configuration changes to users with elevated privileges. GitLab disclosed the vulnerability on February 22, 2024, and tracks it under [CWE-425] (Direct Request, or Forced Browsing). Affected versions include GitLab EE 16.4 through 16.7.6, 16.8 through 16.8.3, and 16.9 through 16.9.1. The flaw requires only low-privileged authenticated access and no user interaction.

Critical Impact

Authenticated Guest users can alter Custom dashboard projects configuration, undermining project-level access boundaries in GitLab EE deployments.

Affected Products

  • GitLab EE versions 16.4 through 16.7.6
  • GitLab EE versions 16.8 through 16.8.3
  • GitLab EE versions 16.9 through 16.9.1

Discovery Timeline

  • 2024-02-22 - CVE-2024-0861 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-0861

Vulnerability Analysis

The flaw is an authorization bypass in the Custom dashboard projects settings within GitLab EE. GitLab's permission model assigns the Guest role the lowest set of privileges, intended for read-mostly access to issues and public artifacts. Modifying analytics or dashboard configuration is reserved for Maintainer or Owner roles. This vulnerability lets a Guest user submit configuration changes that should be rejected by the authorization layer. The CWE classification of [CWE-425] indicates that the affected endpoint accepts direct requests without validating the requester's role.

Root Cause

The root cause is a missing or incomplete permission check on the controller or service that updates Custom dashboard projects settings. The backend trusts the request based on authentication rather than verifying the caller's role against the required access level. As a result, the policy that gates this setting does not enforce the documented role hierarchy. This is a classic broken access control pattern in a multi-tenant SaaS application.

Attack Vector

An attacker needs an authenticated Guest account on a vulnerable GitLab EE instance. The attacker issues a crafted request to the settings endpoint that updates Custom dashboard projects. No social engineering, user interaction, or chained vulnerability is required. The integrity impact is limited because the affected setting controls dashboard project references rather than source code or pipeline execution. Refer to the GitLab Issue #439240 and the HackerOne Report #2316435 for the technical write-up.

No public exploit code is available for this issue, and it is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2024-0861

Indicators of Compromise

  • Unexpected modifications to Custom dashboard projects settings in group or project configuration audit events.
  • Audit log entries that show settings changes performed by users whose role is Guest.
  • Configuration drift in analytics dashboards that does not correspond to a change request from a Maintainer or Owner.

Detection Strategies

  • Review GitLab audit events for the custom_dashboard_projects setting and correlate the actor's role at the time of the change.
  • Query the GitLab API for current dashboard project assignments and compare against a known-good baseline.
  • Alert on any settings-mutation API call where the authenticated session belongs to a Guest member.

Monitoring Recommendations

  • Forward GitLab audit logs to a central SIEM or data lake and build detections for role-versus-action mismatches.
  • Track the version string returned by the GitLab /api/v4/version endpoint to confirm patched builds are deployed.
  • Monitor administrative settings endpoints for anomalous request volume from low-privilege accounts.

How to Mitigate CVE-2024-0861

Immediate Actions Required

  • Upgrade GitLab EE to 16.7.6, 16.8.3, or 16.9.1 or later as applicable to your release branch.
  • Audit recent changes to Custom dashboard projects settings and revert any unauthorized modifications.
  • Review group and project membership and remove stale or unnecessary Guest accounts.

Patch Information

GitLab released fixed versions 16.7.6, 16.8.3, and 16.9.1 that enforce the correct role check on Custom dashboard projects settings. Customers running GitLab.com are already on patched code. Self-managed GitLab EE administrators should apply the upgrade through the standard package or Helm chart pipeline. Details are documented in GitLab Issue #439240.

Workarounds

  • If immediate patching is not possible, restrict Guest role assignments and limit external user invitations to vulnerable instances.
  • Disable or remove Custom dashboard projects configuration on sensitive groups until the upgrade is applied.
  • Place the GitLab instance behind a reverse proxy that enforces additional authorization checks on settings endpoints where feasible.
bash
# Verify the running GitLab version on a self-managed instance
sudo gitlab-rake gitlab:env:info | grep "GitLab information" -A 5

# Example upgrade path on an Omnibus package (Debian/Ubuntu)
sudo apt-get update && sudo apt-get install gitlab-ee=16.9.1-ee.0
sudo gitlab-ctl reconfigure

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

  • EPSS Probability0.02%

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

  • NVD-CWE-Other
  • Technical References
  • GitLab Issue #439240

  • HackerOne Report #2316435
  • Related CVEs
  • CVE-2026-9807: GitLab Auth Bypass Vulnerability

  • CVE-2026-4868: GitLab Authentication Bypass Vulnerability

  • CVE-2026-5296: GitLab Auth Bypass Vulnerability

  • CVE-2026-6713: GitLab Auth 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