
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-67637 is a cleartext storage vulnerability in Jenkins core (tracked as SECURITY-783) where build authorization tokens are stored unencrypted in job config.xml files on the Jenkins controller. It affects Jenkins weekly versions up to and including 2.540 and LTS versions up to and including 2.528.2. The vulnerability was disclosed on December 10, 2025, as part of the Jenkins Security Advisory 2025-12-10. It carries a CVSS v3.1 base score of 4.3 (Medium) (Jenkins Advisory, GitHub Advisory).
The root cause is classified as CWE-312 (Cleartext Storage of Sensitive Information): Jenkins stores build authorization tokens in plaintext within job config.xml files rather than encrypting them at rest. Any user with Item/Extended Read permission — a relatively low-privilege role — can read these files via the Jenkins UI or API, and users with direct filesystem access to the Jenkins controller can read them directly from disk. A companion issue, CVE-2025-67638, covers the related masking failure where the job configuration form also displays these tokens in plaintext, further increasing exposure risk. The vulnerability was reported by James Nord of CloudBees, Inc. (Jenkins Advisory).
Successful exploitation allows a low-privileged authenticated attacker to retrieve build authorization tokens, which are used to trigger Jenkins builds remotely without further authentication. An attacker who obtains these tokens could trigger unauthorized builds, potentially injecting malicious code into CI/CD pipelines and compromising build integrity and supply chain security. The impact is limited to confidentiality (low), with no direct integrity or availability impact from this specific CVE, though the stolen tokens could enable further attacks on the CI/CD environment (Jenkins Advisory, GitHub Advisory).
Item/Extended Read permission on one or more jobs.GET /job/<job-name>/config.xml) to retrieve the raw job config.xml file.<authToken> element in the XML response, which contains the build authorization token in plaintext.https://<jenkins>/job/<job-name>/build?token=<extracted-token>), potentially injecting malicious steps or exfiltrating build artifacts (Jenkins Advisory, GitHub Advisory)./job/<job-name>/config.xml from low-privilege user accounts; unusual remote build trigger requests to /job/<job-name>/build?token=<token> from unfamiliar IP addresses.config.xml retrieval by accounts that do not normally access job configurations; build trigger events initiated via token authentication from unexpected sources.$JENKINS_HOME/jobs/<job-name>/config.xml files outside of normal administrative activity; presence of scripts or tools on the controller filesystem that enumerate job configuration files.Upgrade Jenkins weekly to version 2.541 or Jenkins LTS to version 2.528.3, which masks build authorization tokens in the configuration form and stores them encrypted after job configurations are re-saved. To migrate all existing affected job configurations to the encrypted format at once, navigate to Manage Jenkins → Manage Old Data and select Upgrade under the "Old Data Format" section. As an interim measure, restrict Item/Extended Read permissions to only trusted users and audit who has access to the Jenkins controller filesystem (Jenkins Advisory).
The vulnerability was reported by James Nord of CloudBees, Inc. and disclosed as part of the broader Jenkins Security Advisory on December 10, 2025, which also covered several other medium-to-high severity issues. Security news outlets such as SecurityOnline.info covered the advisory, highlighting the higher-severity DoS and XSS issues alongside this token storage flaw. No significant independent researcher commentary or notable social media discussion specific to CVE-2025-67637 has been identified (Jenkins Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."