CVE-2022-4043
Published: 09 January 2023
Summary
CVE-2022-4043 is a high-severity an unspecified weakness vulnerability in Wp Custom Admin Interface Project Wp Custom Admin Interface. Its CVSS base score is 7.2 (High).
Operationally, ranked in the top 20.9% 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 Custom Admin Interface WordPress plugin before version 7.29 contains a PHP Object Injection vulnerability stemming from unsafe deserialization of user-supplied settings data. The affected component is the plugin's configuration handling routine, which processes untrusted input without proper sanitization or validation before passing it to PHP's unserialize function.
High-privilege users such as administrators can supply malicious serialized objects through the plugin settings interface. When a suitable gadget chain is present in the WordPress environment, successful exploitation grants the attacker the ability to execute arbitrary code, manipulate application state, or access sensitive data, corresponding to the CVSS 7.2 rating that reflects network-reachable impact on confidentiality, integrity, and availability without user interaction.
The referenced WPScan advisory identifies the flaw in versions prior to 7.29 and indicates that updating to the fixed release eliminates the unsafe unserialize call, serving as the primary mitigation.
EPSS for this CVE rose materially from a low baseline to a peak of 0.1415 before receding to the current value of 0.0117, indicating a period of increased exploitation interest well after the 2023 disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-51422
Vulnerability details
The WP Custom Admin Interface WordPress plugin before 7.29 unserialize user input provided via the settings, which could allow high privilege users such as admin to perform PHP Object Injection when a suitable gadget is present.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
No mitigating controls mapped yet. The per-CVE control annotator has not reached this CVE.