CVE-2026-7330: WordPress Auto Affiliate Links Plugin Stored XSS
The National Vulnerability Database has identified CVE-2026-7330, a high-severity (CVSS 7.2) Stored Cross-Site Scripting (XSS) vulnerability in the Auto Affiliate Links plugin for WordPress, affecting versions up to and including 6.8.8. This flaw stems from inadequate input sanitization on the ‘url’ POST parameter within the aal_url_stats_save_action() function and a complete lack of output escaping in aal_display_clicks().
This critical oversight allows unauthenticated attackers to inject arbitrary web scripts into the admin statistics page. The exploit leverages a publicly exposed nonce and an unauthenticated AJAX endpoint registered via the wp_ajax_nopriv_ hook. When an administrator visits the compromised page, the malicious script executes in their browser, potentially leading to session hijacking, data theft, or further compromise of the WordPress site.
Attackers’ calculus here is simple: target the widely used WordPress ecosystem, exploit a common vulnerability class (XSS), and gain unauthenticated access to execute code in an admin context. This is a low-effort, high-impact attack vector against a popular plugin.
What This Means For You
- If your organization uses the Auto Affiliate Links plugin for WordPress, immediately check your version. Any installation up to and including 6.8.8 is vulnerable. Patch or disable this plugin without delay. Audit your WordPress admin logs for any suspicious activity, especially around the statistics pages, as unauthenticated attackers can weaponize this to compromise your administrative interfaces.
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-7330 | XSS | Auto Affiliate Links plugin for WordPress versions <= 6.8.8 |
| CVE-2026-7330 | XSS | Insufficient input sanitization on 'url' POST parameter in aal_url_stats_save_action() function |
| CVE-2026-7330 | XSS | Absence of output escaping in aal_display_clicks() function |
| CVE-2026-7330 | XSS | Vulnerable AJAX endpoint registered via wp_ajax_nopriv_ hook |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 08, 2026 at 12:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.