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

CVE-2025-27622: Jenkins Information Disclosure Flaw

CVE-2025-27622 is an information disclosure vulnerability in Jenkins that exposes encrypted secrets via REST API or CLI. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2025-27622 Overview

CVE-2025-27622 is an information disclosure vulnerability in Jenkins that allows attackers with Agent/Extended Read permission to view encrypted values of secrets. The vulnerability exists because Jenkins 2.499 and earlier, as well as LTS 2.492.1 and earlier, does not properly redact encrypted values of secrets when accessing config.xml of agents via the REST API or CLI.

Critical Impact

Attackers with limited Agent/Extended Read permissions can extract encrypted secret values from agent configurations, potentially compromising sensitive credentials and tokens used in CI/CD pipelines.

Affected Products

  • Jenkins 2.499 and earlier (weekly releases)
  • Jenkins LTS 2.492.1 and earlier
  • All Jenkins installations with agents configured using secrets

Discovery Timeline

  • 2025-03-05 - CVE-2025-27622 published to NVD
  • 2025-06-24 - Last updated in NVD database

Technical Details for CVE-2025-27622

Vulnerability Analysis

This vulnerability is classified as CWE-312 (Cleartext Storage of Sensitive Information). When users with Agent/Extended Read permission access the config.xml file of Jenkins agents through the REST API or CLI interface, encrypted secret values are not properly redacted. While the secrets remain encrypted, exposing these encrypted values provides attackers with material that could potentially be decrypted offline or used in credential theft attacks.

The vulnerability requires authenticated access with specific permissions, limiting the attack surface to insider threats or scenarios where an attacker has already gained limited access to the Jenkins instance. However, in environments with multiple users and role-based access controls, this represents a significant breach of the principle of least privilege.

Root Cause

The root cause lies in improper handling of sensitive data in the agent configuration export functionality. The Jenkins codebase fails to apply the same redaction logic used elsewhere in the application when serializing agent config.xml files for API and CLI access. This oversight allows the encrypted representation of secrets to be exposed to users who should only have read access to agent configurations, not the underlying credential data.

Attack Vector

The attack vector is network-based and requires low privilege (Agent/Extended Read permission). An authenticated attacker can exploit this vulnerability by:

  1. Authenticating to Jenkins with an account that has Agent/Extended Read permission
  2. Making REST API calls to retrieve agent configuration files (e.g., /computer/[agent-name]/config.xml)
  3. Extracting encrypted secret values from the returned XML configuration
  4. Potentially using the encrypted values in further attacks or offline decryption attempts

The vulnerability does not require user interaction and can be exploited programmatically against multiple agents to harvest credential data at scale.

Detection Methods for CVE-2025-27622

Indicators of Compromise

  • Unusual or frequent REST API requests to /computer/*/config.xml endpoints
  • High volume of agent configuration file requests from a single user account
  • API access to agent configurations from unexpected IP addresses or user accounts
  • Audit log entries showing bulk retrieval of agent configuration data

Detection Strategies

  • Monitor Jenkins access logs for patterns of config.xml retrieval across multiple agents
  • Implement alerting on API endpoints accessing agent configurations outside normal automation workflows
  • Review audit logs for accounts with Agent/Extended Read permissions accessing configuration endpoints
  • Deploy network monitoring to detect unusual patterns of Jenkins API utilization

Monitoring Recommendations

  • Enable and centralize Jenkins audit logging to capture all API access events
  • Configure SIEM rules to alert on bulk agent configuration retrieval attempts
  • Periodically review which accounts have Agent/Extended Read permissions
  • Monitor for any attempts to use extracted credential data against other systems

How to Mitigate CVE-2025-27622

Immediate Actions Required

  • Upgrade Jenkins to version 2.500 or later (weekly) or LTS 2.492.2 or later
  • Audit all accounts with Agent/Extended Read permissions and reduce access where possible
  • Review agent configurations for sensitive secrets that may have been exposed
  • Rotate any credentials or secrets stored in agent configurations as a precaution

Patch Information

Jenkins has released security patches addressing this vulnerability. According to the Jenkins Security Advisory #SECURITY-3495, users should upgrade to:

  • Jenkins weekly: Version 2.500 or later
  • Jenkins LTS: Version 2.492.2 or later

The patch ensures that encrypted secret values are properly redacted when agent config.xml files are accessed via REST API or CLI, consistent with the security behavior in other parts of the application.

Workarounds

  • Restrict Agent/Extended Read permissions to only essential personnel until patching is complete
  • Use Jenkins' built-in credentials plugin with strict access controls instead of embedding secrets in agent configurations
  • Implement network segmentation to limit API access to the Jenkins controller
  • Consider disabling CLI access if not required, reducing the attack surface
  • Monitor and audit all access to agent configuration endpoints

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.11%

  • 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-312
  • Vendor Resources
  • Jenkins Security Advisory #SECURITY-3495
  • 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