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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-49254— Dragonfly Manager OAuth client_secret泄露漏洞

一分钟漏洞结论

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

Dragonfly 是一个基于 P2P 的文件分发与镜像加速开源系统。在版本 2.4.4 之前,manager/router/router.go 中注册了 GET /api/v1/oauth 和 GET /api/v1/oauth/:id 这两个路由,但未应用 jwt.MiddlewareFunc()(JWT 身份验证中间件)或 RBAC()(基于角色的访问控制)。与此同时,manager/handlers/oauth.go 会返回 models.Oauth 记录,而 manager/models/oauth.go

CVSS 2.9 · Low
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Dragonfly Manager OAuth provider client_secret disclosure via unauthenticated GET /api/v1/oauth
来源: CVE Program / CVE List V5
Vulnerability Description
Dragonfly is an open source P2P-based file distribution and image acceleration system. Prior to 2.4.4, manager/router/router.go registers GET /api/v1/oauth and GET /api/v1/oauth/:id without jwt.MiddlewareFunc() or RBAC(), while manager/handlers/oauth.go returns models.Oauth records and manager/models/oauth.go exposes Oauth.ClientSecret as client_secret in JSON. When an administrator has configured a GitHub or Google OAuth provider, an unauthenticated network client can reach GetOauth or GetOauths, load the stored models.Oauth record, and obtain the provider's client secret, client identifier, and redirect URL. The earlier GHSA-j8hf-cp34-g4j7 remediation protected the /jobs group only and did not protect these OAuth GET handlers. Disclosure of client_secret can enable abuse of the configured identity-provider integration, subject to the provider's redirect URI restrictions. This issue is fixed in 2.4.4.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P
来源: CVE Program / CVE List V5
Vulnerability Type
信息暴露
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
dragonflyoss dragonfly < 2.4.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-49254

暂无评论


发表评论