SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-15425

MEDIUM · CVSS 6.4 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-25 · Last synced 2026-08-24

CyberRota Analysis

AI-Generated

The Yoast SEO plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) due to inadequate input sanitization and output escaping in the post slug feature, affecting all versions up to 28.0. Authenticated attackers with author-level access can exploit this vulnerability to inject malicious scripts that execute when users access the compromised pages, particularly when pretty permalinks are enabled. WordPress site administrators using this plugin should prioritize immediate updates to mitigate potential security risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-15425
Severity
MEDIUM
CVSS
6.4
EPSS
0.20%
WordPress

Original NVD Description

The Yoast SEO – Advanced SEO with real-time guidance and built-in AI plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Post Slug (post_name) in all versions up to, and including, 28.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This requires pretty permalinks to be enabled, as the exploit chain depends on get_permalink() embedding the stored percent-encoded post_name in the generated URL.