Auto Affiliate Links <= 6.8.8 - Unauthenticated Stored Cross-Site Scripting via 'url' Parameter
Strategic Overview
- Status
- Patched in 6.8.8.1
- Affected Plugin
- Auto Affiliate Links
- Affected Version
<= 6.8.8- CVSS
- 7.2High
- Weakness type
- CWE-79 · Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
- CVE
CVE-2026-7330
At a glance
CVE-2026-7330 is a high-severity Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in the Auto Affiliate Links WordPress plugin, affecting versions <= 6.8.8. It carries a CVSS score of 7.2 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 6.8.8.1; sites on affected versions should update now. Disclosed May 2026, reported by DJumanto.
Vulnerability Overview
The Auto Affiliate Links plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 6.8.8 This is due to insufficient input sanitization on the 'url' POST parameter in the aal_url_stats_save_action() function and a complete absence of output escaping in aal_display_clicks(), where the stored value is echoed directly into an anchor element's href attribute and inner text without esc_url(), esc_attr(), or esc_html(). This makes it possible for unauthenticated attackers to inject arbitrary web scripts into the admin statistics page that execute in an administrator's browser when the page is visited, leveraging a publicly exposed nonce and an unauthenticated AJAX endpoint registered via the wp_ajax_nopriv_ hook.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.
CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Auto Affiliate Links <= 6.8.8 carries this weakness at url, and reaching it takes no account at all. Cross-site scripting happens when input from a request is written into a page without being escaped for the context it lands in, so the browser parses attacker-supplied text as markup or script.
Injected script runs with the privileges of whoever views the affected page, which is how these flaws turn into administrator session theft, silent account creation or persistent backdoors in page content. For Auto Affiliate Links the fix is 6.8.8.1: builds <= 6.8.8 are affected, anything from 6.8.8.1 onward is not.
Remediation
Update to version 6.8.8.1, or a newer patched version
How does WordSec protect against this?
Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Auto Affiliate Links 6.8.8.1 closes this, and updating the plugin is the step that ends it.
- Firewall
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Auto Affiliate Links
- 9.8Auto Affiliate Links < 5.0 SQL Injection
- 9.1CVE-2024-34386: Auto Affiliate Links <= 6.4.3.1 SQL Injection
CVE-2024-34386 - 6.1CVE-2023-47652: Auto Affiliate Links CSRF
CVE-2023-47652 - 5.8Auto Affiliate Links <= 6.4.2.7 Cross-Site Request Forgery
- 5.4CVE-2022-45840: Auto Affiliate Links <= 6.2.1.5 Plugin Settings Change
CVE-2022-45840 - 5.3CVE-2026-24592: Auto Affiliate Links <= 6.8.8.3 Missing Authorization
CVE-2026-24592 - 4.9CVE-2024-9838: Auto Affiliate Links <= 6.4.6 SQL Injection
CVE-2024-9838 - 4.3CVE-2024-1843: Auto Affiliate Links <= 6.4.3 Missing Authorization
CVE-2024-1843
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C