chore(deps): update module kubevirt.io/kubevirt to v1.9.0 [security] (v1.9) - #311
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update module kubevirt.io/kubevirt to v1.9.0 [security] (v1.9)#311renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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.
This PR contains the following updates:
v1.7.0→v1.9.0KubeVirt Guest Agent DoS via Excessive Network Interface Reports
CVE-2025-14525 / GHSA-25mh-hp8x-cgrv / GO-2026-4384
More information
Details
A flaw was found in KubeVirt. A user within a virtual machine (VM), if the guest agent is active, can exploit this by causing the agent to report an excessive number of network interfaces. This action can overwhelm the system's ability to store VM configuration updates, effectively blocking changes to the Virtual Machine Instance (VMI). This allows the VM user to restrict the VM administrator's ability to manage the VM, leading to a Denial of Dervice for administrative operations.
Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:LReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
KubeVirt has a Link Following vulnerability
CVE-2026-7374 / GHSA-7jcp-v9w4-wjmg / GO-2026-5848
More information
Details
A flaw was found in KubeVirt's virt-handler component. This vulnerability allows an authenticated OpenShift user with edit permissions in a single namespace to exploit improper symlink validation when connecting to virtual machine console sockets. By replacing the console socket with a symlink to the host's container runtime (CRI-O) socket, an attacker can hijack virt-handler's privileged connection. This enables the attacker to access any Unix socket on the host, potentially leading to full control of the node and the entire cluster.
Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:HReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
KubeVirt has a Link Following vulnerability in kubevirt.io/kubevirt
CVE-2026-7374 / GHSA-7jcp-v9w4-wjmg / GO-2026-5848
More information
Details
KubeVirt has a Link Following vulnerability in kubevirt.io/kubevirt
Severity
Unknown
References
This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).
KubeVirt's authorization mechanism improperly truncates subresource names
CVE-2026-6383 / GHSA-j6cv-3w8p-vrg8 / GO-2026-5450
More information
Details
A flaw was found in KubeVirt's Role-Based Access Control (RBAC) evaluation logic. The authorization mechanism improperly truncates subresource names, leading to incorrect permission evaluations. This allows authenticated users with specific custom roles to gain unauthorized access to subresources, potentially disclosing sensitive information or performing actions they are not permitted to do. Additionally, legitimate users may be denied access to resources.
Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:NReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
KubeVirt has a Link Following issue
CVE-2026-9804 / GHSA-mpmf-3w4r-qfpf / GO-2026-5883
More information
Details
A flaw was found in KubeVirt's virt-exportserver component. An attacker with specific namespace-level access can exploit a path traversal vulnerability in the VMExport directory endpoint. By placing a symbolic link (symlink) within an exported filesystem Persistent Volume Claim (PVC) that points outside its designated mount root, the attacker can read arbitrary files from the exporter pod's filesystem. This leads to information disclosure, potentially exposing sensitive data.
Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:NReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Release Notes
kubevirt/kubevirt (kubevirt.io/kubevirt)
v1.9.0Compare Source
tag v1.9.0
Tagger: Luboslav Pivarc lpivarc@redhat.com
This release follows v1.8.4 and consists of 1653 changes, contributed by 108 people, leading to 2195 files changed, 209726 insertions(+), 38785 deletions(-).
v1.9.0 is a promotion of release candidate v1.9.0-rc.2 which was originally published 2026-07-28
The source code and selected binaries are available for download at: https://github.com/kubevirt/kubevirt/releases/tag/v1.9.0.
The primary release artifact of KubeVirt is the git tree. The release tag is
signed and can be verified using
git tag -v v1.9.0.Pre-built containers are published on Quay and can be viewed at: https://quay.io/kubevirt/.
Notable changes
NETWORK_BINDING_PLUGIN_NAMEenvironment variable.--primary-network-binding-plugintest flag.kubevirt_vmi_guest_os_panic_totalmetric is now emittedpkg/hypervisoron GOOS/GOARCH combinations outside linux/{amd64,arm64,s390x}, which previously prevented downstream packagers from cross-building virtctl on architectures such as riscv64, ppc64le, and 386. On those architectures,common.SchedSetSchedulernow returns the new sentinel errorcommon.ErrUnsupportedRTScheduling.virtctl vmexport download --format=ocito export a VM as an OCI image layout TAR.VideoConfigFG to General Availabilityspec.networks[].resourceClaimbehindNetworkDevicesWithDRA, with webhook validation and virt-launcher hostdev generation from DRA metadata.spec.configuration.developerConfiguration.disabledFeatureGatesin the KubeVirt CR. A feature gate report with all non-GA feature gates will be added to each release's artifacts.domain-notify.sockis deleted and automatically restarts the notify server.persistent-state-for-this-vmrather than trying to embed the vm name in the volume name.PanicDevicesfeature has graduated to GA and no longer requires the associated feature gate to be enabled.Contributors
108 people contributed to this release:
67 Orel Misan omisan@redhat.com
63 Dan Kenigsberg danken@redhat.com
54 Adi Aloni aaloni@redhat.com
51 Itamar Holder iholder@redhat.com
45 dsionov dsionov@redhat.com
44 Or Shoval oshoval@redhat.com
43 Michal Skrivanek michal.skrivanek@redhat.com
42 Lee Yarwood lyarwood@redhat.com
38 fossedihelm ffossemo@redhat.com
36 Luboslav Pivarc lpivarc@redhat.com
33 Harshit Gupta guptaharshit@microsoft.com
32 Alex Kalenyuk akalenyu@redhat.com
29 Brian Carey brian.carey@protonmail.com
26 Felix Matouschek fmatouschek@redhat.com
23 machadovilaca machadovilaca@gmail.com
21 bmordeha bmordeha@redhat.com
19 Ananya Banerjee anbanerj@redhat.com
19 Aseef contact@aseef.dev
18 Alvaro Romero alromero@redhat.com
17 Edward Haas edwardh@redhat.com
17 avlitman alitman@redhat.com
16 Aseef Imran aimran@redhat.com
16 Michael Henriksen mhenriks@redhat.com
15 Fan Zhang fanzhang@nvidia.com
15 Jed Lejosne jed@redhat.com
13 Alexander Wels awels@redhat.com
13 Nir Dothan ndothan@redhat.com
13 Vamsi Krishna Siddu vamsikrishna.siddu@ibm.com
13 dsanatar dsanatar@redhat.com
11 Harshitha MS harshitha.ms@ibm.com
10 Alay Patel alayp@nvidia.com
10 Daniel Hiller dhiller@redhat.com
10 Shelly Kagan skagan@redhat.com
8 Oren Cohen ocohen@redhat.com
7 Karel Simon ksimon@redhat.com
7 Noam Assouline nassouli@redhat.com
6 Beñat Gartzia Arruabarrena bgartzia@redhat.com
6 Javier Cano Cano jcanocan@redhat.com
6 Michail Resvanis mresvani@redhat.com
6 Michal Vavrinec mvavrine@redhat.com
6 ronilerr rrabinov@redhat.com
5 rkishner rkishner@redhat.com
4 Laxmi Adavalli laxmi.adavalli@ibm.com
4 Vladik Romanovsky vromanso@redhat.com
4 dhiller dhiller@redhat.com
4 jaydeep869 <jaydeeppokhariya2106@gmail.com>
4 svarnam svarnam@nvidia.com
3 Dylan White dywhite@redhat.com
3 Emanuele Prella eprella@redhat.com
3 German Maglione gmaglione@redhat.com
3 Jan Schintag jan.schintag@de.ibm.com
3 Nestor Acuna Blanco nestor.acuna@ibm.com
3 Samuel Albershtein salbersh@redhat.com
3 Shirly Radco sradco@redhat.com
3 Simone Tiraboschi stirabos@redhat.com
3 Vishnu Challa vchalla@redhat.com
2 Aidan Wallace awallace@redhat.com
2 Aneesh Hegde <aneeshhegde7110@gmail.com>
2 Avnish Jaltare <avnishjaltare8@gmail.com>
2 Billy billydevbusiness@gmail.com
2 Denis Ollier dollierp@redhat.com
2 RITANKAR SAHA <ritankar.saha786@gmail.com>
2 Varun Ramachandra Sekar vsekar@nvidia.com
2 Vidit Bhat bhatvidit@gmail.com
2 Vladislav Alekseev valekseev@nebius.com
2 Xu Han xuhan@redhat.com
2 mosheyaku mosheyaku@gmail.com
2 samt samt@redhat.com
1 Adi Aloni 105346241+Acedus@users.noreply.github.com
1 Andrej Krejcir akrejcir@redhat.com
1 Andy Powell andrew@civo.com
1 AnupamSingh2004 <sanupam2004@gmail.com>
1 Chandan Somani csomani@redhat.com
1 Changlin Hu <steviehu95@gmail.com>
1 Daniel Hiller <daniel.hiller.1972@googlemail.com>
1 Danny Sanatar dsanatar@redhat.com
1 Denys Shchedrivyi dshchedr@redhat.com
1 Ethan J. Gallant ethan.gallant@gmail.com
1 Federico Fossemo ffossemo@redhat.com
1 Gabriele Pio Nitti nittigabriele@gmail.com
1 Howard Gao howard.gao@gmail.com
1 Jathavedhan M jathavedhan.m@ibm.com
1 João Vilaça machadovilaca@gmail.com
1 Kelson White kelson@redhat.com
1 Martin Sivak msivak@redhat.com
1 Matias Ezequiel Vara Larsen mvaralar@redhat.com
1 Max Weiss maxweiss@microsoft.com
1 Michal Vavrinec 91726098+Ruclo@users.noreply.github.com
1 Raul Leite sp4wn.root@gmail.com
1 Shivansh Sahu <sahushivansh142@gmail.com>
1 Shiwani Biradar sbiradar@redhat.com
1 Shreesha001 <shettyshreesha552@gmail.com>
1 Shubham Pampattiwar spampatt@redhat.com
1 Uday Yendava uyendava@redhat.com
1 Vaivaswat Dubey <vaivaswat2244@gmail.com>
1 Victor Toso victortoso@redhat.com
1 Vladislav Alekseev keinsword@gmail.com
1 Volker Theile vtheile@suse.com
1 Volodymyr Tsap voa@shalb.com
1 Yaroslav Borbat <yaroslav.752@gmail.com>
1 ajcaldelas alan.caldelas@amd.com
1 arnabnandikgp <arnabnandi2002@gmail.com>
1 kartheek kartheekbudime@gmail.com
1 nestoracunablanco nestor.acuna@ibm.com
1 pranshul gupta <pranshulg01@gmail.com>
Additional Resources
-----BEGIN PGP SIGNATURE-----
iHUEABEIAB0WIQQK4GMgftQ8MISyrdLHuzxv+aiWdAUCamtGBwAKCRDHuzxv+aiW
dH23AP4ikmdr53N1RmDmU9e9EBNZjJF+9UI7d4Ue10O20dEsFgEA5R5oqSO5bc11
n6ct32N8og9xbCZab79Aav2G0+8geb0=
=CHt5
-----END PGP SIGNATURE-----
v1.8.4Compare Source
tag v1.8.4
Tagger: Federico Fossemo ffossemo@redhat.com
This release follows v1.8.3 and consists of 31 changes, contributed by 12 people, leading to 60 files changed, 1901 insertions(+), 475 deletions(-).
The source code and selected binaries are available for download at: https://github.com/kubevirt/kubevirt/releases/tag/v1.8.4.
The primary release artifact of KubeVirt is the git tree. The release tag is
signed and can be verified using
git tag -v v1.8.4.Pre-built containers are published on Quay and can be viewed at: https://quay.io/kubevirt/.
Notable changes
Contributors
12 people contributed to this release:
6 ronilerr rrabinov@redhat.com
3 Adi Aloni aaloni@redhat.com
2 Samuel Albershtein salbersh@redhat.com
2 bmordeha bmordeha@redhat.com
1 Javier Cano Cano jcanocan@redhat.com
1 Lee Yarwood lyarwood@redhat.com
1 Or Shoval oshoval@redhat.com
1 Oren Cohen ocohen@redhat.com
1 Uday Yendava uyendava@redhat.com
1 fossedihelm ffossemo@redhat.com
Additional Resources
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQT336LhfFzgGMwYm4OriYWHZ3eqPAUCai/AYwAKCRCriYWHZ3eq
PJWrAQCHqk74Hfcw/NssGvFo1tGhhYr96XE3eiiZJ+NEWIqGVAEA54l9iwEj2ibo
TNawajpxXOk2lQAOLEE0hraThtenJQs=
=3Wgo
-----END PGP SIGNATURE-----
v1.8.3Compare Source
tag v1.8.3
Tagger: Federico Fossemo ffossemo@redhat.com
This release follows v1.8.2 and consists of 75 changes, contributed by 21 people, leading to 457 files changed, 81936 insertions(+), 33796 deletions(-).
The source code and selected binaries are available for download at: https://github.com/kubevirt/kubevirt/releases/tag/v1.8.3.
The primary release artifact of KubeVirt is the git tree. The release tag is
signed and can be verified using
git tag -v v1.8.3.Pre-built containers are published on Quay and can be viewed at: https://quay.io/kubevirt/.
Notable changes
Configuration
📅 Schedule: (in timezone Asia/Taipei)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.