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

CVE-2025-24397: Jenkins GitLab Plugin Disclosure Flaw

CVE-2025-24397 is an information disclosure flaw in Jenkins GitLab Plugin that allows attackers to enumerate credential IDs through incorrect permission checks. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-24397 Overview

An incorrect permission check vulnerability exists in Jenkins GitLab Plugin version 1.9.6 and earlier that allows attackers with global Item/Configure permission to enumerate credential IDs of GitLab API tokens and Secret text credentials stored in Jenkins, even when they lack Item/Configure permission on any particular job. This authorization bypass enables unauthorized information disclosure through improper access control mechanisms.

Critical Impact

Attackers can enumerate sensitive credential IDs stored in Jenkins, potentially facilitating further attacks against GitLab integrations and CI/CD pipelines.

Affected Products

  • Jenkins GitLab Plugin version 1.9.6 and earlier

Discovery Timeline

  • 2025-01-22 - CVE-2025-24397 published to NVD
  • 2025-10-03 - Last updated in NVD database

Technical Details for CVE-2025-24397

Vulnerability Analysis

This vulnerability (CWE-863: Incorrect Authorization) stems from an improper permission validation mechanism in the Jenkins GitLab Plugin. The plugin fails to correctly verify that users have the appropriate job-level Item/Configure permissions before allowing access to credential enumeration functionality. Instead, the plugin only checks for the global Item/Configure permission, creating a security gap where users with broader organizational access can enumerate credentials they should not have visibility into.

The vulnerability is classified as a Broken Access Control issue, where the authorization logic is implemented incorrectly. An authenticated attacker with global Item/Configure permission can exploit this flaw to discover GitLab API token IDs and Secret text credential IDs stored within Jenkins, even without having Item/Configure permission on any specific job that uses those credentials.

Root Cause

The root cause is an incorrect permission check implementation in the Jenkins GitLab Plugin. The plugin's authorization logic only validates global-level permissions rather than performing the required job-level permission verification. This allows privilege separation to be bypassed, enabling credential enumeration across the Jenkins instance regardless of job-specific access controls.

Attack Vector

The attack can be conducted over the network by an authenticated user who possesses the global Item/Configure permission. The attacker does not require any specific job-level permissions and can enumerate credential IDs without user interaction. While the attack only exposes credential identifiers rather than the actual credential values, this information disclosure can be leveraged for reconnaissance or to craft more targeted attacks against the CI/CD infrastructure.

The exploitation flow involves:

  1. Authenticating to Jenkins with an account that has global Item/Configure permission
  2. Accessing the GitLab Plugin's credential enumeration functionality
  3. Retrieving a list of GitLab API token and Secret text credential IDs without proper authorization checks

Detection Methods for CVE-2025-24397

Indicators of Compromise

  • Unusual access patterns to Jenkins credential management endpoints
  • Multiple failed or suspicious API calls attempting to list credentials
  • Audit log entries showing credential enumeration from users without job-level permissions
  • Unexpected access to GitLab integration configuration pages

Detection Strategies

  • Monitor Jenkins audit logs for credential listing activities from users with only global permissions
  • Implement alerting on bulk credential enumeration attempts
  • Review access patterns to GitLab Plugin configuration endpoints
  • Cross-reference user permissions against credential access events to identify unauthorized enumeration

Monitoring Recommendations

  • Enable and monitor Jenkins security audit logging
  • Configure alerts for credential-related API access patterns
  • Implement regular reviews of user permissions versus access patterns
  • Monitor for reconnaissance activities targeting CI/CD infrastructure

How to Mitigate CVE-2025-24397

Immediate Actions Required

  • Update Jenkins GitLab Plugin to a version newer than 1.9.6 that addresses this vulnerability
  • Review and restrict global Item/Configure permissions to only essential personnel
  • Audit current credential access patterns to identify potential exploitation
  • Rotate GitLab API tokens and Secret text credentials if unauthorized enumeration is suspected

Patch Information

Jenkins has released a security advisory addressing this vulnerability. Refer to the Jenkins Security Advisory #SECURITY-3260 for official patch information and updated plugin versions. Organizations should update the GitLab Plugin to the latest available version that includes the permission check fix.

Workarounds

  • Restrict global Item/Configure permission to only trusted administrators
  • Implement the principle of least privilege for Jenkins user accounts
  • Use Jenkins folder-level permissions to limit credential visibility scope
  • Consider temporarily disabling the GitLab Plugin if immediate patching is not possible
bash
# Review Jenkins GitLab Plugin version
# Navigate to Jenkins > Manage Jenkins > Manage Plugins > Installed
# Verify GitLab Plugin version is higher than 1.9.6

# Restrict global permissions in Jenkins (config.xml)
# Review and remove unnecessary Item/Configure global permissions
# Location: $JENKINS_HOME/config.xml

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechJenkins

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.30%

  • 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
  • Vendor Resources
  • Jenkins Security Advisory #SECURITY-3260
  • Related CVEs
  • CVE-2026-33004: Jenkins LoadNinja Information Disclosure

  • CVE-2026-33003: Jenkins LoadNinja Plugin API Key Exposure

  • CVE-2026-27100: Jenkins Information Disclosure Vulnerability

  • CVE-2024-23897: Jenkins 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