Cyber Resilience

CVE-2022-48565

CriticalPublic PoC

Published: 22 August 2023

Published
22 August 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0727 91.8th percentile
Risk Priority 24 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-48565 is a critical-severity Improper Restriction of XML External Entity Reference (CWE-611) vulnerability in Python Python. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 8.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

An XML External Entity (XXE) vulnerability, tracked as CVE-2022-48565 and assigned CWE-611, was identified in Python versions through 3.9.1. The issue resides in the plistlib module, which previously processed entity declarations within XML plist files and thereby exposed applications to standard XML parsing attacks.

Remote attackers with no authentication or user interaction required can supply a crafted XML plist file to trigger the flaw. Successful exploitation can result in high-impact effects on confidentiality, integrity, and availability, consistent with the CVSS 9.8 rating.

Debian and Fedora security advisories reference upstream fixes that disable entity declarations in plistlib; affected distributions are advised to apply the corresponding package updates. The associated EPSS score has remained flat at 0.0727 with no material increase since disclosure.

EU & UK References

Vulnerability details

An XML External Entity (XXE) issue was discovered in Python through 3.9.1. The plistlib module no longer accepts entity declarations in XML plist files to avoid XML vulnerabilities.

CWE(s)

Related Threats

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

Affected Assets

python
python
≤ 3.6.13 · 3.7.0 — 3.7.10 · 3.8.0 — 3.8.7
debian
debian linux
10.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