Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/super-progressive-web-apps/tags/2.2.4
- https://plugins.trac.wordpress.org/browser/super-progressive-web-apps/tags/2.2.4
- https://plugins.trac.wordpress.org/changeset?reponame=&new=3506063%40super-progr
- https://www.wordfence.com/threat-intel/vulnerabilities/id/0332e106-1f97-4c52-b08
FAQ
What is CVE-2026-5108?
CVE-2026-5108 is a vulnerability with a CVSS score of 4.4 (MEDIUM). 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. ...
How severe is CVE-2026-5108?
CVE-2026-5108 has been rated MEDIUM with a CVSS base score of 4.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-5108?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.