Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vulndb: potential Go vuln in github.com/artifacthub/hub: CVE-2023-45821 #2141

Closed
GoVulnBot opened this issue Oct 19, 2023 · 1 comment
Assignees

Comments

@GoVulnBot
Copy link

CVE-2023-45821 references github.com/artifacthub/hub, which may be a Go module.

Description:
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.

References:

Cross references:
No existing reports found with this module or alias.

See doc/triage.md for instructions on how to triage this report.

modules:
    - module: github.com/artifacthub/hub
      vulnerable_at: 1.16.0
      packages:
        - package: hub
cves:
    - CVE-2023-45821
references:
    - advisory: https://github.com/artifacthub/hub/security/advisories/GHSA-g6pq-x539-7w4j
    - web: https://artifacthub.io/packages/helm/artifact-hub/artifact-hub?modal=changelog&version=1.16.0

@tatianab tatianab self-assigned this Oct 20, 2023
@tatianab
Copy link
Contributor

Duplicate of #2135

@tatianab tatianab marked this as a duplicate of #2135 Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants