Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
7DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in rascals Meloo meloo allows Object Injection.This issue affects Meloo: from n/a through < 2.8.2.
AnalysisAI
A PHP Object Injection vulnerability exists in the Rascals Meloo WordPress theme due to unsafe deserialization of untrusted data, classified under CWE-502 (Deserialization of Untrusted Data). This vulnerability affects Meloo versions prior to 2.8.2 and allows attackers to inject malicious objects that could lead to remote code execution or other security compromises. While no CVSS score, EPSS probability, or KEV status has been publicly assigned, the vulnerability was reported by Patchstack and has been assigned ENISA EUVD tracking ID EUVD-2026-15679, indicating active monitoring by European vulnerability databases.
Technical ContextAI
The vulnerability stems from improper handling of PHP object serialization and deserialization mechanisms within the Meloo theme (CPE: cpe:2.3:a:rascals:meloo:*:*:*:*:*:*:*:*). CWE-502 specifically addresses the unsafe use of PHP's unserialize() function or similar deserialization routines when processing untrusted input—such as user-supplied data from POST parameters, cookies, or stored database content. WordPress themes like Meloo that handle theme options, user-generated content, or plugin data without proper input validation are particularly susceptible to this class of vulnerability, as attackers can craft malicious serialized PHP objects (gadget chains) that, when unserialized, trigger arbitrary code execution through the magic methods and property accessors available in the WordPress ecosystem.
RemediationAI
Immediately upgrade the Rascals Meloo theme to version 2.8.2 or later through the WordPress admin dashboard (Appearance > Themes > Updates) or by downloading the patched version directly from the vendor. Verify the upgrade completion by checking the theme version in Appearance > Themes and confirming it displays version 2.8.2 or higher. As a temporary mitigation for environments unable to upgrade immediately, disable or remove the Meloo theme if not actively in use, restrict administrative access to WordPress to trusted IP addresses only, and audit WordPress user accounts to remove any suspicious or unnecessary users. For defense-in-depth, implement WordPress security hardening measures such as disabling plugin/theme editing (set DISALLOW_FILE_EDIT to true in wp-config.php) and installing a Web Application Firewall (WAF) to detect and block serialized object injection attempts. See the Patchstack advisory for additional technical details.
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15679