漏洞标题
不正确的Docker Hub库 registry 登录Artifact Hub
漏洞描述信息
在 Artifact Hub 中的 Docker Hub 注册表检查不正确
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
漏洞类别
认证机制不恰当
漏洞标题
Incorrect Docker Hub registry check in Artifact Hub
漏洞描述信息
Artifact Hub is a web-based application that enables finding, installing, and publishing packages and configurations for CNCF projects. During a security audit of Artifact Hub's code base a security researcher identified a bug in which the `registryIsDockerHub` function was only checking that the registry domain had the `docker.io` suffix. Artifact Hub allows providing some Docker credentials that are used to increase the rate limit applied when interacting with the Docker Hub registry API to read publicly available content. Due to the incorrect check described above, it'd be possible to hijack those credentials by purchasing a domain which ends with `docker.io` and deploying a fake OCI registry on it. <https://artifacthub.io/> uses some credentials that only have permissions to read public content available in the Docker Hub. However, even though credentials for private repositories (disabled on `artifacthub.io`) are handled in a different way, other Artifact Hub deployments could have been using them for a different purpose. This issue has been resolved in version `1.16.0`. Users are advised to upgrade. There are no known workarounds for this vulnerability.
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L
漏洞类别
下载代码缺少完整性检查
漏洞标题
Artifact Hub 安全漏洞
漏洞描述信息
Artifact Hub是一个基于 Web 的应用程序,可以查找、安装和发布 CNCF 项目的包和配置。 Artifact Hub 存在安全漏洞,该漏洞源于“registryIsDockerHub”函数仅检查注册表域是否具有“docker.io”后缀。
CVSS信息
N/A
漏洞类别
其他