SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-15446

MEDIUM · CVSS 6.4 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The EWWW Image Optimizer plugin for WordPress is vulnerable to Stored Cross-Site Scripting due to inadequate input sanitization and output escaping in the 'data-script' Lazy Load Attribute, affecting all versions up to 8.7.3. Authenticated attackers with contributor-level access can exploit this vulnerability to inject malicious scripts into pages, which execute when users access the affected content. 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
GitHub PoC Links

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

CVE
CVE-2026-15446
Severity
MEDIUM
CVSS
6.4
EPSS
0.24%
WordPress

Original NVD Description

The EWWW Image Optimizer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'data-script' Lazy Load Attribute in Post Content in all versions up to, and including, 8.7.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The exploit is achieved by embedding a crafted img element with class='lazyload' and a data-script attribute pointing to an attacker-controlled URL in post content, which the plugin's bundled lazysizes ls.unveilhooks addon then uses to dynamically create and insert a script element into the DOM at page view time.