Skip to content

Commit 5650dfd

Browse files
committed
chore(core): cve mitigation 11-05-2026 (#2340)
- Fix CVE-2026-29181: OpenTelemetry-Go: multi-value baggage header extraction causes excessive allocations (remote dos amplification) - Fix CVE-2026-33811: When using LookupCNAME with the cgo DNS resolver, a very long CNAME... - Fix CVE-2026-33814: When processing HTTP/2 SETTINGS frames, transport will enter an infini ... - Fix CVE-2026-39820: Well-crafted inputs reaching ParseAddress, ParseAddressList, and Parse ... - Fix CVE-2026-39823: CVE-2026-27142 fixed a vulnerability in which URLs were not correctly ... - Fix CVE-2026-39825: ReverseProxy can forward queries containing parameters not visible to ... - Fix CVE-2026-39826: If a trusted template author were to write a <script> tag containing... - Fix CVE-2026-39836: Panic in Dial and LookupPort when handling NUL byte on Windows in... - Fix CVE-2026-41520: Cillium exposes sensitive information included in the cilium-bugtool debug archive - Fix CVE-2026-42499: Pathological inputs could cause DoS through consumePhrase when parsing ... Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
1 parent 80f4477 commit 5650dfd

20 files changed

Lines changed: 121 additions & 113 deletions

File tree

api/client/examples/cancel-evacuation/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/virtualization/api/client/examples/cancel-evacuation
22

3-
go 1.25.9
3+
go 1.25.10
44

55
require (
66
github.com/deckhouse/virtualization/api v1.6.1

api/client/examples/list-resources/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/virtualization/api/client/examples/list-resources
22

3-
go 1.25.9
3+
go 1.25.10
44

55
require (
66
github.com/deckhouse/virtualization/api v1.6.1

api/client/examples/resourceclaim/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/virtualization/api/client/examples/resourceclaim
22

3-
go 1.25.9
3+
go 1.25.10
44

55
require (
66
github.com/deckhouse/virtualization/api v1.6.1

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/virtualization/api
22

3-
go 1.25.9
3+
go 1.25.10
44

55
tool (
66
k8s.io/code-generator

build/base-images/deckhouse_images.yml

Lines changed: 58 additions & 54 deletions
Large diffs are not rendered by default.

build/components/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ firmware:
44
edk2: stable202411
55
core:
66
3p-kubevirt: v1.6.2-v12n.25.1
7-
3p-containerized-data-importer: v1.60.3-v12n.18
7+
3p-containerized-data-importer: v1.60.3-v12n.19
88
distribution: 2.8.3
99
package:
1010
acl: v2.3.1

images/dvcr-artifact/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/virtualization-controller/dvcr-importers
22

3-
go 1.25.9
3+
go 1.25.10
44

55
require (
66
github.com/containers/image/v5 v5.32.0

images/hooks/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/virtualization/hooks
22

3-
go 1.25.9
3+
go 1.25.10
44

55
tool github.com/onsi/ginkgo/v2/ginkgo
66

@@ -17,6 +17,7 @@ require (
1717
k8s.io/apimachinery v0.34.2
1818
k8s.io/client-go v0.34.2
1919
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
20+
sigs.k8s.io/controller-runtime v0.21.0
2021
)
2122

2223
require (
@@ -109,7 +110,6 @@ require (
109110
kubevirt.io/api v1.6.2 // indirect
110111
kubevirt.io/containerized-data-importer-api v1.63.1 // indirect
111112
kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 // indirect
112-
sigs.k8s.io/controller-runtime v0.21.0 // indirect
113113
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
114114
sigs.k8s.io/randfill v1.0.0 // indirect
115115
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect

images/kube-api-rewriter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/virtualization/kube-api-rewriter
22

3-
go 1.25.9
3+
go 1.25.10
44

55
require (
66
github.com/deckhouse/kube-api-rewriter v0.2.0

images/pre-delete-hook/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module pre-delete-hook
22

3-
go 1.25.9
3+
go 1.25.10
44

55
require (
66
github.com/ilyakaznacheev/cleanenv v1.5.0

0 commit comments

Comments
 (0)