CVE-2019-1010241
Description
Jenkins Credentials Binding Plugin 1.17 stores passwords in a recoverable format, letting authenticated users retrieve them via crafted jobs.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Jenkins Credentials Binding Plugin 1.17 stores passwords in a recoverable format, letting authenticated users retrieve them via crafted jobs.
Vulnerability
Overview
The Jenkins Credentials Binding Plugin version 1.17 suffers from CWE-257: Storing Passwords in a Recoverable Format [1]. The issue manifests in the config-variables.jelly file, specifically at line 30 where the passwordVariable is handled. Instead of securely handling credential values, the plugin stores them in a format that allows plaintext recovery [1].
Exploitation
Prerequisites
An attacker must have authenticated access to a Jenkins instance and the ability to create and execute a job [1]. This does not require special privileges beyond being a valid Jenkins user. By crafting a job that utilizes the credentials binding functionality, the attacker can trigger the insecure storage mechanism and retrieve the credential values in plaintext [1][3].
Impact
Successful exploitation allows an authenticated attacker to recover sensitive credentials managed by the plugin, such as secret texts, passwords, or other confidential strings [2]. These credentials are typically intended for use by build jobs but should not be accessible in plaintext to users. Once recovered, the attacker may reuse these credentials to access other systems or escalate privileges within the Jenkins environment [3].
Mitigation
The vulnerability affects Credentials Binding Plugin version 1.17. Users should upgrade to a patched version (1.18 or later) that properly encrypts or masks credential values [3]. For Red Hat OpenShift Container Platform versions 3.9, 3.10, 3.11, and 4.1, updated packages are available [3].
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Jenkins Credentials Binding Plugin/Jenkinsv5Range: 1.17
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/advisories/GHSA-j7gw-mwfg-vqf4ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2019-1010241ghsaADVISORY
- www.securityfocus.com/bid/109320mitrevdb-entryx_refsource_BID
- docs.google.com/document/d/1MBEoJSMvkjp5Kua0bRD_kiDBisL0fOCwTL9uMWj4lGA/editghsax_refsource_MISCWEB
- web.archive.org/web/20200227030005/https://www.securityfocus.com/bid/109320ghsaWEB
News mentions
0No linked articles in our index yet.