CVE-2025-49393
Published: 06 November 2025
Summary
CVE-2025-49393 is a critical-severity Deserialization of Untrusted Data (CWE-502) vulnerability. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 27.4th 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 SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-49393 is a Deserialization of Untrusted Data vulnerability (CWE-502) in the Fetch Designs Sign-up Sheets WordPress plugin (sign-up-sheets), enabling PHP Object Injection. The issue affects all versions of the plugin up to and including 2.3.2. It has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its potential for high impact on confidentiality, integrity, and availability.
Unauthenticated remote attackers can exploit this vulnerability over the network with low complexity and no user interaction required. By supplying malicious serialized data, attackers can trigger object injection, potentially leading to arbitrary code execution, data manipulation, or server compromise, as reflected in the high-impact CVSS vector.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/sign-up-sheets/vulnerability/wordpress-sign-up-sheets-plugin-2-3-2-php-object-injection-vulnerability?_s_id=cve details the vulnerability in the WordPress Sign-up Sheets plugin version 2.3.2 and provides information on mitigation, likely including updating to a patched version where available.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-38012
Vulnerability details
Deserialization of Untrusted Data vulnerability in Fetch Designs Sign-up Sheets sign-up-sheets allows Object Injection.This issue affects Sign-up Sheets: from n/a through <= 2.3.2.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is an unauthenticated remote deserialization flaw in a public-facing WordPress plugin, directly enabling exploitation of a public-facing application for arbitrary code execution.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Patching the Sign-up Sheets WordPress plugin beyond version 2.3.2 directly remediates the PHP object injection vulnerability from deserialization of untrusted data.
Validating untrusted inputs at deserialization points prevents processing of malicious serialized data that triggers object injection in the plugin.
Memory protection mechanisms like ASLR and DEP mitigate arbitrary code execution resulting from successful PHP object injection.