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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-72846— Lightdash 定时发送Webhook URL未验证导致SSRF漏洞

一分钟漏洞结论

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

Lightdash 在存储调度发送任务时,会保存用户提供的 Webhook URL,并在后续通过 函数向该地址发起 HTTP 请求。相关代码位于 和 。 在受影响的版本中,这两个客户端直接对存储的 URL 调用 发起请求。虽然项目中存在用于防护 SSRF(服务器端请求伪造)的辅助函数 (位于 ),但该函数仅用于验证 MCP 服务器 URL,并未在此两条 Webhook 发送路径中应用。此外,Webhook 字段在服务器端未对 URL 施加任何约束限制。 因此,能够创建或触发调度发送任务的攻击者,可以诱使服务器向私有

CVSS 6.4 · Medium EPSS 0.26% · P18

影响版本矩阵 2

厂商产品 版本范围状态
lightdash lightdash < 1.146.4 affected
1.146.4 unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Lightdash Scheduled Delivery Webhook URLs Are Not Validated, Allowing Server-Side Request Forgery
来源: CVE Program / CVE List V5
Vulnerability Description
Lightdash stores the webhook URL supplied with a scheduled delivery and later posts to it from sendWebhook in packages/backend/src/clients/GoogleChat/GoogleChatClient.ts and in packages/backend/src/clients/MicrosoftTeams/MicrosoftTeamsClient.ts. In affected versions both call fetch on the stored URL directly. The validatePublicHttpUrl helper in packages/backend/src/utils/ssrfProtection.ts, used for MCP server URLs, is not applied on either path, and the webhook fields carry no server-side URL constraint. A user able to create or trigger a scheduled delivery can therefore direct the server to issue POST requests to private, loopback and link-local addresses, including cloud metadata endpoints, and can distinguish reachable internal services from unreachable ones through the resulting errors. The upstream response is never returned to the requester; on a failure status its body is written to the server log instead. Version 1.146.4 routes both clients through postSchedulerWebhook from packages/backend/src/utils/schedulerWebhookValidation rather than calling fetch directly.
来源: 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
服务端请求伪造(SSRF)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
lightdash lightdash 0 ~ 1.146.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-72846 概念验证 (1)

CVE-2026-72846 厂商页面 (2)

CVE-2026-72846 其他参考 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-72846

暂无评论


发表评论