Cyber Resilience

CVE-2022-0863

HighPublic PoC

Published: 13 June 2022

Published
13 June 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.1329 94.3th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-0863 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Wp Svg Icons Project Wp Svg Icons. Its CVSS base score is 7.2 (High).

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

Deeper analysis

The WP SVG Icons WordPress plugin through version 3.2.3 contains an improper input validation flaw (CWE-434) that affects the handling of uploaded custom icon packs. The component fails to sanitize zip archives supplied through its administrative interface, permitting a high-privileged account to include executable PHP files within the archive.

An authenticated administrator can exploit the issue over the network by uploading a crafted zip containing malicious PHP code. Successful exploitation grants the attacker the ability to execute arbitrary code on the server, resulting in full confidentiality, integrity, and availability impact as reflected in the CVSS 7.2 rating.

The referenced WPScan advisory at https://wpscan.com/vulnerability/a30212a0-c910-4657-aee1-4a2d72c77983 documents the vulnerability but supplies no additional mitigation details beyond the published description. The associated EPSS score has remained flat at 0.1329 with no material increase since disclosure.

EU & UK References

Vulnerability details

The WP SVG Icons WordPress plugin through 3.2.3 does not properly validate uploaded custom icon packs, allowing an high privileged user like an admin to upload a zip file containing malicious php code, leading to remote code execution.

CWE(s)

Related Threats

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

Affected Assets

wp svg icons project
wp svg icons
≤ 3.2.3

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-434

Requiring identifiable owners for portable devices reduces the attack surface for unrestricted uploads of dangerous file types via anonymous media.

addresses: CWE-434

Dangerous file uploads can be detonated in the chamber to determine malice before any production write or execution occurs.

addresses: CWE-434

Prevents unrestricted writing of arbitrary or malicious firmware by keeping hardware write-protect enabled except under tightly controlled manual procedures.

addresses: CWE-434

Scans files from external sources on download/open/execute, blocking unrestricted uploads of dangerous file types.

References