Lucene search
+L

100 matches found

BDU FSTEC
BDU FSTEC
added 2026/09/18 12:00 a.m.4 views

The vulnerability of the `extractTarDirectory` and `ensureLinkPath` functions in the `content/file.Store` component of the oras-go programming language library allows a malicious actor to gain unauthorized access to create and re-write files.

The vulnerability of the extractTarDirectory and ensureLinkPath functions in the content/file.Store component of the oras-go library is related to an incorrect restriction on the path to the directory. Exploiting this vulnerability could allow an attacker to gain unauthorized access to create and...

10CVSS0.00667EPSS
SaveExploits0References4Affected Software1
Circl
Circl
added 2026/09/17 6:35 p.m.10 views

CVE-2026-85731

creationtimestamp| type| source ---|---|--- 2026-09-17 18:35:18+00:00| published-proof-of-concept| https://github.com/oras-project/oras-go/security/advisories/GHSA-m37j-52j7-pjw7...

8.8CVSS0.00667EPSS
SaveExploits0References1
Circl
Circl
added 2026/09/17 6:35 p.m.9 views

CVE-2026-85732

creationtimestamp| type| source ---|---|--- 2026-09-17 18:35:16+00:00| published-proof-of-concept| https://github.com/oras-project/oras-go/security/advisories/GHSA-h7vf-4x9w-h99v...

4.7CVSS0.00379EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:16 p.m.5 views

GHSA-H7VF-4X9W-H99V oras-go: Blind SSRF via unvalidated Link header URL in pagination allows internal network probing

Summary oras-go's pagination helper parseLink in registry/remote/utils.go follows the Link response header from a registry without validating the URL's host or scheme. When a malicious registry returns a Link header containing an absolute URL pointing to an arbitrary host e.g., a cloud metadata...

4.7CVSS0.00379EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/17 5:16 p.m.9 views

EUVD-2026-80871

oras-go: Blind SSRF via unvalidated Link header URL in pagination allows internal network probing...

4.7CVSS0.00379EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/17 5:16 p.m.9 views

oras-go: Blind SSRF via unvalidated Link header URL in pagination allows internal network probing

Summary oras-go's pagination helper parseLink in registry/remote/utils.go follows the Link response header from a registry without validating the URL's host or scheme. When a malicious registry returns a Link header containing an absolute URL pointing to an arbitrary host e.g., a cloud metadata...

4.7CVSS0.00379EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/09/17 5:15 p.m.4 views

GHSA-M37J-52J7-PJW7 oras-go: Arbitrary file write outside file.Store root via symlink-chain bypass in tar extraction (pushDir)

Summary The content/file.Store in oras-go v2 unpacks OCI layer tarballs when a descriptor carries io.deis.oras.content.unpack=true. The extraction routine validates symlink targets purely lexically filepath.Join and, for regular files placed directly at the extraction root, skips the parent-symli...

8.8CVSS0.00667EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/17 5:15 p.m.8 views

EUVD-2026-80873

oras-go: Arbitrary file write outside file.Store root via symlink-chain bypass in tar extraction pushDir...

8.8CVSS0.00667EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/17 5:15 p.m.10 views

oras-go: Arbitrary file write outside file.Store root via symlink-chain bypass in tar extraction (pushDir)

Summary The content/file.Store in oras-go v2 unpacks OCI layer tarballs when a descriptor carries io.deis.oras.content.unpack=true. The extraction routine validates symlink targets purely lexically filepath.Join and, for regular files placed directly at the extraction root, skips the parent-symli...

8.8CVSS0.00667EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2026/09/16 6:29 p.m.12 views

CVE-2026-85732

A flaw was found in oras-go, a Go library for managing OCI artifacts. This vulnerability allows a remote attacker to perform blind Server-Side Request Forgery SSRF against internal services by providing a specially crafted Link header URL during pagination operations. Although the response body i...

4.7CVSS0.00379EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/16 5:53 p.m.13 views

CVE-2026-85731

A flaw was found in oras-go, a Go library for managing OCI Open Container Initiative artifacts. A remote attacker can exploit a symlink-chain bypass vulnerability during tar extraction of OCI layers. This allows a malicious archive to create or overwrite any file writable by the process outside t...

8.8CVSS0.00667EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/16 5:18 p.m.12 views

CVE-2026-85732

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

4.7CVSS0.00379EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/16 5:18 p.m.8 views

CVE-2026-85731

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, content/file.Store extraction of OCI layers marked with io.deis.oras.content.unpack=true can write outside the store working directory. The pushDir path through extractTarDirectory and ensureLinkPath validates symlink targets...

8.8CVSS0.00667EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/16 4:24 p.m.36 views

CVE-2026-85731 oras-go: Arbitrary file write outside file.Store root via symlink-chain bypass in tar extraction (pushDir)

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, content/file.Store extraction of OCI layers marked with io.deis.oras.content.unpack=true can write outside the store working directory. The pushDir path through extractTarDirectory and ensureLinkPath validates symlink targets...

8.8CVSS0.00667EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/16 4:24 p.m.25 views

CVE-2026-85731

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2 , the content/file.Store extraction of OCI layers marked with io.deis.oras.content.unpack=true is vulnerable to an arbitrary file-write outside the store's working directory. The root cause lies in the pushDir path: extractTarDire...

8.8CVSS0.00667EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 4:24 p.m.7 views

CVE-2026-85731 oras-go: Arbitrary file write outside file.Store root via symlink-chain bypass in tar extraction (pushDir)

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, content/file.Store extraction of OCI layers marked with io.deis.oras.content.unpack=true can write outside the store working directory. The pushDir path through extractTarDirectory and ensureLinkPath validates symlink targets...

8.8CVSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/09/16 4:24 p.m.10 views

CVE-2026-85731 oras-go: Arbitrary file write outside file.Store root via symlink-chain bypass in tar extraction (pushDir)

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, content/file.Store extraction of OCI layers marked with io.deis.oras.content.unpack=true can write outside the store working directory. The pushDir path through extractTarDirectory and ensureLinkPath validates symlink targets...

8.8CVSS0.00667EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/16 4:22 p.m.31 views

CVE-2026-85732 oras-go: Blind SSRF via unvalidated Link header URL in pagination allows internal network probing

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

4.7CVSS0.00379EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/16 4:22 p.m.18 views

CVE-2026-85732

oras-go (a Go library for managing OCI artifacts) prior to 2.6.2 contains a blind SSRF vulnerability in the parseLink function within registry/remote/utils.go. The function accepts an absolute URL from a registry-controlled Link response header without validating its scheme, host, or port, causin...

4.7CVSS0.00379EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 4:22 p.m.6 views

CVE-2026-85732 oras-go: Blind SSRF via unvalidated Link header URL in pagination allows internal network probing

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

4.7CVSS
SaveExploits0References5
Rows per page
Query Builder