Skip to main content

Search Atlas SEO CVE-2026-15252

| EUVDEUVD-2026-50998 MEDIUM
Missing Authorization (CWE-862)
2026-07-30 WPScan GHSA-4cg6-5xq4-m2fc
5.4
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
5.4 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
vuln.today AI
5.4 MEDIUM

Network AJAX endpoint (AV:N, AC:L) requires subscriber authentication (PR:L); no confidentiality impact; integrity and availability limited to indexing API manipulation.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Lifecycle Timeline

5
Analysis Generated
Jul 30, 2026 - 15:38 vuln.today
CVSS changed
Jul 30, 2026 - 15:22 NVD
5.4 (MEDIUM)
Patch available
Jul 30, 2026 - 07:03 EUVD
CVE Published
Jul 30, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 30, 2026 - 06:00 cve.org
MEDIUM 5.4

DescriptionCVE.org

The Search Atlas SEO WordPress plugin before 2.6.12 does not perform a capability or nonce check in one of its AJAX handlers, allowing any authenticated user such as a Subscriber to invoke the site's Google Indexing API integration, submitting or removing the site's URLs from Google's index and consuming its indexing quota.

AnalysisAI

Search Atlas SEO WordPress plugin (all versions before 2.6.12) exposes its Google Indexing API integration to any authenticated user - including low-privilege subscribers - due to a missing capability and nonce check in an AJAX handler. Any user with a valid WordPress session can invoke the plugin's Google Indexing API endpoint to submit or remove site URLs from Google's search index and exhaust the site's indexing API quota. A publicly available exploit exists via WPScan, though EPSS at 0.14% (4th percentile) and the absence of a CISA KEV listing indicate limited observed exploitation activity at this time.

Technical ContextAI

Search Atlas SEO is a WordPress plugin that integrates with Google's Indexing API, allowing site administrators to programmatically signal URL additions and removals to Google's crawler. The vulnerability resides in a WordPress AJAX handler registered without either a current_user_can() capability check or check_ajax_referer() nonce verification, constituting a textbook CWE-862 (Missing Authorization) flaw. In WordPress, AJAX handlers registered via wp_ajax_ hooks are accessible to all authenticated users by default unless explicitly gated by role or permission checks. Without these controls, a subscriber-tier user can call the handler as if they were an administrator, directing the site's configured Google API credentials to perform indexing operations. Affected product CPE: cpe:2.3:a:unknown:search_atlas_seo:*:*:*:*:*:*:*:*, all versions in the range 0 through below 2.6.12.

RemediationAI

Update the Search Atlas SEO WordPress plugin to version 2.6.12 or later, which adds the missing capability and nonce checks to the affected AJAX handler; this is the only confirmed fix per the WPScan advisory at https://wpscan.com/vulnerability/a347a7a8-36d6-4806-8781-a9ae8eb94788/. If immediate patching is not possible, disabling the Google Indexing API integration within the plugin's settings eliminates the exploitable endpoint entirely, though it also disables all programmatic indexing functionality - weigh this trade-off against SEO workflow dependencies. A secondary compensating control is to disable open user registration on the WordPress site, removing the ability for unauthenticated actors to self-register a subscriber account; note this does not protect against existing low-privilege users. Auditing and removing unnecessary subscriber accounts is also advisable as an interim measure.

Share

CVE-2026-15252 vulnerability details – vuln.today

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