Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Network-reachable unauthenticated deserialization (AV:N/PR:N/UI:N); AC:H because exploitation requires a viable POP gadget chain in the target stack; full C/I/A impact typical of PHP object injection.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated PHP Object Injection in EasyMeals <= 1.5.1 versions.
AnalysisAI
Unauthenticated PHP Object Injection affects the Mikado-Themes EasyMeals WordPress theme through version 1.5.1, allowing remote attackers to inject crafted serialized objects that are deserialized by vulnerable PHP code paths. Successful exploitation can lead to high-impact compromise of confidentiality, integrity, and availability on the underlying WordPress site, though no public exploit identified at time of analysis. The CVSS 8.1 score reflects high attack complexity, consistent with the typical need for a usable gadget chain in the host WordPress environment.
Technical ContextAI
The vulnerability is a CWE-502 (Deserialization of Untrusted Data) flaw in the EasyMeals theme by Mikado-Themes, identified by CPE cpe:2.3:a:mikado-themes:easymeals through version 1.5.1. PHP Object Injection arises when user-controlled input reaches functions like unserialize() without validation, causing PHP to instantiate arbitrary classes and trigger magic methods such as __wakeup, __destruct, or __toString. In WordPress theme contexts these primitives are commonly chained with POP (Property-Oriented Programming) gadgets present in WordPress core, popular plugins, or PHP libraries, enabling outcomes like arbitrary file write, SQL injection, or remote code execution depending on which gadgets are loadable in the target environment.
RemediationAI
No vendor-released patch identified at time of analysis in the provided data; site operators running EasyMeals 1.5.1 or earlier should consult the Patchstack advisory at https://patchstack.com/database/wordpress/theme/easymeals/vulnerability/wordpress-easymeals-theme-1-5-1-php-object-injection-vulnerability and upgrade to a fixed release once published by Mikado-Themes. As compensating controls while a fix is awaited, deactivate and replace the EasyMeals theme with an unaffected theme (this will remove the front-end design and any theme-specific shortcodes), or place a WAF rule in front of WordPress that blocks request parameters containing serialized PHP patterns such as 'O:' or 'a:' followed by length-prefixed class names (note this may break legitimate plugins that pass serialized data). Where the vulnerable entry point can be identified from the advisory, restrict access to that endpoint via web server ACLs or .htaccess rules, accepting that this may disable affected theme functionality.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37602