CVE-2026-24385
Published: 05 March 2026
Summary
CVE-2026-24385 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.8th 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-2 (Flaw Remediation) and RA-5 (Vulnerability Monitoring and Scanning).
Deeper analysis
CVE-2026-24385 is a Deserialization of Untrusted Data vulnerability (CWE-502) in the Podlove Web Player WordPress plugin (podlove-web-player) developed by gerritvanaaken, enabling Object Injection. The issue affects all versions from n/a through 5.9.1 inclusive. It carries a CVSS v3.1 base score of 7.5 (AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H) and was published on 2026-03-05T06:16:22.900.
The vulnerability can be exploited over the network by an attacker with low privileges required, such as a registered WordPress user, through a high-complexity attack that requires no user interaction. Successful exploitation allows high impacts on confidentiality, integrity, and availability, potentially enabling object injection leading to severe outcomes like arbitrary code execution.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/podlove-web-player/vulnerability/wordpress-podlove-web-player-plugin-5-9-1-php-object-injection-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-9600
Vulnerability details
Deserialization of Untrusted Data vulnerability in gerritvanaaken Podlove Web Player podlove-web-player allows Object Injection.This issue affects Podlove Web Player: from n/a through <= 5.9.1.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct RCE via unauthenticated/public deserialization in a public-facing WordPress plugin maps to T1190 (Exploit Public-Facing Application); resulting arbitrary code execution on the server enables T1059 (Command and Scripting Interpreter).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly addresses the vulnerability by requiring timely remediation through patching the affected Podlove Web Player plugin versions <=5.9.1.
Requires validation of untrusted inputs to prevent deserialization of malicious data leading to object injection in the plugin.
Enables detection of the deserialization vulnerability in installed WordPress plugins via vulnerability scanning.