CVE-2026-5108 MEDIUM

CVE-2026-5108: Super Progressive Web Apps <= 2.2.43 - Authenticated (Administrator+) Stored Cross-Site Scripting via Offline Message Setting

Vendor Superpwa
Product Super Progressive Web Apps
Weakness CWE-79 · XSS
Published August 5, 2026
Last update August 5, 2026

CVSS base score

4.4/10
Attack vector Network
Attack complexity High
Privileges required High
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Super Progressive Web Apps versions 2.2.43 and earlier contain a cross-site scripting vulnerability in a high-privilege administrative function. An attacker with admin access can inject malicious scripts that affect other users or the broader site. The vulnerability requires high attack complexity and admin credentials to exploit, limiting its practical risk.

What an attacker can do

03Attacker Capabilities

Inject malicious scripts that execute in other users' browsers or affect site functionality.

Potential impact on your site

04Site Impact

An admin account compromise could allow script injection affecting other users or site behavior.

Conditions required to exploit

05Prerequisites

Attacker must have administrator-level access to the WordPress site.

Key dates

06Disclosure timeline

August 5, 2026 CVE published

Related vulnerabilities

08Related CVE