- EPSS 0.02%
- Veröffentlicht 08.12.2025 00:46:14
- Zuletzt bearbeitet 08.12.2025 18:26:49
In the Linux kernel, the following vulnerability has been resolved: io_uring: fix regbuf vector size truncation There is a report of io_estimate_bvec_size() truncating the calculated number of segments that leads to corruption issues. Check it does...
- EPSS 0.02%
- Veröffentlicht 08.12.2025 00:09:08
- Zuletzt bearbeitet 08.12.2025 18:26:49
In the Linux kernel, the following vulnerability has been resolved: xsk: avoid data corruption on cq descriptor number Since commit 30f241fcf52a ("xsk: Fix immature cq descriptor production"), the descriptor number is stored in skb control block an...
- EPSS 0.02%
- Veröffentlicht 06.12.2025 21:51:15
- Zuletzt bearbeitet 08.12.2025 18:26:49
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAM Otherwise accessing them can cause a crash.
- EPSS 0.02%
- Veröffentlicht 06.12.2025 21:51:14
- Zuletzt bearbeitet 08.12.2025 18:26:49
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix NULL pointer dereference in VRAM logic for APU devices Previously, APU platforms (and other scenarios with uninitialized VRAM managers) triggered a NULL pointer der...
- EPSS 0.02%
- Veröffentlicht 06.12.2025 21:51:13
- Zuletzt bearbeitet 08.12.2025 18:26:49
In the Linux kernel, the following vulnerability has been resolved: exfat: fix improper check of dentry.stream.valid_size We found an infinite loop bug in the exFAT file system that can lead to a Denial-of-Service (DoS) condition. When a dentry in ...
- EPSS 0.02%
- Veröffentlicht 06.12.2025 21:51:12
- Zuletzt bearbeitet 08.12.2025 18:26:49
In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible memory leak in smb2_read() Memory leak occurs when ksmbd_vfs_read() fails. Fix this by adding the missing kvfree().
- EPSS 0.02%
- Veröffentlicht 06.12.2025 21:51:09
- Zuletzt bearbeitet 08.12.2025 18:26:49
In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible refcount leak in smb2_sess_setup() Reference count of ksmbd_session will leak when session need reconnect. Fix this by adding the missing ksmbd_user_sessio...
- EPSS 0.02%
- Veröffentlicht 06.12.2025 21:51:08
- Zuletzt bearbeitet 08.12.2025 18:26:49
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: cancel mesh send timer when hdev removed mesh_send_done timer is not canceled when hdev is removed, which causes crash if the timer triggers after hdev is gone. C...
- EPSS 0.03%
- Veröffentlicht 06.12.2025 21:51:07
- Zuletzt bearbeitet 08.12.2025 18:26:49
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF There is a KASAN: slab-use-after-free read in btusb_disconnect(). Calling "usb_driver_release_interface(&btusb_dr...
- EPSS 0.03%
- Veröffentlicht 06.12.2025 21:51:06
- Zuletzt bearbeitet 08.12.2025 18:26:49
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: reset link-local header on ipv6 recv path Bluetooth 6lowpan.c netdev has header_ops, so it must set link-local header for RX skb, otherwise things crash, eg. wi...