Skip to content

[Backport v1.30] fix(deps): vuln minor upgrades — 4 packages (minor: 2 · patch: 2) - #3385

Open
dd-octo-sts[bot] wants to merge 1 commit into
v1.30from
backport-3361-to-v1.30
Open

[Backport v1.30] fix(deps): vuln minor upgrades — 4 packages (minor: 2 · patch: 2) #3385
dd-octo-sts[bot] wants to merge 1 commit into
v1.30from
backport-3361-to-v1.30

Conversation

@dd-octo-sts

@dd-octo-sts dd-octo-sts Bot commented Aug 21, 2026

Copy link
Copy Markdown

Backport 55db531 from #3361.


Summary: High-severity security update — 4 packages upgraded (MINOR changes included)

Manifests changed:

  • . (go)

✅ Action Required: Please review the changes below. If they look good, approve and merge this PR.


Updates

Package From To Type Dep Type Vulnerabilities Fixed
oras.land/oras-go/v2 v2.6.0 v2.6.2 patch Transitive 6 HIGH, 5 MEDIUM, 3 LOW
golang.org/x/crypto v0.53.0 v0.55.0 minor Transitive 1 UNKNOWN
golang.org/x/mod v0.37.0 v0.40.0 minor Transitive 2 UNKNOWN
github.com/klauspost/compress v1.18.4 v1.18.7 patch Transitive 1 UNKNOWN

Security Details

<details open>
<summary><strong>🚨 Critical & High Severity (6 fixed)</strong></summary>

Package CVE Severity Summary Unsafe Version Fixed In Case
oras.land/oras-go/v2 GO-2026-5880 HIGH Hardlink path traversal during tar extraction in oras.land/oras-go v2.6.0 2.6.2 -<!--case:34c40fbcba04-->
oras.land/oras-go/v2 GHSA-fxhp-mv3v-67qp HIGH oras-go tar extraction: Hardlink entry with relative Linkname escapes extract dir via process CWD resolution v2.6.0 2.6.2 -<!--case:74c9e05f8d9f-->
oras.land/oras-go/v2 CVE-2026-50163 HIGH oras-go: Hardlink entry with relative Linkname escapes extract dir via process CWD resolution in oras-go tar extraction v2.6.0 - -<!--case:4092a3b3d2d5-->
oras.land/oras-go/v2 GO-2026-5882 HIGH Oras-go: Blob upload vulnerable to credential forwarding via unvalidated Location header in oras.land/oras-go v2.6.0 2.6.1 -<!--case:7e687c4a3c03-->
oras.land/oras-go/v2 GHSA-jxpm-75mh-9fp7 HIGH oras-go blob upload vulnerable to credential forwarding via unvalidated Location header v2.6.0 2.6.1 -<!--case:0a7c764fc76d-->
oras.land/oras-go/v2 CVE-2026-50151 HIGH oras-go: credential forwarding via unvalidated Location header in blob upload v2.6.0 - -<!--case:fbdbc37bef34-->

</details>

<details>
<summary><strong>ℹ️ Other Vulnerabilities (12)</strong></summary>

Package CVE Severity Summary Unsafe Version Fixed In Case
oras.land/oras-go/v2 GHSA-8xwf-rjm4-xvhv MODERATE oras-go has file store write outside workingDir via symlink traversal v2.6.0 2.6.1 -<!--case:179dc2688808-->
oras.land/oras-go/v2 CVE-2026-50162 MODERATE oras-go: file store write outside workingDir via symlink traversal v2.6.0 - -<!--case:e6871b75b382-->
oras.land/oras-go/v2 GO-2026-5879 MODERATE Oras-go: File store write outside workingDir via symlink traversal in oras.land/oras-go v2.6.0 2.6.1 -<!--case:a8f0ccb1f027-->
oras.land/oras-go/v2 GHSA-vh4v-2xq2-g5cg MODERATE ORAS Go forwards registry credentials across registry redirects v2.6.0 2.6.1 -<!--case:3009677681f2-->
oras.land/oras-go/v2 GO-2026-5884 MODERATE ORAS Go forwards registry credentials across registry redirects in oras.land/oras-go v2.6.0 2.6.1 -<!--case:3726b46a4278-->
oras.land/oras-go/v2 GHSA-xf85-363p-868w LOW oras-go: Malicious registry can hijack Bearer token realm to exfiltrate credentials and refresh tokens v2.6.0 2.6.1 -<!--case:8d7d2411b1d6-->
oras.land/oras-go/v2 GO-2026-5885 LOW Oras-go: Malicious registry can hijack Bearer token realm to exfiltrate credentials and refresh tokens in oras.land/oras-go v2.6.0 2.6.1 -<!--case:98e8dbf5e4f6-->
oras.land/oras-go/v2 CVE-2026-48978 LOW oras-go: Malicious registry can hijack Bearer token realm to exfiltrate credentials and refresh tokens v2.6.0 - -<!--case:a9a32d2de44d-->
github.com/klauspost/compress GO-2026-5841 unknown OOB read in github.com/klauspost/compress/s2 v1.18.4 1.18.7 -<!--case:522de77ecad1-->
golang.org/x/crypto GO-2026-5932 unknown The golang.org/x/crypto/openpgp package is unmaintained, unsafe by design, and has known security issues v0.53.0 - -<!--case:bac42a8cbbee-->
golang.org/x/mod GO-2026-6180 unknown Ignore unrelated, unauthenticated hashes in Lookup in golang.org/x/mod/sumdb v0.37.0 0.40.0 -<!--case:52ee15067f51-->
golang.org/x/mod GO-2026-6179 unknown Fix transparency log tile verification bypass in golang.org/x/mod/sumdb/tlog v0.37.0 0.40.0 -<!--case:5e4484a6af7d-->

</details>


Review Checklist

Standard review:

  • Review changes for compatibility with your code
  • Check for breaking changes in release notes
  • Run tests locally or wait for CI
  • Approve and merge this PR

Update Mode: all_vulns

🤖 Generated by DataDog Automated Dependency Management System

)

* ADMS: vuln minor upgrades — 4 packages (minor: 2 · patch: 2)

Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>

* fix(deps): sync api/go.mod after golang.org/x/* bumps in #3361 (#3375)

Run make update-golang to propagate golang.org/x/{mod,net,text,tools}
version bumps into api/go.mod and api/go.sum, fixing the
dd-gitlab/check-golang-version CI check.

Environment: Datadog workspace

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: dd-octo-sts-4caf68[bot] <266798483+dd-octo-sts-4caf68[bot]@users.noreply.github.com>
Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>
Co-authored-by: levan-m <116471169+levan-m@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
(cherry picked from commit 55db531)
@datadog-prod-us1-5

datadog-prod-us1-5 Bot commented Aug 21, 2026

Copy link
Copy Markdown

Pipelines

Unblock PR with BitsAI

⚠️ Warnings

🚦 3 Pipeline jobs failed

DataDog/datadog-operator | check-golang-version — 🔧 Needs a code fix, caused by this PR

View in Datadog · View in GitLab

DataDog/datadog-operator | go_e2e_deps — 🔧 Needs a code fix, caused by this PR

View in Datadog · View in GitLab

validation | build — 🔧 Needs a code fix, caused by this PR

View in Datadog · View in GitHub Actions

Updates to go.mod needed. Run 'make fmt' to fix.

📋 Copy prompt for your agent
CI on my pull request is failing. Help me find and fix the root cause of each failing job below — they were flagged as caused by changes in this PR, so focus on the diff. For each job, explain the failure and propose a fix.

Branch: backport-3361-to-v1.30

validation | build
Commit: a03c656539c679cd9bcdba37f1c50dc1508aaa8d
Error (code / build):
Updates to go.mod needed. Run 'make fmt' to fix.
CI job: https://github.com/DataDog/datadog-operator/actions/runs/32522644315/job/96897968925

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: a03c656 | Docs | View more details | Give us feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants