Description
The Search Atlas SEO WordPress plugin before 2.6.24 does not perform a nonce or capability check before processing a settings update in one of its early-priority handlers, allowing any authenticated user such as a Subscriber to overwrite or delete the site's stored Google service-account credentials.
Published: 2026-09-05
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the Search Atlas SEO WordPress plugin version 2.6.24 and earlier. The plugin fails to enforce a nonce or verify user capabilities before handling a settings update in an early-priority action hook. Consequently, any authenticated user—including those with Subscriber role—can invoke the handler and overwrite or delete the site's Google service‑account credentials. This leads to credential compromise, which could allow the attacker to impersonate the site in Google services, disrupt SEO functionality, or gain access to sensitive data that the service account protects. The weakness reflects improper authorization protection.

Affected Systems

The affected product is the Search Atlas SEO WordPress plugin, any installation running a version older than 2.6.24. The vendor is listed as Unknown:Search Atlas SEO. The plugin stores Google service‑account credentials that are modified by the vulnerable handler.

Risk and Exploitability

An attacker only needs to be logged into the site with a valid account, even one with Subscriber authority, to trigger the missing check. The lack of a nonce or capability verification permits direct overwriting or deletion of the credentials. Although EPSS data is not available, the CVE is not listed in the CISA KEV catalog. The potential for credential loss indicates a high impact. The vulnerability allows unauthorized modification of security-sensitive configuration, and the exploited handler runs during an early priority, making the attack straightforward for a legitimate user.

Generated by OpenCVE AI on September 5, 2026 at 07:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Search Atlas SEO plugin to version 2.6.24 or later, which includes the nonce and capability checks.
  • After updating, verify that the Google service-account credentials have not been altered unintentionally and, if needed, re‑enter them through the settings screen.
  • Restrict access to the plugin's settings page and code that handles credential storage to users with Administrator capability; consider adding role restrictions or custom capability checks for Subscribers.

Generated by OpenCVE AI on September 5, 2026 at 07:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-352

Sat, 05 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Search Atlas SEO WordPress plugin before 2.6.24 does not perform a nonce or capability check before processing a settings update in one of its early-priority handlers, allowing any authenticated user such as a Subscriber to overwrite or delete the site's stored Google service-account credentials.
Title Search Atlas SEO < 2.6.24 - Subscriber+ Google Service Account Credential Overwrite/Deletion
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-05T06:00:04.042Z

Reserved: 2026-07-09T12:12:25.408Z

Link: CVE-2026-15247

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-05T07:17:10.693

Modified: 2026-09-05T07:17:10.693

Link: CVE-2026-15247

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T08:00:06Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-352

    Cross-Site Request Forgery (CSRF)