Skip to content

fix(deps): vuln minor upgrades — 6 packages (minor: 1 · patch: 5) #125

Closed
gh-worker-campaigns-3e9aa4[bot] wants to merge 1 commit intomainfrom
engraver-auto-version-upgrade/minorpatch/go/1-1776936748
Closed

fix(deps): vuln minor upgrades — 6 packages (minor: 1 · patch: 5) #125
gh-worker-campaigns-3e9aa4[bot] wants to merge 1 commit intomainfrom
engraver-auto-version-upgrade/minorpatch/go/1-1776936748

Conversation

@gh-worker-campaigns-3e9aa4
Copy link
Copy Markdown

Summary: High-severity security update — 6 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
github.com/containerd/containerd v1.7.20 v1.7.31 patch Direct 3 HIGH, 4 MODERATE, 2 MEDIUM
github.com/stretchr/testify v1.9.0 v1.11.1 minor Direct -
github.com/opencontainers/image-spec v1.1.0 v1.1.1 patch Direct -
github.com/sirupsen/logrus v1.9.3 v1.9.4 patch Direct -
github.com/urfave/cli/v2 v2.27.2 v2.27.7 patch Direct -
oras.land/oras-go v1.2.6 v1.2.7 patch Direct -

Packages marked with "-" are updated due to dependency constraints.


Security Details

🚨 Critical & High Severity (3 fixed)
Package CVE Severity Summary Unsafe Version Fixed In
github.com/containerd/containerd GHSA-pwhc-rpq9-4c8w HIGH containerd affected by a local privilege escalation via wide permissions on CRI directory v1.7.20 1.7.29
github.com/containerd/containerd GO-2025-4100 HIGH containerd affected by a local privilege escalation via wide permissions on CRI directory in github.com/containerd/containerd v1.7.20 1.7.29
github.com/containerd/containerd CVE-2024-25621 HIGH containerd affected by a local privilege escalation via wide permissions on CRI directory v1.7.20 -
ℹ️ Other Vulnerabilities (6)
Package CVE Severity Summary Unsafe Version Fixed In
github.com/containerd/containerd GO-2025-3528 medium containerd has an integer overflow in User ID handling in github.com/containerd/containerd v1.7.20 1.6.38
github.com/containerd/containerd CVE-2024-40635 medium containerd has an integer overflow in User ID handling v1.7.20 -
github.com/containerd/containerd GHSA-m6hq-p25p-ffr2 MODERATE containerd CRI server: Host memory exhaustion through Attach goroutine leak v1.7.20 1.7.29
github.com/containerd/containerd CVE-2025-64329 MODERATE containerd CRI server: Host memory exhaustion through Attach goroutine leak v1.7.20 -
github.com/containerd/containerd GO-2025-4108 MODERATE containerd CRI server: Host memory exhaustion through Attach goroutine leak in github.com/containerd/containerd v1.7.20 1.7.29
github.com/containerd/containerd GHSA-265r-hfxg-fhmg MODERATE containerd has an integer overflow in User ID handling v1.7.20 1.7.27

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: Vulnerability Remediation (High)

🤖 Generated by DataDog Automated Dependency Management System

@campaigner-prod
Copy link
Copy Markdown

Release Notes

github.com/containerd/containerd (v1.7.20 → v1.7.31) — GitHub Release

v1.7.31

Welcome to the v1.7.31 release of containerd!

The thirty-first patch release for containerd 1.7 contains various fixes
and updates including a security patch.

Security Updates

Highlights

Container Runtime Interface (CRI)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors

  • Samuel Karp
  • Maksym Pavlenko
  • Akhil Mohan
  • Phil Estes
  • Sebastiaan van Stijn
  • Wei Fu
  • Akihiro Suda
  • Alex Chernyakhovsky
  • Chris Henzie
  • Michael Zappa
  • Ricardo Branco
  • Shachar Tal
  • ningmingxiao
  • yashsingh74

Changes

37 commits

(truncated)

v1.7.30

Welcome to the v1.7.30 release of containerd!

The thirtieth patch release for containerd 1.7 contains various fixes
and updates.

Highlights

Container Runtime Interface (CRI)

Runtime

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Akihiro Suda
  • Austin Vazquez
  • Mike Brown
  • Wei Fu
  • Andrey Noskov
  • CrazyMax
  • Davanum Srinivas
  • Jin Dong
  • Krisztian Litkey
  • Maksym Pavlenko
  • Paweł Gronowski
  • Phil Estes
  • Samuel Karp

Changes

26 commits

(truncated)

v1.7.29

Welcome to the v1.7.29 release of containerd!

The twenty-ninth patch release for containerd 1.7 contains various fixes
and updates including security patches.

Security Updates

Highlights

Image Distribution

Runtime

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Akihiro Suda
  • Phil Estes
  • Austin Vazquez
  • Sebastiaan van Stijn
  • ningmingxiao
  • Maksym Pavlenko
  • StepSecurity Bot
  • wheat2018

Changes

38 commits

(truncated)

(and 8 more releases — view all)

github.com/stretchr/testify (v1.9.0 → v1.11.1) — GitHub Release

v1.11.1

This release fixes stretchr/testify#1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

(truncated)

v1.10.0

What's Changed

Functional Changes

Fixes

(truncated)

github.com/sirupsen/logrus (v1.9.3 → v1.9.4) — GitHub Release

Notable changes

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

oras.land/oras-go (v1.2.6 → v1.2.7) — GitHub Release

[!IMPORTANT]
v1.2.7 now requires Go 1.24.0 due to updated dependencies.

What's Changed

(truncated)


Generated by ADMS Sources: 4 GitHub Releases, 2 not available.

@seberm-6
Copy link
Copy Markdown

Hey, sorry for the noise. This was caused by a bug in our automated dependency update system that incorrectly included upstream changelog content in PR comments, triggering notifications to external contributors. The feature flag has been turned off and we're working on a fix. Sorry about that again.

@seberm-6 seberm-6 closed this Apr 23, 2026
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.

1 participant