CVE-2026-15098
Last modified
CVE-2026-15098 is a medium-severity vulnerability rated 6.4/10 on the CVSS scale. The Real3D Flipbook Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'lightboxtext' shortcode attribute (and other unsanitized attributes handled by on_shortcode()) in versions up to, and including, 5.1.1. This is due to insufficient input sanitization and output escaping in the on_shortcode() and print_global_options() functions: shortcode attribute values are copied verbatim into $this->flipbook_options and then emitted via wp_json_encode() inside a <script type="application/json"> block without the JSON_HEX_TAG flag, allowing a literal </script> byte sequence in the attribute value to break out of the JSON script context. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
The Real3D Flipbook Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'lightboxtext' shortcode attribute (and other unsanitized attributes handled by on_shortcode()) in versions up to, and including, 5.1.1. This is due to insufficient input sanitization and output escaping in the on_shortcode() and print_global_options() functions: shortcode attribute values are copied verbatim into $this->flipbook_options and then emitted via wp_json_encode() inside a <script type="application/json"> block without the JSON_HEX_TAG flag, allowing a literal </script> byte sequence in the attribute value to break out of the JSON script context. Because WordPress's shortcode_parse_atts() applies stripcslashes() to attribute values, an attacker can encode the breakout tag as \x3c/script\x3e\x3cscript\x3e…\x3c/script\x3e, which survives the wp_kses_post save-time filter applied to Contributor content (the escape bytes are safe text characters, not HTML tags) and is decoded to real angle brackets at render time. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user (typically an Editor or Administrator previewing/moderating the pending post) accesses an injected page.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| creativeinteractivemedia | Real3D Flipbook – 3D FlipBook, PDF FlipBook, PDF Viewer, PDF Embedder | <= 5.1.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-15098?
How severe is CVE-2026-15098?
How do I fix CVE-2026-15098?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-15091IBM Engineering AI Hub 1.0.0, 1.1.0, and 1.2.0 could allow a…9.3
- CVE-2026-15093IBM Engineering AI Hub 1.0.0, 1.1.0, and 1.2.0 could allow a…4.3
- CVE-2026-15094The WP Hotel Booking plugin for WordPress is vulnerable to R…6.1
- CVE-2026-15095The Product Feed Manager for WooCommerce – CTX Feed – Suppor…4.9
- CVE-2026-15096The Themify Builder plugin for WordPress is vulnerable to St…6.4
- CVE-2026-15097The Themify Builder plugin for WordPress is vulnerable to St…6.4
- CVE-2026-15099The Delicious Recipes plugin for WordPress is vulnerable to …6.4
- CVE-2026-15100The Post Grid Gutenberg Blocks – PostX plugin for WordPress …6.4
- CVE-2026-15101The WPBakery Page Builder plugin for WordPress is vulnerable…6.4
- CVE-2026-15103The WPFunnels – Funnel Builder for WooCommerce with Checkout…8.8
- CVE-2026-15104The BetterDocs – AI Documentation, Knowledge Base, Docs, Wik…6.5
- CVE-2026-15105A flaw has been found in davenardella snap7 up to 1.4.3. Thi…6.3
Are you affected by CVE-2026-15098?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
