CVE-2019-10373
Description
Jenkins Build Pipeline Plugin 1.5.8 and earlier has a stored XSS vulnerability allowing attackers with edit permissions to inject arbitrary HTML/JavaScript.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Jenkins Build Pipeline Plugin 1.5.8 and earlier has a stored XSS vulnerability allowing attackers with edit permissions to inject arbitrary HTML/JavaScript.
Vulnerability
Details
CVE-2019-10373 is a stored cross-site scripting (XSS) vulnerability in the Jenkins Build Pipeline Plugin versions 1.5.8 and earlier. The plugin fails to properly sanitize the build pipeline description field, allowing users with permission to edit the description to inject arbitrary HTML and JavaScript. This malicious content is then stored and executed when other users view the pipeline page [1][3].
Exploitation
An attacker must have the ability to edit the build pipeline description, which typically requires Job/Configure permissions. The injected script executes in the context of the Jenkins web interface, affecting any user who accesses the affected pipeline view. No additional authentication is needed beyond the ability to edit the description [1][2].
Impact
Successful exploitation allows the attacker to perform actions such as stealing CSRF tokens, modifying Jenkins configurations, or executing arbitrary actions on behalf of the victim user. This can lead to further compromise of the Jenkins instance and its managed projects [1][3].
Mitigation
As of the original advisory on August 7, 2019, no fixed version of the Build Pipeline Plugin was available [1][2]. Administrators should restrict edit permissions on build pipeline descriptions to trusted users only. If possible, consider disabling or replacing the plugin until a patched version is released [2].
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 packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.jenkins-ci.plugins:build-pipeline-pluginMaven | <= 1.5.8 | — |
Affected products
2- Range: 1.5.8 and earlier
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-cx5r-p4vj-2mqhghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2019-10373ghsaADVISORY
- www.openwall.com/lists/oss-security/2019/08/07/1ghsamailing-listx_refsource_MLISTWEB
- jenkins.io/security/advisory/2019-08-07/ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.