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

CVE-2025-12697: GitLab Information Disclosure Vulnerability

CVE-2025-12697 is an information disclosure vulnerability in GitLab CE/EE that allows authenticated maintainers to reveal Datadog API credentials. This article covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2025-12697 Overview

A sensitive information disclosure vulnerability has been identified in GitLab CE/EE that allows an authenticated user with maintainer-role permissions to reveal Datadog API credentials under certain conditions. This vulnerability affects GitLab installations across a wide range of versions, from 15.5 through multiple major releases up to 18.9.2.

Critical Impact

Authenticated maintainers can access Datadog API credentials, potentially enabling unauthorized access to monitoring data and infrastructure visibility.

Affected Products

  • GitLab CE/EE versions 15.5 before 18.7.6
  • GitLab CE/EE versions 18.8 before 18.8.6
  • GitLab CE/EE versions 18.9 before 18.9.2

Discovery Timeline

  • 2026-03-11 - CVE-2025-12697 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2025-12697

Vulnerability Analysis

This vulnerability is classified under CWE-116 (Improper Encoding or Escaping of Output), indicating that the application fails to properly handle output encoding, resulting in unintended exposure of sensitive credential data. The flaw exists within GitLab's handling of Datadog integration configurations, where maintainer-level users can leverage their permissions to extract API credentials that should remain protected.

The vulnerability requires network access and high privileges (maintainer role) to exploit, with high attack complexity due to the specific conditions required for successful exploitation. While the confidentiality impact is limited, the exposure of third-party API credentials could enable attackers to access monitoring infrastructure, view sensitive application metrics, or potentially manipulate monitoring configurations in connected Datadog accounts.

Root Cause

The root cause stems from improper encoding or escaping of output (CWE-116) in GitLab's Datadog integration handling. When certain conditions are met, the application fails to properly sanitize or mask Datadog API credentials before rendering them to users with maintainer permissions. This improper output handling allows credential values that should be masked or excluded from responses to be exposed to authenticated users.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker with maintainer-level permissions within a GitLab project or group. The attacker must interact with the Datadog integration settings or related API endpoints under specific conditions to trigger the credential disclosure. Due to the high attack complexity, exploitation requires knowledge of the specific vulnerable functionality and timing conditions.

The vulnerability does not require user interaction beyond the attacker's own authenticated session. While the scope is unchanged (the vulnerability does not impact resources beyond its security context), successful exploitation compromises the confidentiality of Datadog API credentials which could be leveraged for lateral movement into monitoring infrastructure.

Detection Methods for CVE-2025-12697

Indicators of Compromise

  • Unusual access patterns to Datadog integration settings by maintainer accounts
  • API requests to endpoints related to integration configurations with anomalous response sizes
  • Audit log entries showing repeated access to project integration settings
  • Unexpected Datadog API authentication attempts from non-GitLab IP addresses

Detection Strategies

  • Monitor GitLab audit logs for unusual access to integration configuration endpoints
  • Implement alerting on Datadog API key usage from unexpected sources or IP ranges
  • Review access logs for maintainer accounts accessing integration settings without legitimate business need
  • Configure SIEM rules to correlate GitLab integration access with subsequent Datadog API activity

Monitoring Recommendations

  • Enable comprehensive audit logging for all integration configuration access in GitLab
  • Implement Datadog API key rotation monitoring and alerting for any unauthorized usage patterns
  • Deploy endpoint monitoring on GitLab servers to detect unusual response payloads containing credential patterns
  • Establish baseline behavior for maintainer access to integration settings and alert on deviations

How to Mitigate CVE-2025-12697

Immediate Actions Required

  • Upgrade GitLab CE/EE to versions 18.7.6, 18.8.6, or 18.9.2 or later immediately
  • Rotate all Datadog API credentials configured in GitLab integrations
  • Review audit logs for any suspicious access to integration settings by maintainer accounts
  • Temporarily restrict maintainer permissions if upgrade cannot be performed immediately

Patch Information

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

  • GitLab 18.7.x users: Upgrade to version 18.7.6 or later
  • GitLab 18.8.x users: Upgrade to version 18.8.6 or later
  • GitLab 18.9.x users: Upgrade to version 18.9.2 or later

For detailed patch information, refer to the GitLab Patch Release Notes and the GitLab Work Item #579504. The vulnerability was originally reported via HackerOne Report #3341953.

Workarounds

  • Temporarily disable Datadog integration until patches can be applied
  • Implement strict network segmentation limiting access to GitLab administration interfaces
  • Reduce the number of users with maintainer-level permissions to minimize attack surface
  • Configure Datadog API keys with minimum required permissions and implement IP restrictions where possible
  • Enable additional monitoring on Datadog API access patterns to detect potential credential misuse

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

  • SeverityLOW

  • CVSS Score2.2

  • EPSS Probability0.01%

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

  • GitLab Work Item #579504

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