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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-76838— Hi.Events 1.11.1-beta 服务端请求伪造漏洞

一分钟漏洞结论

影响对象
HiEventsDev Hi.Events
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

以下是该漏洞描述信息的中文翻译: Hi.Events 仅在注册 Webhook 目标时对其进行验证,而在实际使用时不再进行验证。后端代码中 文件中的 规则通过 解析主机名,并拒绝私有范围和保留地址范围;由于所有公共主机名均能通过此检查,因此该验证机制存在缺陷。 在事件触发阶段, 会读取已存储的 URL,并通过 发起请求,且不再重复执行任何安全检查。此外, 配置文件未设置任何 Guzzle HTTP 客户端选项,因此默认保持重定向跟随功能开启。 若某个 Webhook 目标返回一个重定向至回环地址(loopback)

CVSS 8.5 · High
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Hi.Events before 1.11.1-beta Server-Side Request Forgery via Unvalidated Webhook Redirects
来源: CVE Program / CVE List V5
Vulnerability Description
Hi.Events validates a webhook destination only when it is registered, never when it is used. NoInternalUrlRule in backend/app/Validators/Rules/NoInternalUrlRule.php resolves the hostname with gethostbyname() and rejects private and reserved ranges, which any public hostname passes. At dispatch, WebhookDispatchService takes the stored URL and calls it through spatie/laravel-webhook-server without repeating the check, and backend/config/webhook-server.php sets no Guzzle options, so redirect following remains enabled by default. A destination that answers with a redirect to a loopback, private or cloud metadata address therefore causes the server to issue that request, and changing the hostname's DNS record after registration reaches the same result because no resolution is repeated. The response is not discarded: WebhookResponseHandlerService stores the body on the webhook log and WebhookLogResource returns it from the webhook logs endpoint, so the requester reads what the internal service replied rather than inferring it. Both event and organizer webhooks share the rule and the dispatch path. Version 1.11.1-beta revalidates at dispatch, pins the validated address, checks every redirect hop, and decodes IPv6 transition addresses that previously bypassed the filter.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
服务端请求伪造(SSRF)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
HiEventsDev Hi.Events 0 ~ 1.11.1-beta -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 6041 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

CVE-2026-76838 补丁与修复 (1)

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

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

CVE-2026-76838 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-76838

暂无评论


发表评论