Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Network-exploitable with no authentication (PR:N, AV:N) per description and CWE-862; no confidentiality impact (C:N) as access control bypass enables action execution, not data read.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in AI for SEO <= 2.4.2 versions.
AnalysisAI
Broken access control in the AI for SEO WordPress plugin (versions ≤ 2.4.2) permits unauthenticated remote attackers to invoke restricted plugin functionality without credentials. The CVSS vector (AV:N/AC:L/PR:N/UI:N) confirms exploitation requires no authentication, no user interaction, and no special network position - any internet-facing WordPress site running the affected plugin is reachable. Impact is bounded to partial integrity and availability disruption (I:L/A:L) with no confidentiality exposure, suggesting unauthorized manipulation of plugin operations rather than data exfiltration. No public exploit identified at time of analysis, and the vulnerability is not listed in CISA KEV.
Technical ContextAI
AI for SEO is a WordPress plugin developed by Space Codes (CPE: cpe:2.3:a:space_codes:ai_for_seo:*:*:*:*:*:*:*:*) that provides AI-assisted search engine optimization features. WordPress plugins commonly expose AJAX action handlers or REST API routes; CWE-862 (Missing Authorization) indicates that one or more of these endpoints fails to verify whether the requesting user holds the required WordPress capability before executing privileged operations. In the WordPress security model, this typically means a missing current_user_can() check or absent nonce verification on an action that should be restricted to editors, administrators, or other authenticated roles. Because the flaw is tagged 'Authentication Bypass', the missing check allows completely unauthenticated callers - not just lower-privileged authenticated users - to trigger the protected functionality.
RemediationAI
Update the AI for SEO plugin to the first release beyond version 2.4.2 that addresses this flaw - consult the WordPress plugin repository and the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/ai-for-seo/vulnerability/wordpress-ai-for-seo-plugin-2-4-2-broken-access-control-vulnerability for the exact patched version, as no specific fix version was confirmed in the available input data. If a patched release is not yet available, deactivate the plugin entirely until a fix ships, as plugin deactivation eliminates the exposed endpoints without affecting the WordPress core installation. As a secondary mitigation, a Web Application Firewall (WAF) rule blocking unauthenticated POST requests to the plugin's specific AJAX actions or REST routes can reduce exposure without full deactivation, though this approach requires identifying the exact endpoints from plugin source code. Note that WAF rules may block legitimate functionality if the plugin uses the same endpoints for authorized users.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57878
GHSA-8646-8444-mw3g