Cyber Resilience

CVE-2022-43415

High

Published: 19 October 2022

Published
19 October 2022
Modified
09 May 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0578 90.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-43415 is a high-severity Improper Restriction of XML External Entity Reference (CWE-611) vulnerability in Jenkins Repo. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 9.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

Jenkins REPO Plugin 1.15.0 and earlier is affected by an XML external entity (XXE) vulnerability because the plugin does not configure its XML parser to prevent such attacks, corresponding to CWE-611. The issue received a CVSS 3.1 score of 7.5 reflecting network attack vector, low complexity, no required privileges or user interaction, and high confidentiality impact with no integrity or availability effects.

An unauthenticated attacker with network access can supply a crafted XML document to the plugin and read arbitrary files or other sensitive data from the Jenkins instance. The exploitation probability (EPSS) remains flat at 0.0578 with no material increase after disclosure.

Advisories published on 2022-10-19 at the Jenkins security site and oss-security mailing list describe the flaw and direct users to updated plugin releases for remediation.

EU & UK References

Vulnerability details

Jenkins REPO Plugin 1.15.0 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

jenkins
repo
≤ 1.16.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-611

Penetration testing includes XML external entity payloads, detecting XXE vulnerabilities and enabling their mitigation.

addresses: CWE-611

Identifies XML external entity processing via monitoring of unusual file/network access or resource usage.

References