CVE-2026-64475
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:38
- Zuletzt bearbeitet 17.08.2026 05:17:53
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Release the VGA arbiter client on register_device() failure The re-order in the Fixes commit below displaced vfio_pci_vga_init() as the last failure point of what is now ...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:38
- Zuletzt bearbeitet 17.08.2026 05:17:53
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disable_idle_d3 per device When disable_idle_d3 was introduced in vfio-pci, it directly manipulated the device power state with pci_set_power_state(). There were n...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:37
- Zuletzt bearbeitet 17.08.2026 05:17:53
In the Linux kernel, the following vulnerability has been resolved: vfio: prevent infinite loop in vfio_mig_get_next_state() on blocked arc vfio_mig_get_next_state() walks vfio_from_fsm_table[] one step at a time, looping to skip optional states th...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:36
- Zuletzt bearbeitet 17.08.2026 05:17:52
In the Linux kernel, the following vulnerability has been resolved: vfio: Remove device debugfs before releasing devres VFIO device debugfs files created with debugfs_create_devm_seqfile() store a devres allocated debugfs_devm_entry as inode privat...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:35
- Zuletzt bearbeitet 17.08.2026 05:17:52
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on registration failure Make sure to release the sibling interfaces in case controller registration fails to avoid use-after-free and double-fr...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:35
- Zuletzt bearbeitet 17.08.2026 05:17:52
In the Linux kernel, the following vulnerability has been resolved: vfio/mlx5: Fix racy bitfields and tighten struct layout Bitfield operations are not atomic, they use a read-modify-write pattern, therefore we should be careful not to pack bitfiel...
CVE-2026-64469
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:34
- Zuletzt bearbeitet 17.08.2026 05:17:52
In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binder_thread_release() When a thread exits, binder_thread_release() walks its transaction stack to clear the t->from and t->to_proc that correspond with the exi...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:34
- Zuletzt bearbeitet 17.08.2026 05:17:52
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on marvell probe failure Make sure to stop any TX URBs submitted during Marvell OOB wakeup configuration on later probe failures to avoid use-a...
CVE-2026-64468
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:51:33
- Zuletzt bearbeitet 17.08.2026 05:17:52
In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binder_free_transaction() In binder_free_transaction(), the t->to_proc is read under the t->lock. However, once the t->lock is dropped, the to_proc can die in pa...
CVE-2026-64467
- EPSS 0.17%
- Veröffentlicht 25.07.2026 08:51:32
- Zuletzt bearbeitet 17.08.2026 05:17:52
In the Linux kernel, the following vulnerability has been resolved: rust_binder: use a u64 stride when cleaning up the offsets array Allocation's Drop walks the offsets array (binder_size_t = u64 entries), cleaning up the objects, but it used usize...