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
    • 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-2025-14592

CVE-2025-14592: GitLab GraphQL Auth Bypass Vulnerability

CVE-2025-14592 is an authentication bypass flaw in GitLab CE/EE that allows authenticated users to perform unauthorized operations via GraphQL mutations. This article covers the technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2025-14592 Overview

A missing authorization vulnerability (CWE-862) has been identified in GitLab CE/EE that could allow an authenticated user to perform unauthorized operations by submitting GraphQL mutations through the GLQL API endpoint. This authorization bypass affects GitLab's GraphQL interface, potentially enabling users to execute mutations beyond their intended permission scope under certain conditions.

Critical Impact

Authenticated users may perform unauthorized GraphQL mutations through the GLQL API endpoint, bypassing intended access controls.

Affected Products

  • GitLab CE/EE versions 18.6 before 18.6.6
  • GitLab CE/EE versions 18.7 before 18.7.4
  • GitLab CE/EE versions 18.8 before 18.8.4

Discovery Timeline

  • 2026-02-10 - GitLab releases security patch in version 18.8.4
  • 2026-02-11 - CVE CVE-2025-14592 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2025-14592

Vulnerability Analysis

This vulnerability stems from a missing authorization check (CWE-862) in GitLab's GLQL API endpoint that processes GraphQL mutations. The flaw allows authenticated users to submit GraphQL operations that should be restricted based on their permission level. Under specific conditions, the authorization validation logic fails to properly verify whether the requesting user has sufficient privileges to execute certain mutations.

GraphQL APIs expose a flexible query interface that allows clients to request exactly the data they need. However, this flexibility also means that proper authorization checks must be implemented for each resolver and mutation. In this case, the GLQL API endpoint did not consistently enforce authorization boundaries, creating a pathway for privilege escalation within the GraphQL context.

The vulnerability requires network access and has high attack complexity, indicating that exploitation depends on specific conditions being met. The impact is limited to integrity concerns without affecting confidentiality or availability.

Root Cause

The root cause is a missing authorization vulnerability (CWE-862) in the GLQL API endpoint's mutation handling logic. The authorization framework failed to properly validate user permissions before processing certain GraphQL mutations, allowing authenticated users to bypass intended access restrictions. This type of vulnerability typically occurs when authorization checks are inconsistently applied across API endpoints or when new endpoints are added without inheriting the security controls of similar existing functionality.

Attack Vector

The attack is network-based and requires an authenticated session. An attacker would need valid credentials to access the GitLab instance and then craft specific GraphQL mutations targeting the GLQL API endpoint. The high complexity rating suggests that successful exploitation requires specific conditions to be present, potentially including particular mutation types, object states, or configuration settings.

The vulnerability manifests in the GLQL API endpoint's handling of GraphQL mutations. When processing certain mutation requests, the authorization layer fails to properly validate the user's permissions against the requested operation. For technical implementation details, refer to the GitLab Issue Discussion and the HackerOne Report #3451435.

Detection Methods for CVE-2025-14592

Indicators of Compromise

  • Unusual GraphQL mutation patterns from user accounts with limited permissions
  • Audit log entries showing unexpected GLQL API endpoint activity
  • GraphQL queries attempting to access or modify resources outside user permission scope
  • Elevated mutation success rates from accounts that should have restricted access

Detection Strategies

  • Monitor GitLab audit logs for unauthorized mutation attempts through the GLQL API endpoint
  • Implement alerting on GraphQL operations from users accessing resources outside their normal scope
  • Review access patterns for anomalies in GraphQL mutation success/failure ratios
  • Enable verbose logging for GraphQL API endpoints to capture detailed request information

Monitoring Recommendations

  • Configure GitLab audit events to capture all GraphQL API activity
  • Establish baseline metrics for normal GLQL API usage patterns per user role
  • Implement real-time alerting for authorization failures and unexpected mutations
  • Regularly review GraphQL endpoint access logs for suspicious activity patterns

How to Mitigate CVE-2025-14592

Immediate Actions Required

  • Upgrade GitLab CE/EE to patched versions: 18.6.6, 18.7.4, or 18.8.4 immediately
  • Review audit logs for any suspicious GLQL API activity prior to patching
  • Assess whether any unauthorized operations were performed through the GraphQL endpoint
  • Temporarily restrict access to GraphQL endpoints if immediate patching is not possible

Patch Information

GitLab has released security patches addressing this vulnerability. Users should upgrade to the following versions:

  • GitLab 18.6.6 for the 18.6.x branch
  • GitLab 18.7.4 for the 18.7.x branch
  • GitLab 18.8.4 for the 18.8.x branch

For complete patch details, see the GitLab Release Patch Notes.

Workarounds

  • Restrict network access to GitLab instances to trusted IP ranges where possible
  • Implement additional network-layer authentication for GraphQL API endpoints
  • Review and minimize GraphQL mutation permissions for non-administrative users
  • Enable enhanced audit logging to detect potential exploitation attempts
bash
# Configuration example
# Verify current GitLab version
gitlab-rake gitlab:env:info | grep -i version

# Upgrade GitLab to patched version (example for Omnibus installation)
sudo apt-get update
sudo apt-get install gitlab-ce=18.8.4-ce.0

# Or for GitLab EE
sudo apt-get install gitlab-ee=18.8.4-ee.0

# Reconfigure GitLab after upgrade
sudo gitlab-ctl reconfigure

# Verify the upgrade
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
  • TypeAuth Bypass

  • Vendor/TechGitlab

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.01%

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

  • GitLab Issue Discussion

  • HackerOne Report #3451435
  • 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