chore(deps): update module github.com/regclient/regclient to v0.11.5 [security]#1711
Merged
paralta merged 1 commit intoJun 29, 2026
Merged
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: samples/ard-over-ads/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
paralta
approved these changes
Jun 29, 2026
paralta
deleted the
renovate/go-github.com-regclient-regclient-vulnerability
branch
June 29, 2026 08:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.11.3→v0.11.5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
regclient may leak authentication credentials to external blob stores
CVE-2026-49349 / GHSA-qvqc-4c52-x6qp
More information
Details
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
urlsfield pointing to an attacker controlled host:{ "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
Credit
Theodoros Lampropoulos, Threat Detection Engineer, Odyssey Cyber Security
Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:NReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Release Notes
regclient/regclient (github.com/regclient/regclient)
v0.11.5Compare Source
Release v0.11.5
Security:
Features:
manifest.descriptorto the sandbox. (PR 1091)Contributors:
v0.11.4Compare Source
Release v0.11.4
Security:
Features:
tag.lsnow accepts the same pagination parameters asrepo.ls. (PR 1086)Fixes:
Contributors: