Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Primary rating from Vendor (Patchstack) · only source for this CVE.
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Missing Authorization vulnerability in Lucian Apostol Auto Affiliate Links allows Exploiting Incorrectly Configured Access Control Security Levels.
This issue affects Auto Affiliate Links: from n/a through 6.8.8.3.
AnalysisAI
Missing authorization in the Auto Affiliate Links WordPress plugin (all versions through 6.8.8.3) allows unauthenticated remote attackers to bypass access control checks and perform unauthorized write operations against affiliate link configurations. The vulnerability is classified as broken access control (CWE-862) and was reported by Patchstack. No public exploit code exists and no active exploitation has been confirmed - EPSS sits at 0.03% (8th percentile) and SSVC exploitation status is 'none' - indicating negligible real-world threat activity at time of analysis despite the attack being fully automatable with no authentication required.
Technical ContextAI
The affected component is the Auto Affiliate Links plugin authored by Lucian Apostol, identified by CPE cpe:2.3:a:lucian_apostol:auto_affiliate_links:*:*:*:*:*:*:*:*. CWE-862 (Missing Authorization) describes a failure to perform any authorization check before executing a sensitive operation - the plugin exposes one or more WordPress AJAX endpoints or admin-facing actions without verifying whether the caller holds an appropriate capability (e.g., manage_options or a custom role). WordPress plugins commonly register wp_ajax_nopriv_ hooks that are reachable without authentication; if sensitive functionality is tied to such hooks without a nonce or capability check, any network-reachable party can invoke it. The integrity-only impact (CVSS C:N/I:L/A:N) suggests the exploitable surface modifies plugin settings or affiliate link data rather than reading sensitive records or crashing the service.
RemediationAI
Update the Auto Affiliate Links plugin to a version beyond 6.8.8.3 if a patched release has been published to the WordPress plugin repository; consult the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/wp-auto-affiliate-links/vulnerability/wordpress-auto-affiliate-links-plugin-6-8-8-3-broken-access-control-vulnerability for the confirmed fixed version, as no specific patch version was present in the data available at time of analysis. If no patched version is yet available, the most effective compensating control is to deactivate and remove the plugin until a fix is released - this eliminates the attack surface entirely with no functional trade-off beyond loss of affiliate link automation. Alternatively, a WAF rule blocking unauthenticated POST requests to the affected plugin's AJAX action names can reduce exposure, though the specific action identifiers would need to be extracted from plugin source code. Restricting wp-admin access and WordPress REST/AJAX endpoints to authenticated sessions via server-level controls (e.g., HTTP Basic Auth on /wp-admin/ or /wp-login.php) would also reduce the exploitable surface as a layered defense.
More in Auto Affiliate Links
View allCross-Site Request Forgery (CSRF) vulnerability in Lucian Apostol Auto Affiliate Links plugin <= 6.3.0.2 versions. Rated
Stored Cross-Site Scripting in Auto Affiliate Links for WordPress allows unauthenticated remote attackers to inject mali
Cross-Site Request Forgery (CSRF) vulnerability in Lucian Apostol Auto Affiliate Links allows Stored XSS.4.2.4. Rated hi
Cross-Site Request Forgery (CSRF) vulnerability in Lucian Apostol Auto Affiliate Links plugin <= 6.3 versions. Rated med
The Auto Affiliate Links plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capabi
The Auto Affiliate Links WordPress plugin before 6.4.7 does not sanitize and escape a parameter before using it in a SQL
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31748
GHSA-64j4-wv48-vxg4