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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-50192— Kerberos Hub 私钥因重定向跟随泄露

一分钟漏洞结论

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

Kerberos Agent 是一款开源的视频(监控)管理代理程序。在 3.6.26 版本之前,Kerberos Hub 的上传路径会将代理的 Hub 凭据以自定义请求头 和 的形式,发送至由运营人员配置的 Hub URL( )。在 函数中使用的 HTTP 客户端( )在构造时未设置 策略,因此会自动跟随 HTTP 重定向。Go 语言的 包仅在跨主机重定向时移除敏感头(如 、 、 ),而不会移除 这类自定义头。因此,如果配置的 返回一个跨主机的 3xx 重定向响应,Hub 私有密钥将未经任何处理地被原样转发至重定向

CVSS 6.9 · Medium EPSS 0.25% · P17

影响版本矩阵 1

厂商产品 版本范围状态
kerberos-io agent < 3.6.26 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Kerberos Hub private key (X-Kerberos-Hub-PrivateKey) leaked to cross-host redirect target due to redirect-following HTTP client without CheckRedirect
来源: CVE Program / CVE List V5
Vulnerability Description
Kerberos Agent is an open source video (surveillance) management agent. Prior to version 3.6.26, the Kerberos Hub upload path sends the agent's Hub credentials in the custom `X-Kerberos-Hub-PrivateKey` and `X-Kerberos-Hub-PublicKey` request headers to the operator-configured Hub URL (`config.HubURI`). The HTTP client used (`&http.Client{}` in `UploadKerberosHub`) is constructed without a `CheckRedirect` policy, so it follows HTTP redirects automatically. Go's `net/http` strips only sensitive headers (`Authorization`, `Cookie`, `WWW-Authenticate`) on a cross-host redirect; it does not strip custom headers such as `X-Kerberos-Hub-PrivateKey`. As a result, if the configured `HubURI` returns a cross-host 30x redirect, the Hub private key is forwarded verbatim to the redirect target, disclosing the credential to an unintended third party. Version 3.6.26 fixes the issue by implementing the `CheckRedirect` strip plus a cross-host regression test is provided to the maintainer through the advisory's private temporary fork.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
信息暴露
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
kerberos-io agent < 3.6.26 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-50192

暂无评论


发表评论