Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Network-reachable WordPress endpoint (AV:N), straightforward serialized payload (AC:L), Contributor account required (PR:L), no victim interaction (UI:N); successful object injection via gadget chain yields full CIA compromise.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionCVE.org
Contributor PHP Object Injection in Anti-Malware Security and Brute-Force Firewall <= 4.23.87 versions.
AnalysisAI
Authenticated PHP object injection in the WordPress 'Anti-Malware Security and Brute-Force Firewall' (GOTMLS) plugin through version 4.23.87 allows contributor-level users to inject crafted serialized PHP objects that are deserialized by the plugin. Successful exploitation can pivot through existing PHP gadget chains in WordPress or other installed plugins to achieve high-impact compromise of the site. No public exploit identified at time of analysis, and the issue is not on the CISA KEV list.
Technical ContextAI
The vulnerability is a CWE-502 'Deserialization of Untrusted Data' flaw in a WordPress security plugin authored by Eli Scheetz (CPE cpe:2.3:a:eli_scheetz:anti-malware_security_and_brute-force_firewall). PHP object injection occurs when user-controlled input is passed to unserialize() (or equivalent functions like maybe_unserialize), causing PHP to instantiate arbitrary classes and invoke their magic methods (__wakeup, __destruct, __toString). On a WordPress site there are typically many loaded classes from core, themes and other plugins, providing 'POP gadget chains' that turn deserialization into file write, SQL execution, or arbitrary code execution. Ironically, this plugin is marketed as anti-malware/firewall protection, so the bug undermines a security control that is often broadly installed.
RemediationAI
Patch status: no vendor-released patched version is identified in the supplied data - neither the Patchstack entry nor the EUVD record cites a fixed release, so administrators should upgrade to the latest version published on wordpress.org that is newer than 4.23.87 once available and monitor the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/gotmls/vulnerability/wordpress-anti-malware-security-and-brute-force-firewall-plugin-4-23-87-php-object-injection-vulnerability) for the confirmed fix version. As compensating controls until the fix is applied: restrict or disable the Contributor role and any open user-registration flow that grants Contributor-or-higher access (trade-off: blocks legitimate guest authors); place the wp-admin endpoints used by the plugin behind IP allow-lists or a WAF rule that blocks serialized PHP payloads (e.g. requests containing 'O:' or 'a:' tokens in plugin parameters, with the trade-off of potential false positives on legitimate serialized data); and as a last resort, deactivate the GOTMLS plugin entirely, accepting the loss of its anti-malware scanning until a patched build is released.
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-36938
GHSA-752f-9j6f-hhw5