CVE-2018-1000175
Description
A path traversal vulnerability exists in Jenkins HTML Publisher Plugin 1.15 and older in HtmlPublisherTarget.java that allows attackers able to configure the HTML Publisher build step to override arbitrary files on the Jenkins master.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A path traversal vulnerability in Jenkins HTML Publisher Plugin 1.15 and older allows attackers with build step configuration access to overwrite arbitrary files on the Jenkins master.
Vulnerability
A path traversal vulnerability exists in the Jenkins HTML Publisher Plugin, version 1.15 and older, within the HtmlPublisherTarget.java file [1][2]. This flaw allows an attacker who can configure the HTML Publisher build step to specify a path that escapes the intended report directory, enabling the overwrite of arbitrary files on the Jenkins master server. The plugin is used to publish HTML reports generated by builds to job and build pages, and it can be configured in both Freestyle and Pipeline jobs [3].
Exploitation
An attacker needs the ability to configure the HTML Publisher build step, which typically requires Job/Configure permission [2]. By crafting a malicious path in the "HTML directory to archive" field, the attacker can traverse directories outside the intended workspace [1]. No user interaction beyond the initial configuration is required, and the exploitation occurs during the build process when the plugin archives the report.
Impact
Successful exploitation allows an attacker to overwrite arbitrary files on the Jenkins master, potentially leading to severe consequences such as data corruption, unauthorized modification of Jenkins configuration, or arbitrary code execution if critical files (e.g., config.xml, plugin jars) are overwritten [1][2]. The attacker gains the ability to compromise the integrity and availability of the Jenkins master.
Mitigation
The vulnerability is fixed in HTML Publisher Plugin version 1.16, released on 2018-04-16 as part of the Jenkins security advisory [2]. Users are strongly advised to upgrade to version 1.16 or later. As no workaround is documented, upgrading is the only mitigation [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:htmlpublisherMaven | < 1.16 | 1.16 |
Affected products
2- Range: <=1.15
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-4x63-3p7q-xmh7ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2018-1000175ghsaADVISORY
- jenkins.io/security/advisory/2018-04-16ghsaWEB
- jenkins.io/security/advisory/2018-04-16/mitrex_refsource_CONFIRM
News mentions
0No linked articles in our index yet.