Skip to main content

affiliate-toolkit CVE-2026-6169

| EUVDEUVD-2026-32105 HIGH
Code Injection (CWE-94)
2026-05-27 security@wordfence.com GHSA-h6jg-7g8r-wgqw
7.2
CVSS 3.1 · NVD
Share

Severity by source

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

Lifecycle Timeline

2
Analysis Generated
May 27, 2026 - 20:44 vuln.today
CVE Published
May 27, 2026 - 08:16 nvd
HIGH 7.2

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

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

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-6169 vulnerability details – vuln.today

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