GHSA-g6pq-x539-7w4j

Suggest an improvement
Source
https://github.com/advisories/GHSA-g6pq-x539-7w4j
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-g6pq-x539-7w4j/GHSA-g6pq-x539-7w4j.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-g6pq-x539-7w4j
Aliases
Published
2023-10-19T17:04:50Z
Modified
2024-08-21T14:57:37.777264Z
Severity
  • 5.4 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L CVSS Calculator
Summary
Artifact Hub has Incorrect Docker Hub registry check
Details

Impact

During a security audit of Artifact Hub's code base, a security researcher at OffSec 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.

Patches

This issue has been resolved in version 1.16.0.

Database specific
{
    "nvd_published_at": "2023-10-19T21:15:08Z",
    "cwe_ids": [
        "CWE-494"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2023-10-19T17:04:50Z"
}
References

Affected packages

Go / github.com/artifacthub/hub

Package

Name
github.com/artifacthub/hub
View open source insights on deps.dev
Purl
pkg:golang/github.com/artifacthub/hub

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.16.0