Description
Jenkins Ivy Report Plugin 1.2 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks when processing Ivy report files.
Published: 2026-08-05
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Jenkins Ivy Report Plugin versions 1.2 and earlier process Ivy report files using an XML parser that is not properly configured to block external entity resolution. A malicious actor can supply a crafted XML file that triggers the parser to access external resources or read internal files, resulting in potential data disclosure. This flaw is a classic XXE weakness (CWE‑611) caused by insufficient parser configuration.

Affected Systems

Jenkins Project – Jenkins Ivy Report Plugin, all instances running version 1.2 or earlier are impacted. The vulnerability exists in the Java plug‑in when it parses untrusted Ivy report files and is mitigated by later releases.

Risk and Exploitability

The advisory reports no EPSS score and indicates the vulnerability is not listed in CISA KEV, yet the impact is significant if an attacker can supply a malicious Ivy report. The likely attack vector is to upload or influence the Ivy report file through the Jenkins UI or any exposed file endpoint that the plugin processes. No special privileges are required beyond the ability to submit a report file. The CVSS score of 7.1 indicates a high severity vulnerability; the lack of an EPSS score and its absence from the KEV catalog mean the exploitation probability is unknown, but the flaw should be addressed promptly.

Generated by OpenCVE AI on August 5, 2026 at 22:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Jenkins Ivy Report Plugin to the latest released version, which configures its XML parser to disable external entity resolution.
  • If an immediate patch is not available, remove or restrict the ability to upload Ivy report files, or isolate the plugin in a sandboxed environment to prevent malicious content from being parsed.
  • Implement an additional XML whitelist or external‑entity filter at the Jenkins application level, ensuring that any XML parser used by the plugin ignores external entities before processing.

Generated by OpenCVE AI on August 5, 2026 at 22:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Jenkins Project
Jenkins Project jenkins Ivy Report Plugin
Vendors & Products Jenkins Project
Jenkins Project jenkins Ivy Report Plugin

Wed, 05 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Title Jenkins Ivy Report Plugin Vulnerability: XML External Entity (XXE) Attack Path

Wed, 05 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 05 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Title Jenkins Ivy Report Plugin Vulnerability: XML External Entity (XXE) Attack Path
Weaknesses CWE-611

Wed, 05 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description Jenkins Ivy Report Plugin 1.2 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks when processing Ivy report files.
References

Subscriptions

Jenkins Project Jenkins Ivy Report Plugin
cve-icon MITRE

Status: PUBLISHED

Assigner: jenkins

Published:

Updated: 2026-08-05T19:28:50.307Z

Reserved: 2026-08-04T14:13:20.603Z

Link: CVE-2026-70448

cve-icon Vulnrichment

Updated: 2026-08-05T19:27:27.021Z

cve-icon NVD

Status : Received

Published: 2026-08-05T18:17:14.687

Modified: 2026-08-05T20:17:16.463

Link: CVE-2026-70448

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T10:05:14Z

Weaknesses
  • CWE-611

    Improper Restriction of XML External Entity Reference