AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-5108

MEDIUM · CVSS 4.4 EPSS 0.24%

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The Super Progressive Web Apps plugin for WordPress is vulnerable to Stored Cross-Site Scripting due to inadequate input sanitization and output escaping in the `superpwa_settings[offline_message_txt]` setting. This flaw allows authenticated attackers with Administrator-level access to inject malicious scripts that execute in the context of users interacting with the offline snackbar, potentially leading to data theft or session hijacking. WordPress site administrators using this plugin should prioritize remediation to protect their users from potential exploitation.

CVE
CVE-2026-5108
Severity
MEDIUM
CVSS
4.4
EPSS
0.24%
WordPress Java

Original NVD Description

The Super Progressive Web Apps plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `superpwa_settings[offline_message_txt]` setting in all versions up to, and including, 2.2.43. This is due to insufficient input sanitization and output escaping. The offline message value is stored without sanitization, passed to the frontend via `wp_localize_script()` without escaping, and rendered using `innerHTML` in the JavaScript snackbar component. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user triggers the offline snackbar.