CVE-2026-88793

WordPress · YouTube Embed

The YouTube Embed WordPress plugin fails to authorize AJAX actions and sanitize stored data, allowing unauthenticated attackers to execute stored XSS attacks against any site user.

Executive summary

The YouTube Embed WordPress plugin is vulnerable to unauthenticated stored cross-site scripting (XSS), potentially allowing attackers to hijack sessions of users, including administrators.

Vulnerability

The plugin does not perform authorization checks on AJAX actions and relies incorrectly on a front-end nonce. It fails to escape stored data, allowing unauthenticated attackers to inject malicious scripts that execute in the sessions of visitors or administrators.

Business impact

This vulnerability is assigned a CVSS score of 8.8, reflecting its high potential for exploitation. By targeting the sessions of administrators, attackers could gain unauthorized access to the WordPress dashboard, leading to data theft, malware distribution, or site defacement.

Remediation

Immediate Action: Deactivate or remove the YouTube Embed plugin until the developer provides a version that includes proper authorization and output escaping.

Proactive Monitoring: Monitor for suspicious activity in user sessions and check for unexpected modifications to embedded content or site pages.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block XSS attempts in AJAX-based requests.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Given the risk of administrative session hijacking, it is imperative to remove the vulnerable plugin from production environments immediately. Organizations should rely on alternative methods for embedding media until a secure update is verified and deployed.

More WordPress CVEs all →

History

  1. Collected by CVE Brief via github
  2. Held for re-check analysis graded thin
  3. Analyst report written
  4. Analyst report updated

Sources

Originally found and disclosed by Adem0n__, with WPScan (coordinator), per the CVE Program record.