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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-3853— Divi 4.27.6 跨站脚本执行漏洞

一分钟漏洞结论

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

WordPress 的 Divi 主题存在基于 DOM 的存储型跨站脚本(Stored Cross-Site Scripting)漏洞,影响所有版本至 4.27.6(含)。该漏洞源于 短代码中的 属性。具体来说, 字段未被包含在 白名单中(该白名单仅包含 、 、 ),因此在保存时从未经过 处理。在服务器端,该值通过 渲染到 HTML 的 属性中,而 会将双引号编码为 。然而, 中的客户端 JavaScript 轮播代码使用 jQuery 的 读取该属性,返回的是浏览器解码后的值(即 被还原为 )。随后,这个解码后的

CVSS 6.4 · Medium

可能的 ATT&CK 技术 1 AI

T1189.001
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Divi <= 4.27.6 - Authenticated (Contributor+) DOM-Based Stored Cross-Site Scripting via Video Slider 'image_src' Shortcode Parameter
来源: CVE Program / CVE List V5
Vulnerability Description
The Divi theme for WordPress is vulnerable to DOM-Based Stored Cross-Site Scripting via the `image_src` attribute of the `et_pb_video_slider_item` shortcode in all versions up to, and including, 4.27.6. This is due to the `image_src` field not being included in the `$url_options` whitelist (which only contains `url`, `button_link`, `button_url`), so it never receives `esc_url_raw()` at save time. On the server side, the value is rendered into a `data-image` HTML attribute using `esc_attr()`, which encodes double quotes as `&quot;`. However, the client-side JavaScript carousel code in `custom.unified.js` reads this attribute using jQuery's `.data('image')`, which returns the browser-decoded value (with `&quot;` decoded back to `"`). The decoded value is then concatenated directly into an HTML string and injected into the DOM via `jQuery.after()` without re-escaping. 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 hovers over the carousel thumbnail.
来源: 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-3853 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-3853 厂商安全公告 (1)

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-3853

暂无评论


发表评论