CVE-2026-5108 PUBLISHED

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

Assigner: Wordfence
Reserved: 29.03.2026 Published: 05.08.2026 Updated: 05.08.2026

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.

Metrics

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

Product Status

Vendor superpwa
Product Super Progressive Web Apps
Versions Default: unaffected
  • affected from 0 to 2.2.43 (incl.)

Credits

  • lucsob finder

References

Problem Types

  • CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE