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-2025-14595

CVE-2025-14595: GitLab Auth Bypass Vulnerability

CVE-2025-14595 is an authentication bypass flaw in GitLab EE that allows Planner role users to view security metadata due to improper access control. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2025-14595 Overview

CVE-2025-14595 is an improper access control vulnerability affecting GitLab Enterprise Edition (EE) that could allow an authenticated user with the Planner role to view security category metadata and attributes in group security configuration. This vulnerability exists in GitLab EE versions 18.6 through 18.8.6, 18.9 through 18.9.2, and version 18.10.0.

The vulnerability stems from insufficient authorization checks in the group security configuration endpoints, enabling users with limited Planner privileges to access security-related information they should not be able to view. While this is classified as an information disclosure issue with medium severity, it could potentially expose sensitive security configurations to unauthorized personnel within an organization.

Critical Impact

Authenticated users with Planner role can access sensitive security category metadata and attributes in group security configuration due to broken access control.

Affected Products

  • GitLab Enterprise Edition versions 18.6 before 18.8.7
  • GitLab Enterprise Edition versions 18.9 before 18.9.3
  • GitLab Enterprise Edition version 18.10.0

Discovery Timeline

  • 2026-03-25 - CVE-2025-14595 published to NVD
  • 2026-03-25 - GitLab releases security patch versions 18.8.7, 18.9.3, and 18.10.1
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2025-14595

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), indicating that the application fails to perform proper authorization checks before granting access to protected resources. In this case, GitLab EE does not adequately verify that users requesting access to group security configuration data possess the appropriate permissions beyond the Planner role.

The vulnerability allows network-based exploitation by authenticated users without requiring user interaction. The attack complexity is low, meaning no special conditions or circumstances need to exist for exploitation. The impact is limited to confidentiality, allowing unauthorized read access to security metadata and attributes, but does not affect data integrity or system availability.

Root Cause

The root cause is improper access control implementation in GitLab EE's group security configuration module. The application fails to enforce proper role-based access restrictions, allowing users with the Planner role to access security configuration data that should be restricted to users with elevated security permissions. This represents a broken access control pattern where the authorization boundary between different user roles is not properly enforced.

Attack Vector

The attack vector is network-based and requires authentication with at least Planner role privileges. An attacker who has obtained or been granted Planner access to a GitLab group can exploit this vulnerability to enumerate security category metadata and view attributes in the group's security configuration.

The exploitation flow involves:

  1. Authenticating to GitLab EE with valid credentials that have Planner role assigned
  2. Navigating to or making API requests to the group security configuration endpoints
  3. Viewing security metadata and attributes that should be restricted to higher-privileged users

Additional technical details can be found in the HackerOne Report #3457779 and GitLab Work Item #583971.

Detection Methods for CVE-2025-14595

Indicators of Compromise

  • Unusual access patterns to group security configuration endpoints by users with Planner role
  • Unexpected API calls to security configuration resources from low-privileged accounts
  • Audit log entries showing Planner-role users accessing security metadata they shouldn't have access to

Detection Strategies

  • Review GitLab audit logs for access to group security configuration by users with Planner role
  • Monitor API access patterns for security configuration endpoints and correlate with user permission levels
  • Implement alerting on security configuration access by non-security personnel
  • Conduct periodic access reviews to identify users with Planner role who may have accessed sensitive security data

Monitoring Recommendations

  • Enable comprehensive audit logging for group security configuration access in GitLab
  • Configure SIEM rules to detect anomalous access patterns to security-related endpoints
  • Review user role assignments regularly to ensure principle of least privilege
  • Monitor for reconnaissance activities targeting security configuration across multiple groups

How to Mitigate CVE-2025-14595

Immediate Actions Required

  • Upgrade GitLab EE to patched versions immediately: 18.8.7, 18.9.3, or 18.10.1
  • Audit access logs to determine if this vulnerability has been exploited in your environment
  • Review and restrict Planner role assignments to only those users who require it
  • Assess what security metadata may have been exposed and evaluate potential impact

Patch Information

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

  • Version 18.8.7 for organizations on the 18.8.x branch
  • Version 18.9.3 for organizations on the 18.9.x branch
  • Version 18.10.1 for organizations on the 18.10.x branch

Detailed patch information is available in the GitLab Patch Release 18.10.1 announcement.

Workarounds

  • Review and minimize the number of users with Planner role until patching is complete
  • Implement network-level restrictions to limit access to GitLab administrative interfaces
  • Enable enhanced audit logging to monitor for potential exploitation attempts
  • Consider temporarily restricting access to security configuration features for non-administrative users
bash
# Check current GitLab version
gitlab-rake gitlab:env:info

# For installations using the Omnibus package, upgrade using:
apt-get update && apt-get install gitlab-ee=18.10.1-ee.0

# Verify the upgrade was successful
gitlab-rake gitlab:check

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

  • 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-862
  • Technical References
  • GitLab Work Item #583971

  • HackerOne Report #3457779
  • Vendor Resources
  • GitLab Patch Release 18.10.1
  • Related CVEs
  • CVE-2026-5173: GitLab Auth Bypass Vulnerability

  • CVE-2026-2619: GitLab EE Auth Bypass Vulnerability

  • CVE-2026-2104: GitLab Auth Bypass Vulnerability

  • CVE-2026-1752: 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