SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-5743

MEDIUM · CVSS 6.4 EPSS 0.25%

Source: NVD + CISA KEV + EPSS · Published 2026-07-11 · Last synced 2026-08-10

CyberRota Analysis

AI-Generated

The SimpLy Gallery Block & Lightbox plugin for WordPress is vulnerable to Stored Cross-Site Scripting due to inadequate input sanitization and output escaping in the sliderMaxHeight block attribute. This flaw allows authenticated attackers with Author-level access or higher to inject malicious scripts into pages, which can execute when users visit those pages. WordPress site administrators using this plugin should prioritize patching or updating to mitigate potential exploitation.

CVE
CVE-2026-5743
Severity
MEDIUM
CVSS
6.4
EPSS
0.25%
WordPress

Original NVD Description

The SimpLy Gallery Block & Lightbox plugin for WordPress is vulnerable to Stored Cross-Site Scripting via block attributes in all versions up to, and including, 3.3.3.2. This is due to insufficient input sanitization and output escaping on the sliderMaxHeight block attribute in the pgc_sgb_render_callback() function. The vulnerability exists because the pgc_sgb_sanitize_custom_css() function uses a flawed regex pattern that only removes event handlers with quoted values (e.g., onfocus="alert()") but fails to catch unquoted event handlers (e.g., onfocus=alert(document.cookie)), allowing the malicious code to bypass sanitization. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages via block attributes that will execute whenever a user accesses an injected page.