Severity by source
AV:N/AC:L/PR:H/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:H/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
The affiliate-toolkit plugin for WordPress is vulnerable to remote code execution in all versions up to, and including, 3.8.5. This is due to the plugin using the BladeOne templating engine's runString() method which compiles user-supplied template content into PHP code and executes it via eval() without sanitization or sandboxing. This makes it possible for authenticated attackers, with Editor-level access and above, to execute arbitrary code on the server by injecting PHP into a plugin template.
AnalysisAI
Remote code execution in the affiliate-toolkit WordPress plugin ("Multi-Network Affiliate & Amazon Product Display") affects versions up to and including 3.8.5, letting authenticated users with Editor-level access or higher run arbitrary PHP on the host. The flaw stems from the bundled BladeOne template engine's runString() method, which compiles attacker-supplied template content into PHP and executes it through eval() with no sanitization or sandboxing. There is no public exploit identified at time of analysis and EPSS sits at a low 0.24%, but the technical impact is total because a successful injection yields full server-side code execution.
Technical ContextAI
The vulnerability lives in the plugin's use of BladeOne, a standalone PHP implementation of Laravel's Blade templating engine. BladeOne's runString() (referenced at lib/bladeone/BladeOne.php line 320) takes raw template text, transpiles it into PHP, and evaluates it via eval(); the plugin feeds user-controlled template content into this path through its post-type template and template-helper code (atkp_posttypes_template.php and atkp_template_helper.php). This is a textbook CWE-94 (Improper Control of Generation of Code / code injection): because template directives are compiled and eval()'d rather than treated as inert data, any PHP an attacker embeds in a plugin template becomes executable. The affected component per ENISA EUVD is "affiliate-toolkit - Multi-Network Affiliate & Amazon Product Display"; no CPE string was supplied in the input.
RemediationAI
No vendor-released patch version is confirmed in the available data, and the version data is conflicting: the description marks 3.8.5 as vulnerable while EUVD implies 3.8.4 and earlier are affected (which would suggest 3.8.5 as a fix) - confirm the fixed release directly with the vendor or the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/b6310a0c-5a96-4dbc-940e-025c9b907c7d?source=cve) before relying on an upgrade. Until a confirmed patched build is identified, apply compensating controls: restrict who holds Editor and Administrator roles and audit existing Editor accounts, since the attack requires that privilege level; disable or remove the affiliate-toolkit plugin if it is not actively needed, accepting loss of affiliate-product display functionality; and put a WAF or virtual-patching rule in front of the plugin's template-editing endpoints to block PHP payloads, accepting that template-rule tuning may cause false positives for legitimate template content. Monitor the WordPress plugin repository for a release later than 3.8.5 and update as soon as a fixed version is published.
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
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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-94 – Code Injection
View allSame technique Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32105
GHSA-h6jg-7g8r-wgqw