VYPR
High severityNVD Advisory· Published Jan 15, 2020· Updated Aug 6, 2024

CVE-2015-1811

CVE-2015-1811

Description

XML external entity (XXE) vulnerability in CloudBees Jenkins before 1.600 and LTS before 1.596.1 allows remote attackers to read arbitrary XML files via a crafted XML document.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

CVE-2015-1811 is a critical XXE vulnerability in Jenkins before 1.600 and LTS before 1.596.1, allowing remote attackers to read arbitrary XML files.

Vulnerability

Analysis

CVE-2015-1811 is an XML External Entity (XXE) vulnerability in CloudBees Jenkins (formerly Jenkins) versions prior to 1.600 and in the LTS line before 1.596.1 [1]. The root cause is improper handling of XML documents during processing, which allows an attacker to inject external entities that the XML parser will evaluate [2]. This issue was reported as SECURITY-167 in the Jenkins security advisory published on 2015-02-27 [3].

Exploitation

Exploitation is described as easy to mount, requiring only the ability to submit a crafted XML document to the Jenkins server [3]. The attack can be performed remotely without authentication, as the vulnerability exists in XML processing endpoints that accept user-supplied XML. The attacker crafts an XML payload that references a local file using an external entity, and the server's XML parser processes this entity, leaking file contents back to the attacker through the response or error messages.

Impact

Successful exploitation results in the exposure of sensitive information [3]. An attacker can read arbitrary XML files (and potentially other files if the parser supports other external entities) on the Jenkins controller's file system. This could leak credentials, configuration files, and other sensitive data that could lead to further compromise of the Jenkins instance and its connected systems.

Mitigation

Jenkins has addressed this vulnerability in versions 1.600 and later, and in LTS 1.596.1 and later [1]. Users should upgrade to patched versions immediately. Red Hat also released updated jenkins packages for Fedora 21 and 22 that include the fix [2]. No workarounds are documented; however, restricting access to XML processing endpoints and disabling external entity processing in XML parsers (if possible) could reduce risk until patching is completed.

AI Insight generated on May 21, 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.main:jenkins-coreMaven
>= 1.597, < 1.6001.600
org.jenkins-ci.main:jenkins-coreMaven
< 1.596.11.596.1

Affected products

5

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.