-
Notifications
You must be signed in to change notification settings - Fork 404
k3s-1.33/1.33.5.1-r3: cve remediation #72115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
octo-sts
wants to merge
1
commit into
main
from
cve-k3s-1.33-1.33.5.1-r3-fe3cc392d04c3668cf4d12526f9f3251
Closed
k3s-1.33/1.33.5.1-r3: cve remediation #72115
octo-sts
wants to merge
1
commit into
main
from
cve-k3s-1.33-1.33.5.1-r3-fe3cc392d04c3668cf4d12526f9f3251
+2
−1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--ci-cve-scan:must-fix: GHSA-pwhc-rpq9-4c8w-->
catmsred
added a commit
to catmsred/advisories
that referenced
this pull request
Nov 17, 2025
The affected component's suffix is non-standard for parsing. It treats -k3s1 as an unknown qualifier that sorts after known ones (alpha, beta, rc, ga, etc.), which breaks version matching. The suffix is used in k3s because k3s pull in their own fork of containerd. In this case, all fixes associated with this vulnerability from upstream are also mirrored in the k3s containerd fork. See below for details: Fix commit in containerd from CVE advisory: containerd/containerd@7c59e8e Verifying the same 4 file changes appear in https://github.com/k3s-io/containerd/tree/v2.1.5: cmd/containerd/server/server.go https://github.com/k3s-io/containerd/blob/v2.1.5/cmd/containerd/server/server.go#L82-87 https://github.com/k3s-io/containerd/blob/v2.1.5/cmd/containerd/server/server.go#L109 core/runtime/v2/task_manager.go https://github.com/k3s-io/containerd/blob/v2.1.5/core/runtime/v2/task_manager.go#L78-79 plugins/cri/runtime/plugin.go https://github.com/k3s-io/containerd/blob/v2.1.5/plugins/cri/runtime/plugin.go#L82-88 plugins/sandbox/controller.go https://github.com/k3s-io/containerd/blob/v2.1.5/plugins/sandbox/controller.go#L71-75 Relates: wolfi-dev/os#72115
Member
|
Advisory PR: wolfi-dev/advisories#25404 |
catmsred
added a commit
to catmsred/advisories
that referenced
this pull request
Nov 17, 2025
The affected component's suffix is non-standard for parsing. It treats -k3s1 as an unknown qualifier that sorts after known ones (alpha, beta, rc, ga, etc.), which breaks version matching. The suffix is used in k3s because k3s pull in their own fork of containerd. In this case, all fixes associated with this vulnerability from upstream are also mirrored in the k3s containerd fork. See below for details: Fix commit in containerd from CVE advisory: containerd/containerd@7c59e8e Verifying the same 4 file changes appear in https://github.com/k3s-io/containerd/tree/v2.1.5: cmd/containerd/server/server.go https://github.com/k3s-io/containerd/blob/v2.1.5/cmd/containerd/server/server.go#L82-87 https://github.com/k3s-io/containerd/blob/v2.1.5/cmd/containerd/server/server.go#L109 core/runtime/v2/task_manager.go https://github.com/k3s-io/containerd/blob/v2.1.5/core/runtime/v2/task_manager.go#L78-79 plugins/cri/runtime/plugin.go https://github.com/k3s-io/containerd/blob/v2.1.5/plugins/cri/runtime/plugin.go#L82-88 plugins/sandbox/controller.go https://github.com/k3s-io/containerd/blob/v2.1.5/plugins/sandbox/controller.go#L71-75 Relates: wolfi-dev/os#72115
catmsred
added a commit
to catmsred/advisories
that referenced
this pull request
Nov 17, 2025
The affected component's suffix is non-standard for parsing. It treats -k3s1 as an unknown qualifier that sorts after known ones (alpha, beta, rc, ga, etc.), which breaks version matching. The suffix is used in k3s because k3s pull in their own fork of containerd. In this case, all fixes associated with this vulnerability from upstream are also mirrored in the k3s containerd fork. See below for details: Fix commit in containerd from CVE advisory: containerd/containerd@7c59e8e Verifying the same 4 file changes appear in https://github.com/k3s-io/containerd/tree/v2.1.5: cmd/containerd/server/server.go https://github.com/k3s-io/containerd/blob/v2.1.5/cmd/containerd/server/server.go#L82-87 https://github.com/k3s-io/containerd/blob/v2.1.5/cmd/containerd/server/server.go#L109 core/runtime/v2/task_manager.go https://github.com/k3s-io/containerd/blob/v2.1.5/core/runtime/v2/task_manager.go#L78-79 plugins/cri/runtime/plugin.go https://github.com/k3s-io/containerd/blob/v2.1.5/plugins/cri/runtime/plugin.go#L82-88 plugins/sandbox/controller.go https://github.com/k3s-io/containerd/blob/v2.1.5/plugins/sandbox/controller.go#L71-75 Relates: wolfi-dev/os#72115
github-merge-queue bot
pushed a commit
to wolfi-dev/advisories
that referenced
this pull request
Nov 17, 2025
The affected component's suffix is non-standard for parsing. It treats -k3s1 as an unknown qualifier that sorts after known ones (alpha, beta, rc, ga, etc.), which breaks version matching. The suffix is used in k3s because k3s pull in their own fork of containerd. In this case, all fixes associated with this vulnerability from upstream are also mirrored in the k3s containerd fork. See below for details: Fix commit in containerd from CVE advisory: containerd/containerd@7c59e8e Verifying the same 4 file changes appear in https://github.com/k3s-io/containerd/tree/v2.1.5: cmd/containerd/server/server.go https://github.com/k3s-io/containerd/blob/v2.1.5/cmd/containerd/server/server.go#L82-87 https://github.com/k3s-io/containerd/blob/v2.1.5/cmd/containerd/server/server.go#L109 core/runtime/v2/task_manager.go https://github.com/k3s-io/containerd/blob/v2.1.5/core/runtime/v2/task_manager.go#L78-79 plugins/cri/runtime/plugin.go https://github.com/k3s-io/containerd/blob/v2.1.5/plugins/cri/runtime/plugin.go#L82-88 plugins/sandbox/controller.go https://github.com/k3s-io/containerd/blob/v2.1.5/plugins/sandbox/controller.go#L71-75 Relates: wolfi-dev/os#72115
Contributor
Author
|
This vulnerability remediation is stale and no longer needed. 👋 Advisory CGA-hf79-qpx3-hh49 has the latest event type of "false-positive-determination": https://github.com/wolfi-dev/advisories/blob/main/k3s-1.33.advisories.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
auto-approver-bot/initial-checks-failed
auto-approver-bot/initial-checks-missing
automated pr
bincapz/pass
bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.
cve-pr-closer/v2-adv-disagreement
GHSA-pwhc-rpq9-4c8w
go/bump
k3s-1.33
request-cve-remediation
service:cve-pr-closer
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
k3s-1.33/1.33.5.1-r3: fix GHSA-pwhc-rpq9-4c8w
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/k3s-1.33.advisories.yaml
"Breadcrumbs" for this automated service