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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-3851— Divi 4.27.6 存储型XSS漏洞

一分钟漏洞结论

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

WordPress 的 Divi 主题在所有版本(包括 4.27.6 及更早版本)中,因其“动态内容”功能的旧版 JSON 格式存在存储型跨站脚本(Stored XSS)漏洞。该漏洞由两个相互叠加的缺陷共同导致: 1. 保存时过滤器的覆盖范围不足:保存时的净化过滤器 仅能识别 格式的标记,但渲染引擎还支持一种旧版 JSON 格式。该格式在渲染时会被静默转换,从而完全绕过了保存时的过滤逻辑。 2. 解析器未对启用 HTML 时的元数据值进行净化:在 函数中,当 设置为 时, 解析器未对解析出的元数据值应用 净化函数,

CVSS 6.4 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Divi <= 4.27.6 - Authenticated (Contributor+) Stored Cross-Site Scripting via Dynamic Content (Legacy JSON Format) Shortcode
来源: CVE Program / CVE List V5
Vulnerability Description
The Divi theme for WordPress is vulnerable to Stored Cross-Site Scripting via the Dynamic Content feature's legacy JSON format in all versions up to, and including, 4.27.6. This is due to two compounding flaws: (1) the save-time sanitization filter `et_builder_sanitize_dynamic_content_fields()` only searches for dynamic content markers in the `@ET-DC@...@` format, but the rendering engine also supports a legacy JSON format that is silently converted at render time, completely bypassing the save-time filter, and (2) the `post_meta_key` resolver in `et_builder_filter_resolve_default_dynamic_content()` does not apply `wp_kses_post()` to the resolved meta value when `enable_html` is set to `on`, passing raw `get_post_meta()` output directly to the page. 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 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

受影响产品

厂商 产品 影响版本 CPE 订阅
Elegant Themes Divi 0 ~ 4.27.6 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-3851 安全博客文章 (1)

CVE-2026-3851 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-3851

暂无评论


发表评论