chore(core): cve mitigation 08-06-2026#2462
Open
LopatinDmitr wants to merge 3 commits into
Open
Conversation
6022ff3 to
b5d6490
Compare
3083210 to
99c6a02
Compare
- CVE-2026-42504 Decoding a maliciously-crafted MIME header containing many invalid enc ... - CVE-2026-27145 *x509.Certificate).VerifyHostname previously called matchHostnames in ... - CVE-2026-42507 When returning errors, functions in the net/textproto package would in ... Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
99c6a02 to
d5157c7
Compare
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
universal-itengineer
approved these changes
Jun 10, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Updated the project toolchain and base image set for the CVE mitigation batch from 2026-06-08:
1.25.10to1.25.11in workflows and all modulego.modfiles;build/base-images/deckhouse_images.ymlfrom base-images catalogv0.5.77tov1.0.44;Mitigated CVEs mentioned in the commit:
Why do we need it, and what problem does it solve?
The module should be built and tested with patched toolchain and base images to reduce exposure to known vulnerabilities in Go standard library behavior and base image dependencies.
What is the expected result?
CI builds and validation jobs use Go
1.25.11, and module images are built from the refreshed pinned base image digests.Checklist
Changelog entries