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-0765

CVE-2025-0765: GitLab Auth Bypass Vulnerability

CVE-2025-0765 is an authentication bypass vulnerability in GitLab CE/EE that allows unauthorized users to access custom service desk email addresses. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-0765 Overview

An improper authorization vulnerability has been discovered in GitLab CE/EE that allows unauthorized users to access custom service desk email addresses. This vulnerability affects all versions from 17.9 before 18.0.5, 18.1 before 18.1.3, and 18.2 before 18.2.1. The flaw stems from insufficient access controls (CWE-863) that fail to properly validate user permissions when accessing service desk configuration data.

Critical Impact

Unauthorized disclosure of custom service desk email addresses could enable targeted phishing attacks, social engineering campaigns, or reconnaissance activities against organizations using GitLab's service desk functionality.

Affected Products

  • GitLab Community Edition (CE) versions 17.9 to 18.0.4
  • GitLab Enterprise Edition (EE) versions 17.9 to 18.0.4
  • GitLab CE/EE versions 18.1 to 18.1.2
  • GitLab CE/EE version 18.2 (prior to 18.2.1)

Discovery Timeline

  • 2025-07-24 - CVE-2025-0765 published to NVD
  • 2025-08-08 - Last updated in NVD database

Technical Details for CVE-2025-0765

Vulnerability Analysis

This vulnerability is classified as Improper Authorization (CWE-863), where the application fails to properly verify that a user has the required permissions before allowing access to sensitive service desk email address information. The flaw exists in the authorization logic that governs access to custom service desk configuration data within GitLab projects.

GitLab's service desk feature allows teams to create custom email addresses for receiving support tickets directly into GitLab issues. Under normal circumstances, these email addresses should only be visible to users with appropriate project permissions. However, due to the authorization bypass, users with low-level privileges can enumerate and retrieve these custom email addresses without proper authorization checks.

Root Cause

The root cause of this vulnerability lies in missing or inadequate authorization checks in the code path that handles requests for service desk email address information. The application does not properly enforce access controls, allowing authenticated users with minimal privileges to query and retrieve custom service desk email addresses that should be restricted to project administrators or maintainers.

This type of authorization flaw typically occurs when developers assume that hiding UI elements is sufficient security, without implementing proper server-side authorization validation. The vulnerability was reported through GitLab's HackerOne bug bounty program, as documented in HackerOne Report #2956315.

Attack Vector

The attack is network-based and requires low-privilege authentication to the GitLab instance. An attacker with a valid GitLab account can exploit this vulnerability by making crafted API requests or navigating to specific endpoints that expose service desk email configuration data without proper authorization verification.

The attack flow involves:

  1. An attacker authenticates to a vulnerable GitLab instance with any valid user account
  2. The attacker identifies target projects using GitLab's service desk feature
  3. By accessing specific endpoints or API calls, the attacker bypasses authorization checks
  4. Custom service desk email addresses are disclosed to the unauthorized user

For technical details about this vulnerability, refer to GitLab Issue #515381.

Detection Methods for CVE-2025-0765

Indicators of Compromise

  • Unusual API requests to service desk configuration endpoints from users without project maintainer or admin roles
  • Audit log entries showing access to project service desk settings by unauthorized users
  • Multiple failed or successful attempts to enumerate service desk email addresses across different projects
  • Anomalous access patterns to project settings endpoints from accounts with limited permissions

Detection Strategies

  • Monitor GitLab audit logs for unauthorized access to service desk configuration endpoints
  • Implement alerting on API requests to service desk email retrieval endpoints from users without appropriate project roles
  • Review access logs for patterns indicating systematic enumeration of project service desk configurations
  • Deploy application-layer monitoring to detect attempts to bypass authorization controls

Monitoring Recommendations

  • Enable comprehensive audit logging in GitLab to capture all service desk configuration access events
  • Configure SIEM rules to alert on access to sensitive project settings by users without maintainer or higher permissions
  • Implement rate limiting and anomaly detection for API endpoints related to service desk functionality
  • Regularly review user access patterns to identify potential unauthorized data access attempts

How to Mitigate CVE-2025-0765

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 18.0.5, 18.1.3, or 18.2.1 or later immediately
  • Audit service desk email addresses that may have been exposed and consider rotating them if sensitive
  • Review GitLab audit logs to identify any potential unauthorized access to service desk configurations
  • Implement network-level access controls to limit who can access the GitLab instance while patching is in progress

Patch Information

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

  • GitLab 18.0.5 for the 18.0.x branch
  • GitLab 18.1.3 for the 18.1.x branch
  • GitLab 18.2.1 for the 18.2.x branch

The patches implement proper authorization checks to ensure only users with appropriate permissions can access service desk email configuration data. For more information, see GitLab Issue #515381.

Workarounds

  • Restrict network access to GitLab instances to trusted IP ranges until patches can be applied
  • Review and minimize the number of users with authenticated access to the GitLab instance
  • Consider temporarily disabling service desk functionality for sensitive projects if immediate patching is not possible
  • Implement additional monitoring and alerting on service desk configuration access
bash
# Check current GitLab version
gitlab-rake gitlab:env:info

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

# Verify 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-863
  • Technical References
  • GitLab Issue #515381

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