- EPSS 0.02%
- Veröffentlicht 06.12.2025 21:51:15
- Zuletzt bearbeitet 06.12.2025 22:15:57
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 06.12.2025 22:15:57
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 06.12.2025 22:15:56
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 06.12.2025 22:15:56
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 06.12.2025 22:15:56
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 06.12.2025 22:15:56
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.02%
- Veröffentlicht 06.12.2025 21:51:07
- Zuletzt bearbeitet 06.12.2025 22:15:56
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.02%
- Veröffentlicht 06.12.2025 21:51:06
- Zuletzt bearbeitet 06.12.2025 22:15:56
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...
- EPSS 0.02%
- Veröffentlicht 06.12.2025 21:51:05
- Zuletzt bearbeitet 06.12.2025 22:15:56
In the Linux kernel, the following vulnerability has been resolved: sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto syzbot reported a possible shift-out-of-bounds [1] Blamed commit added rto_alpha_max and rto_beta_max set t...
- EPSS 0.02%
- Veröffentlicht 06.12.2025 21:51:04
- Zuletzt bearbeitet 06.12.2025 22:15:55
In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free in tipc_mon_reinit_self(). syzbot reported use-after-free of tipc_net(net)->monitors[] in tipc_mon_reinit_self(). [0] The array is protected by RTNL, but ...