VYPR
Moderate severityNVD Advisory· Published May 8, 2018· Updated Sep 17, 2024

CVE-2018-1000175

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.

PackageAffected versionsPatched versions
org.jenkins-ci.plugins:htmlpublisherMaven
< 1.161.16

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.