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

CVE-2025-9484: GitLab EE Information Disclosure Flaw

CVE-2025-9484 is an information disclosure vulnerability in GitLab EE that allows authenticated users to access other users' email addresses via GraphQL queries. This article covers technical details, affected versions, and mitigation.

Published: April 9, 2026

CVE-2025-9484 Overview

A sensitive information disclosure vulnerability has been identified in GitLab Enterprise Edition (EE) that allows authenticated users to access other users' email addresses through certain GraphQL queries. This vulnerability affects GitLab EE installations running versions from 16.6 before 18.8.9, 18.9 before 18.9.5, and 18.10 before 18.10.3, potentially exposing private user information to unauthorized parties.

Critical Impact

Authenticated attackers can harvest email addresses of other GitLab users, enabling targeted phishing campaigns, social engineering attacks, and privacy violations across affected GitLab instances.

Affected Products

  • GitLab Enterprise Edition versions 16.6 to 18.8.8
  • GitLab Enterprise Edition versions 18.9.0 to 18.9.4
  • GitLab Enterprise Edition versions 18.10.0 to 18.10.2

Discovery Timeline

  • 2026-04-08 - CVE-2025-9484 published to NVD
  • 2026-04-08 - GitLab releases security patch in versions 18.8.9, 18.9.5, and 18.10.3
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2025-9484

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), indicating that the affected GraphQL endpoints fail to properly verify whether the requesting user has sufficient permissions to access other users' email addresses. Under certain circumstances, the authorization checks that should protect user email information are bypassed, allowing any authenticated user to query and retrieve email addresses belonging to other users on the same GitLab instance.

The vulnerability resides in GitLab's GraphQL API implementation, which provides programmatic access to various GitLab resources. GraphQL queries that interact with user objects inadvertently expose email fields without adequate permission validation, creating an information disclosure pathway.

Root Cause

The root cause stems from missing authorization checks in specific GraphQL query handlers within GitLab EE. When processing certain user-related queries, the application fails to verify that the requesting user has the appropriate permissions to view private user attributes such as email addresses. This authorization gap allows the GraphQL resolver to return sensitive user data that should be protected by access controls.

Attack Vector

An attacker with valid authentication credentials to a GitLab EE instance can exploit this vulnerability by crafting specific GraphQL queries targeting user objects. The network-based attack requires low privileges (any authenticated user) and no user interaction, making exploitation straightforward for malicious insiders or compromised accounts.

The attack flow involves:

  1. Authenticating to the vulnerable GitLab instance
  2. Constructing GraphQL queries that request user email fields
  3. Iterating through user identifiers to harvest email addresses
  4. Using collected emails for subsequent attacks such as phishing or credential stuffing

Since no verified code examples are available for this vulnerability, technical details regarding specific query structures can be found in the HackerOne Report #3303810 and the GitLab Issue Discussion.

Detection Methods for CVE-2025-9484

Indicators of Compromise

  • Unusual volume of GraphQL queries from individual user accounts targeting user-related endpoints
  • Query patterns that systematically enumerate user identifiers or request email fields across multiple users
  • Authentication logs showing repeated API access from accounts not typically interacting with the GraphQL API
  • Data access logs indicating bulk retrieval of user profile information

Detection Strategies

  • Implement GraphQL query logging and monitor for queries requesting email fields across multiple users
  • Configure alerts for high-frequency GraphQL requests from single authenticated sessions
  • Deploy API anomaly detection to identify unusual patterns in user data access
  • Review GitLab application logs for GraphQL queries containing user email field selections

Monitoring Recommendations

  • Enable detailed logging for GitLab GraphQL endpoints and retain logs for forensic analysis
  • Establish baseline metrics for normal GraphQL query patterns per user and alert on deviations
  • Monitor for bulk data extraction attempts through rate limiting thresholds on user-related queries
  • Integrate GitLab audit logs with SIEM solutions for centralized visibility

How to Mitigate CVE-2025-9484

Immediate Actions Required

  • Upgrade GitLab EE to patched versions: 18.8.9, 18.9.5, or 18.10.3 immediately
  • Audit GraphQL access logs for signs of exploitation prior to patching
  • Review accounts with elevated API access for suspicious query patterns
  • Notify users if email harvesting is suspected to have occurred

Patch Information

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

Fixed VersionRelease Date
18.8.92026-04-08
18.9.52026-04-08
18.10.32026-04-08

For complete patch details and upgrade instructions, refer to the GitLab Patch Release Notes.

Workarounds

  • Restrict GraphQL API access to trusted users or applications until patching is complete
  • Implement network-level controls to limit API access from untrusted network segments
  • Consider temporarily disabling public GraphQL introspection to reduce attack surface
  • Deploy a Web Application Firewall (WAF) with rules to detect and block suspicious GraphQL query patterns

If immediate patching is not feasible, restrict API access by configuring GitLab's built-in rate limiting:

bash
# Example: Configure GitLab rate limiting in gitlab.rb
# Adjust values based on your environment
gitlab_rails['rate_limit_requests_per_period'] = 60
gitlab_rails['rate_limit_period'] = 60

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • 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 Release Patch Note

  • GitLab Issue Discussion

  • HackerOne Report #3303810
  • Related CVEs
  • CVE-2026-1516: GitLab EE Information Disclosure Vulnerability

  • CVE-2026-1732: GitLab Information Disclosure Vulnerability

  • CVE-2025-12697: GitLab Information Disclosure Vulnerability

  • CVE-2026-0602: GitLab Information Disclosure 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