Skip to main content

ChamaWP Plugin CVE-2025-15672

| EUVDEUVD-2025-210596 HIGH
Deserialization of Untrusted Data (CWE-502)
2026-08-03 WPScan GHSA-w2rh-rmh8-jmwq
8.1
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
8.1 HIGH
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.1 HIGH

Network vector with no auth or interaction required, but AC:H reflects mandatory gadget chain dependency; full CIA impact conditional on chain availability.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

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
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 04, 2026 - 18:23 vuln.today
CVSS changed
Aug 04, 2026 - 18:22 NVD
8.1 (HIGH)
Patch available
Aug 03, 2026 - 07:01 EUVD
CVE Published
Aug 03, 2026 - 06:00 cve.org
HIGH 8.1
CVE Published
Aug 03, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

Share

CVE-2025-15672 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy