Lucene search
+L

136 matches found

Circl
Circl
added 2026/07/01 10:35 p.m.17 views

CVE-2026-50151

creationtimestamp| type| source ---|---|--- 2026-07-01 22:35:11+00:00| published-proof-of-concept| https://github.com/oras-project/oras-go/security/advisories/GHSA-jxpm-75mh-9fp7 2026-07-18 16:00:32+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mqwn4wyzpq23...

7.5CVSS4.7AI score0.00382EPSS
SaveExploits1References2
Circl
Circl
added 2026/07/01 10:35 p.m.17 views

CVE-2026-50162

creationtimestamp| type| source ---|---|--- 2026-07-01 22:35:09+00:00| published-proof-of-concept| https://github.com/oras-project/oras-go/security/advisories/GHSA-8xwf-rjm4-xvhv...

6.9CVSS5.8AI score0.00507EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/01 10:35 p.m.22 views

CVE-2026-50163

creationtimestamp| type| source ---|---|--- 2026-07-01 22:35:07+00:00| published-proof-of-concept| https://github.com/oras-project/oras-go/security/advisories/GHSA-fxhp-mv3v-67qp...

7.1CVSS5.8AI score0.00429EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/01 9:54 p.m.16 views

GHSA-VH4V-2XQ2-G5CG ORAS Go forwards registry credentials across registry redirects

ORAS Go forwards registry credentials across registry redirects Reporter / public credit: JUNYI LIU Summary ORAS Go can forward registry credentials configured for one registry origin to a different HTTP origin during registry redirects. There are two related paths: 1. A manifest or metadata...

6.9CVSS6.1AI score
SaveExploits0References4
Snyk
Snyk
added 2026/07/01 9:48 p.m.8 views

Symlink Attack

Overview Affected versions of this package are vulnerable to Symlink Attack through improper validation of hardlink targets during tar extraction. An attacker can access or modify files outside the intended extraction directory by crafting a malicious tarball with a hardlink entry whose target is...

7.1CVSS6AI score0.00429EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/01 9:48 p.m.25 views

GHSA-FXHP-MV3V-67QP `oras-go` tar extraction: Hardlink entry with relative Linkname escapes extract dir via process CWD resolution

Root cause The tar-extraction helper ensureLinkPath at content/file/utils.go:262-275 validates that a hardlink's target resolves inside the extract base, but then returns the original unresolved target string back to the caller: go func ensureLinkPathbaseAbs, baseRel, link, target string string,...

7.1CVSS6AI score0.00429EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/01 9:43 p.m.12 views

GHSA-8XWF-RJM4-XVHV oras-go has file store write outside workingDir via symlink traversal

The file content store in oras-go attempts to confine writes to workingDir when AllowPathTraversalOnWrite=false, but the guard is lexical and does not account for symlink traversal. If workingDir contains a symlink path component and an attacker-controlled blob title via ocispec.AnnotationTitle...

6.9CVSS5.7AI score0.00507EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/01 9:43 p.m.19 views

oras-go has file store write outside workingDir via symlink traversal

The file content store in oras-go attempts to confine writes to workingDir when AllowPathTraversalOnWrite=false, but the guard is lexical and does not account for symlink traversal. If workingDir contains a symlink path component and an attacker-controlled blob title via ocispec.AnnotationTitle...

6.9CVSS5.7AI score0.00507EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/01 9:35 p.m.30 views

oras-go blob upload vulnerable to credential forwarding via unvalidated Location header

Summary oras-go follows a registry-controlled Location header during the monolithic blob upload flow and reuses the Authorization header from the initial POST request for the subsequent PUT request. If a malicious registry returns a cross-host Location, oras-go can send the caller's credentials t...

7.5CVSS5.8AI score0.00382EPSS
SaveExploits1References5Affected Software1
Snyk
Snyk
added 2026/07/01 9:35 p.m.12 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the blobStore.completePushAfterInitialPost process. An attacker can obtain sensitive credentials by manipulating the Location header to redirect requests to an attacker-controlled endpoint, causing t...

8.7CVSS6AI score0.00382EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/07/01 9:35 p.m.8 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the blobStore.completePushAfterInitialPost process. An attacker can obtain sensitive credentials by manipulating the Location header to redirect requests to an attacker-controlled endpoint, causing t...

8.7CVSS6AI score0.00382EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/01 9:35 p.m.15 views

GHSA-JXPM-75MH-9FP7 oras-go blob upload vulnerable to credential forwarding via unvalidated Location header

Summary oras-go follows a registry-controlled Location header during the monolithic blob upload flow and reuses the Authorization header from the initial POST request for the subsequent PUT request. If a malicious registry returns a cross-host Location, oras-go can send the caller's credentials t...

7.5CVSS5.8AI score0.00382EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/01 9:06 p.m.17 views

GHSA-XF85-363P-868W oras-go: Malicious registry can hijack Bearer token realm to exfiltrate credentials and refresh tokens

Summary oras-go's auth.Client follows the realm URL from a registry's WWW-Authenticate: Bearer challenge without validating its scheme or host. The realm field is server-controlled by design in the OCI/distribution spec — registries legitimately point token requests at a separate auth endpoint e....

2.1CVSS5.9AI score0.0026EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/01 8:31 p.m.14 views

GHSA-J6HM-V3X2-QV6J land.oras:oras-java-sdk: Symlink-based path traversal in ArchiveUtils.untar / unzip allows arbitrary file write outside extraction directory

Summary ArchiveUtils.untarInputStream, Path and ArchiveUtils.unzipInputStream, Path in land.oras:oras-java-sdk create symbolic-link entries from an archive without validating the symlink target. A malicious tar or zip shipped as an OCI layer blob can place a symlink under the extraction directory...

6AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.37 views

PT-2026-54776

Name of the Vulnerable Software and Affected Versions oras-go versions prior to 2.6.0 Description During the monolithic blob upload flow, the software follows a registry-controlled Location header and reuses the Authorization header from the initial POST request for the subsequent PUT request. If...

7.5CVSS5.2AI score0.00382EPSS
SaveExploits1References22
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.15 views

PT-2026-54777

Name of the Vulnerable Software and Affected Versions oras-go versions prior to 2.6.2 Description A path traversal issue exists in the tar-extraction helper function ensureLinkPath within content/file/utils.go. The function validates that a hardlink target resolves inside the extraction base but...

9.1CVSS5.9AI score0.00578EPSS
SaveExploits0References101
Wolfi
Wolfi
added 2026/04/11 2:51 a.m.27 views

GHSA-FV83-X2XW-2J55 vulnerabilities

Vulnerabilities for packages: external-secrets-operator, flux-image-reflector-controller, mariadb-operator, smarter-device-manager, kubewatch, spire-server, volume-modifier-for-k8s, grafana-rollout-operator, oras, flux, aws-privateca-issuer, flux-source-controller, aws-load-balancer-controller,...

5.2AI score
SaveExploits0
Wolfi
Wolfi
added 2026/04/11 2:51 a.m.23 views

CVE-2026-32281 vulnerabilities

Vulnerabilities for packages: nri-prometheus, govulncheck, kafkaexporter, nats, nri-f5, harbor, azure-service-operator, envconsul, kubeflow, knative-serving, bank-vaults, flux-image-automation-controller, tofu-controller, crossplane, argo-workflows, buf, terraform-provider-pagerduty, bom, ytt,...

7.5CVSS7.5AI score0.00355EPSS
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/11/12 4:47 p.m.6 views

Malicious code in @mipta1/oras (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 66e55b7cf41df2b60c003da22e479a06fecaeeebd38526d0d3f24ea8521fafb9 This package appears to be part of the tea.xyz token reward campaign that flooded npm. These packages typically contain autopublish scripts auto.js,...

6.9AI score
SaveExploits0
EUVD
EUVD
added 2025/10/03 8:07 p.m.13 views

EUVD-2022-0997

Malicious code in bioql PyPI...

7.7CVSS8.5AI score0.01448EPSS
SaveExploits0References9
Rows per page
Query Builder