CVE-2026-85732 Details
Description
oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, the parseLink function in registry/remote/utils.go accepts an absolute URL from a registry-controlled Link response header without validating its scheme, host, or port. Tags, Referrers, and Repositories pagination operations then issue a GET request to the attacker-selected URL from the victim's network, allowing blind server-side request forgery against internal services. The response body is not returned to the attacker, but timing and error differences can reveal service reachability, and credentials may be attached when the credential store has an entry for the target host. Exploitation requires a victim to perform a pagination-based listing operation against a malicious registry. The maintainer identifies this report as a duplicate of GHSA-3hr5-mjrr-hfjh and states that remediation is consolidated in that earlier advisory. The consolidated issue is fixed in version 2.6.2.
A blind server-side request forgery (SSRF) vulnerability has been identified in the Oras-Go library, prior to version 2.6.2. The issue arises in the 'parseLink' function, which processes absolute URLs from the 'Link' response header of registries without validating their scheme, host, or port. This flaw allows a malicious registry to redirect pagination requests to an attacker's chosen URL, potentially targeting internal services from the victim's network. While the response body is not returned to the attacker, differences in timing and errors can indicate service availability, and if credentials are stored for the target host, they may be included in the request.
Users can update to Oras-Go version 2.6.2, which patches the vulnerability by validating the origin of 'Link' header URLs before following them in the pagination process.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 16, 2026CISA-ADP
Assessed Sep 16, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/oras-project/oras-go/security/advisories/GHSA-h7vf-4x9w-h99v | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/oras-project/oras-go/commit/31da1963f8c327dd089cd29faeae95cf0fc50842 | [email protected] | Source CodeVendor |
| https://github.com/oras-project/oras-go/releases/tag/v2.6.2 | [email protected] | Release NotesVendor |
| https://github.com/oras-project/oras-go/security/advisories/GHSA-h7vf-4x9w-h99v | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| oras-go | <= 2.6.1 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 16, 2026 | CVE Modified | CISA-ADP |
| Sep 16, 2026 | New CVE Received | [email protected] |
Volerion