目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-15098— Real 3D Flipbook 5.1.1 存储型跨站脚本漏洞

一分钟漏洞结论

影响对象
creativeinteractivemedia Real3D Flipbook – 3D FlipBook, PDF FlipBook, PDF Viewer, PDF Embedder
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

WordPress 的 Real3D Flipbook Lite 插件存在存储型跨站脚本(Stored XSS)漏洞。该漏洞存在于 5.1.1 及更早版本中,主要源于 函数对 等短代码属性(shortcode attribute)的输入清理和输出转义不足。 具体来说, 和 函数存在缺陷:短代码属性的值会被原样复制到 ,随后通过 输出到 代码块中。由于未使用 标志,若属性值中包含字面量 字节序列,就会破坏 JSON 脚本上下文。 由于 WordPress 的 函数会对属性值应用 处理,攻击者可以将断开的标签编码为 。

CVSS 6.4 · Medium

可能的 ATT&CK 技术 1 AI

T1059.001 · PowerShell
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-15098 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Real 3D Flipbook <= 5.1.1 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'lightboxtext' Shortcode Attribute
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源: CVE Program / CVE List V5

受影响产品

二、漏洞 CVE-2026-15098 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-15098 的情报信息

登录查看更多情报信息。

CVE-2026-15098 其他参考 (5)

IV. Related Vulnerabilities

V. Comments for CVE-2026-15098

暂无评论


发表评论