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

CVE-2024-7091: GitLab Information Disclosure Vulnerability

CVE-2024-7091 is an information disclosure flaw in GitLab CE/EE that allows unauthorized access to limited data from exported groups or projects. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-7091 Overview

An information disclosure vulnerability has been discovered in GitLab CE/EE affecting all versions starting from 15.6 prior to 17.0.5, starting from 17.1 prior to 17.1.3, and starting from 17.2 prior to 17.2.1. This vulnerability allows an attacker to disclose limited information of an exported group or project to another user, potentially exposing sensitive project metadata or configuration details that should remain confidential.

Critical Impact

Authenticated attackers can access limited information from exported groups or projects belonging to other users, potentially exposing confidential project data and organizational structure.

Affected Products

  • GitLab Community Edition (CE) versions 15.6 to 17.0.4
  • GitLab Enterprise Edition (EE) versions 15.6 to 17.0.4
  • GitLab CE/EE versions 17.1 to 17.1.2
  • GitLab CE/EE versions 17.2 to 17.2.0

Discovery Timeline

  • 2024-07-24 - CVE-2024-7091 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-7091

Vulnerability Analysis

This vulnerability falls under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The flaw exists within GitLab's export functionality for groups and projects. When users export project or group data, the system fails to properly enforce access controls, allowing portions of this exported data to be accessible by unauthorized users.

The vulnerability requires network access and low-privilege authentication to exploit. Due to the scope change indicator in the vulnerability assessment, the impact extends beyond the vulnerable component itself, potentially affecting confidentiality across different organizational boundaries within the GitLab instance.

Root Cause

The root cause stems from improper access control validation in GitLab's export feature. When processing export requests or accessing exported data, the application fails to adequately verify that the requesting user has proper authorization to view the exported content. This represents a breakdown in the principle of least privilege, where users can access information beyond their intended scope.

Attack Vector

The attack requires an authenticated user with low-level privileges to exploit the vulnerability over the network. The attacker does not need user interaction to successfully exploit this flaw. The exploitation path involves:

  1. An attacker authenticates to the GitLab instance with valid credentials
  2. The attacker identifies or triggers an export operation for a group or project
  3. Due to inadequate access control checks, limited information from another user's exported data becomes accessible
  4. The attacker extracts confidential information from the exposed export data

The vulnerability does not require special privileges beyond basic GitLab authentication, making it accessible to any authenticated user on affected instances.

Detection Methods for CVE-2024-7091

Indicators of Compromise

  • Unusual access patterns to export endpoints from users who don't own the exported resources
  • Audit logs showing users accessing exported project or group data they shouldn't have permission to view
  • Anomalous API calls to GitLab's export-related endpoints with unexpected user contexts

Detection Strategies

  • Monitor GitLab audit logs for export-related activities, particularly focusing on cross-user or cross-project access patterns
  • Implement alerting on any export data access attempts where the requesting user differs from the export owner
  • Review web server access logs for unusual patterns involving /export/ or similar endpoint paths

Monitoring Recommendations

  • Enable verbose audit logging for GitLab export functionality
  • Configure SIEM rules to correlate export creation events with subsequent data access events
  • Implement real-time monitoring for API calls related to project and group exports
  • Regularly review access patterns for exported data to identify potential unauthorized access

How to Mitigate CVE-2024-7091

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 17.0.5, 17.1.3, or 17.2.1 or later depending on your current version branch
  • Review audit logs for any suspicious export-related activities prior to patching
  • Assess whether any sensitive project or group data may have been exposed
  • Notify affected users if unauthorized information disclosure is detected

Patch Information

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

  • For the 17.0.x branch: upgrade to 17.0.5 or later
  • For the 17.1.x branch: upgrade to 17.1.3 or later
  • For the 17.2.x branch: upgrade to 17.2.1 or later

Additional details are available in the GitLab Issue Discussion.

Workarounds

  • Restrict export functionality to administrators only until patches can be applied
  • Implement network-level access controls to limit who can access the GitLab instance
  • Review and limit user permissions, especially for users who don't require export capabilities
  • Monitor and audit all export operations until the patch is deployed
bash
# Configuration example: Restrict project export permissions (GitLab Rails console)
# Access the Rails console
gitlab-rails console

# Review current export settings
Gitlab::CurrentSettings.current_application_settings.project_export_enabled

# Consider disabling project exports temporarily (requires admin privileges)
# ApplicationSetting.current.update(project_export_enabled: false)

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 Score5.0

  • EPSS Probability0.08%

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

  • NVD-CWE-noinfo
  • Technical References
  • GitLab Issue Discussion
  • Related CVEs
  • CVE-2026-1516: GitLab EE Information Disclosure Vulnerability

  • CVE-2025-9484: GitLab EE Information Disclosure Flaw

  • CVE-2026-1732: GitLab Information Disclosure Vulnerability

  • CVE-2025-12697: 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