Severity by source
AV:N/AC:L/PR:N/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:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
5DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in themeton PIMP - Creative MultiPurpose allows Object Injection. This issue affects PIMP - Creative MultiPurpose: from n/a through 1.7.
AnalysisAI
Remote code execution in PIMP Creative MultiPurpose WordPress theme through version 1.7 allows unauthenticated attackers to execute arbitrary PHP code via insecure deserialization of user-controlled data. The CVSS 9.8 score reflects network-accessible exploitation with no authentication or user interaction required. Patchstack identified this vulnerability, though EPSS probability is low (0.14%, 34th percentile), suggesting no public exploit identified at time of analysis and limited observed exploitation attempts.
Technical ContextAI
This vulnerability stems from unsafe deserialization (CWE-502) in a WordPress theme. PHP's unserialize() function reconstructs objects from serialized strings, allowing attackers to instantiate arbitrary classes and trigger magic methods (__wakeup, __destruct, __toString) with attacker-controlled properties. WordPress ecosystems contain numerous gadget chains in popular plugins and core components that can be chained to achieve code execution. The PIMP theme appears to deserialize user-supplied data without proper validation or integrity checks, creating an object injection vector. When exploited, attackers can leverage existing PHP classes to write files, execute system commands, or manipulate application state. This class of vulnerability is particularly dangerous in WordPress environments due to the abundance of exploitable gadget chains across the plugin ecosystem.
RemediationAI
Upgrade to PIMP Creative MultiPurpose theme version 1.8 or later if available; consult Patchstack advisory at https://patchstack.com/database/wordpress/theme/pimp/vulnerability/wordpress-pimp-creative-multipurpose-1-7-deserialization-of-untrusted-data-vulnerability for confirmed patched version. If no patch is available or immediate upgrade is not feasible, implement compensating controls: disable or remove the PIMP theme entirely and switch to an alternate WordPress theme until patched version is released; deploy a Web Application Firewall (WAF) with rules to block serialized PHP objects in POST/GET parameters (regex matching 'O:' patterns in requests), though this may break legitimate theme functionality that uses serialization; restrict wp-admin access to trusted IP addresses via .htaccess or firewall rules to limit attack surface, though this does not address unauthenticated vectors if present in front-end theme code. Monitor WordPress access logs for unusual POST requests with serialized data patterns. Note that WAF blocking of serialization can interfere with WordPress core features like widgets and transients, requiring testing before production deployment.
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-17499