CVE-2026-28138
Published: 26 February 2026
Summary
CVE-2026-28138 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability. Its CVSS base score is 7.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-6 (Least Privilege).
Deeper analysis
CVE-2026-28138 is a Deserialization of Untrusted Data vulnerability (CWE-502) in the Stylemix uListing WordPress plugin, enabling Object Injection. The issue affects uListing versions from n/a through 2.2.0 and was published on 2026-02-26.
Attackers with high privileges (PR:H), such as authenticated administrators, can exploit this vulnerability over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). Successful exploitation leads to high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), with an unchanged scope (S:U), as reflected in its CVSS v3.1 base score of 7.2.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/ulisting/vulnerability/wordpress-ulisting-plugin-2-2-0-php-object-injection-vulnerability?_s_id=cve details this PHP Object Injection vulnerability in the WordPress uListing plugin version 2.2.0.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-8847
Vulnerability details
Deserialization of Untrusted Data vulnerability in Stylemix uListing ulisting allows Object Injection.This issue affects uListing: from n/a through <= 2.2.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
PHP object injection (deserialization) in a public-facing WordPress plugin directly enables exploitation of the web application (T1190). With admin-level access required, successful exploitation yields RCE or full system compromise, mapping to privilege escalation via the vulnerable component (T1068) and Unix shell command execution on the server (T1059.004).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of all inputs prior to deserialization, blocking the untrusted object injection vector in the uListing plugin.
Limits the number of users granted the high privileges required to reach the vulnerable deserialization code path.
Enables integrity verification of serialized data or plugin code to identify unauthorized object injection attempts or tampering.