Cyber Resilience

CVE-2026-24385

HighRCE

Published: 05 March 2026

Published
05 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0007 21.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
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).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-29782Shared CWE-502
CVE-2026-42778Shared CWE-502
CVE-2025-68047Shared CWE-502
CVE-2026-22345Shared CWE-502
CVE-2024-28988Shared CWE-502
CVE-2026-47161Shared CWE-502
CVE-2024-9664Shared CWE-502
CVE-2026-27084Shared CWE-502
CVE-2025-42944Shared CWE-502
CVE-2025-49533Shared CWE-502

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the vulnerability by requiring timely remediation through patching the affected Podlove Web Player plugin versions <=5.9.1.

prevent

Requires validation of untrusted inputs to prevent deserialization of malicious data leading to object injection in the plugin.

detect

Enables detection of the deserialization vulnerability in installed WordPress plugins via vulnerability scanning.

References