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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-61593— djust 服务器发送事件传输跨站请求伪造漏洞

一分钟漏洞结论

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

Djust 为 Django 提供类 Phoenix LiveView 的响应式服务器端渲染能力,并借助 Rust 实现高性能。在版本 1.0.7 之前,SSE(Server-Sent Events)中用于客户端向服务器发送数据的 POST 端点被标记为 ,且用于建立 SSE 连接的 GET 流端点未进行 Origin 检查。因此,跨源页面可以劫持携带受害者 Cookie 认证的 SSE 会话:攻击者可迫使受害者的浏览器 GET 流地址(从而以受害者身份创建并挂载一个 LiveView 实例),随后通过设置 向消息

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

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

漏洞信息

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

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

Vulnerability Title
djust has Cross-Site Request Forgery on the Server-Sent-Events transport: a cross-origin page can drive a victim-authenticated SSE session
来源: CVE Program / CVE List V5
Vulnerability Description
djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the SSE client→server POST endpoints are `@csrf_exempt` and the SSE GET stream endpoint had no Origin check, so a cross-origin page could drive a victim-cookie-authenticated SSE session: force the victim's browser to GET the stream URL (which creates and mounts a LiveView as the victim) and POST to the message endpoint with `credentials: include` to fire state-changing event handlers as the victim. The URL `session_id` is client-chosen (validated only for UUID *format*), so it is not a CSRF token, and a JSON body sent as `text/plain` is a CORS simple request with no preflight. The issue is fixed in 1.0.7. All three SSE endpoints validate the request `Origin` against `ALLOWED_HOSTS` (mirroring the WebSocket CSWSH defense) and reject cross-origin requests with 403; the POST endpoints additionally require `Content-Type: application/json` (415 otherwise), closing the `text/plain` simple-request bypass. As a workaround, disable the SSE transport, or front it with a proxy that enforces an Origin allowlist.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
跨站请求伪造(CSRF)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
djust-org djust < 1.0.7 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · djust-org · 2026-09-16 · 共 4 条

CVE-2026-61595 7.7 HIGH djust多租户WebSocket隔离失效导致数据泄露
CVE-2026-61590 7.4 HIGH djust可观测性端点暴露及调试访问控制漏洞
CVE-2026-61598 7.1 HIGH Django 模型视图任意属性赋值漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-61593

暂无评论


发表评论