CVE-2026-59891 — sigstore-js provides JavaScript libraries for interacting...
CVE-2026-59891 漏洞深度分析
漏洞概述
CVE 编号: CVE-2026-59891
CVSS 评分: 9.6(CRITICAL)
CVSS 向量: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
CWE 分类: CWE-522
漏洞状态: Received
发布时间: 2026-07-14T17:17:15.270
最后更新: 2026-07-14T17:17:15.270
漏洞描述
sigstore-js provides JavaScript libraries for interacting with Sigstore services. Prior to 0.7.1, getRegistryCredentials() reads credentials from the Docker config file and selects an entry by checking whether any configured auth key contains the target registry string. Because this is a substring match rather than an exact host match, credentials configured for one registry can be selected for and transmitted to a different registry whose hostname has a substring relationship with a configured auth key. This issue is fixed in version 0.7.1.
影响分析
此漏洞的具体影响取决于实际利用场景。"
修复建议
- 及时关注厂商发布的安全更新和补丁
- 升级受影响组件到最新版本
- 如无法立即升级,参考厂商提供的临时缓解措施
- 加强网络访问控制和监控
参考链接
💬 评论