Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Network vector with no auth or interaction required, but AC:H reflects mandatory gadget chain dependency; full CIA impact conditional on chain availability.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
5DescriptionCVE.org
The ChamaWP WordPress plugin before 1.0.13 does not properly validate user input before passing it to a PHP deserialization function, allowing unauthenticated attackers to inject arbitrary PHP objects, which could lead to remote code execution when a suitable gadget chain is present via other installed code.
AnalysisAI
PHP object injection via unsafe deserialization in the ChamaWP WordPress plugin (versions before 1.0.13) enables unauthenticated network attackers to achieve remote code execution, contingent on the presence of a suitable gadget chain within the broader WordPress installation. The CVSS vector (PR:N, UI:N) confirms no authentication or user interaction is required, though the AC:H rating reflects the dependency on exploitable gadget chains from co-installed plugins or libraries. A public proof-of-concept exists per WPScan, with EPSS at 0.22% (13th percentile), indicating low current automated exploitation activity despite code availability - this suggests targeted rather than widespread opportunistic exploitation at time of analysis.
Technical ContextAI
CWE-502 (Deserialization of Untrusted Data) is the root cause: the plugin passes user-controlled input directly to PHP's unserialize() without sanitization or type validation. PHP deserialization is a well-understood attack class where injecting a crafted serialized object triggers magic methods (__wakeup, __destruct, __toString) on classes already loaded in the PHP process. The critical dependency is a 'gadget chain' - a sequence of class method calls achievable through classes present in WordPress core, co-installed plugins, or themes that, when chained, produce a dangerous side effect (file write, code eval, system command). The CPE (cpe:2.3:a:unknown:chamawp:*:*:*:*:*:*:*:*) with vendor listed as 'unknown' suggests limited NVD enrichment; affected versions are confirmed as ChamaWP < 1.0.13 per EUVD and WPScan data. The attack surface is any input parameter accepted by the plugin before 1.0.13 that flows into unserialize().
RemediationAI
Update ChamaWP to version 1.0.13 or later, which introduces proper input validation before deserialization. The patch is confirmed available from the vendor per intelligence data; retrieve it from the WordPress plugin repository or the WPScan advisory at https://wpscan.com/vulnerability/8fcef037-db68-4595-be86-be3bf315c385/. If immediate upgrade is not possible, disabling or deactivating the ChamaWP plugin entirely is the most effective compensating control, as it eliminates the attack surface without requiring configuration changes - note this will disable all plugin functionality. As a secondary measure, a Web Application Firewall rule blocking serialized PHP object patterns (strings beginning with 'O:' or 'a:' in user-controlled parameters) may reduce automated exploitation attempts, but this is bypassable by determined attackers and should not substitute for patching. Audit co-installed plugins for known gadget chain sources (particularly those using Guzzle, Monolog, or Symfony components) to assess composite risk in the interim.
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 allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-210596
GHSA-w2rh-rmh8-jmwq