Cyber Resilience

CVE-2022-4043

HighPublic PoC

Published: 09 January 2023

Published
09 January 2023
Modified
09 April 2025
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.0117 79.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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

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)
None listed

Related Threats

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

Affected Assets

wp custom admin interface project
wp custom admin interface
≤ 7.29

Mitigating Controls

No mitigating controls mapped yet. The per-CVE control annotator has not reached this CVE.

References