CVE-2024-50143
- EPSS 0.01%
- Veröffentlicht 07.11.2024 10:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:54
In the Linux kernel, the following vulnerability has been resolved: udf: fix uninit-value use in udf_get_fileshortad Check for overflow when computing alen in udf_current_aext to mitigate later uninit-value use in udf_get_fileshortad KMSAN bug[1]. ...
CVE-2024-50146
- EPSS 0.01%
- Veröffentlicht 07.11.2024 10:15:06
- Zuletzt bearbeitet 03.11.2025 21:17:02
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Don't call cleanup on profile rollback failure When profile rollback fails in mlx5e_netdev_change_profile, the netdev profile var is left set to NULL. Avoid a crash when...
CVE-2024-50148
- EPSS 0.01%
- Veröffentlicht 07.11.2024 10:15:06
- Zuletzt bearbeitet 12.05.2026 13:16:18
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: fix wild-memory-access in proto_unregister There's issue as follows: KASAN: maybe wild-memory-access in range [0xdead...108-0xdead...10f] CPU: 3 UID: 0 PID: 28...
CVE-2024-50150
- EPSS 0.02%
- Veröffentlicht 07.11.2024 10:15:06
- Zuletzt bearbeitet 12.05.2026 13:16:18
In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmode should keep reference to parent The altmode device release refers to its parent device, but without keeping a reference to it. When registering the altmode, ge...
CVE-2024-50151
- EPSS 0.02%
- Veröffentlicht 07.11.2024 10:15:06
- Zuletzt bearbeitet 12.05.2026 13:16:18
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix OOBs when building SMB2_IOCTL request When using encryption, either enforced by the server or when using 'seal' mount option, the client will squash all compound r...
CVE-2024-50153
- EPSS 0.01%
- Veröffentlicht 07.11.2024 10:15:06
- Zuletzt bearbeitet 12.05.2026 13:16:19
In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Fix null-ptr-deref in target_alloc_device() There is a null-ptr-deref issue reported by KASAN: BUG: KASAN: null-ptr-deref in target_alloc_device+0xbc4/0xbe0 [t...
- EPSS 0.02%
- Veröffentlicht 07.11.2024 10:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:56
In the Linux kernel, the following vulnerability has been resolved: tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink(). Martin KaFai Lau reported use-after-free [0] in reqsk_timer_handler(). """ We are seeing a use-after-free from a b...
CVE-2024-50134
- EPSS 0.02%
- Veröffentlicht 05.11.2024 18:15:16
- Zuletzt bearbeitet 12.05.2026 13:16:17
In the Linux kernel, the following vulnerability has been resolved: drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA Replace the fake VLA at end of the vbva_mouse_pointer_shape shape with a real VLA to fix a "memcpy:...
CVE-2024-50135
- EPSS 0.02%
- Veröffentlicht 05.11.2024 18:15:16
- Zuletzt bearbeitet 01.10.2025 21:15:51
In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix race condition between reset and nvme_dev_disable() nvme_dev_disable() modifies the dev->online_queues field, therefore nvme_pci_update_nr_queues() should avoid racin...
CVE-2024-50138
- EPSS 0.04%
- Veröffentlicht 05.11.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:54
In the Linux kernel, the following vulnerability has been resolved: bpf: Use raw_spinlock_t in ringbuf The function __bpf_ringbuf_reserve is invoked from a tracepoint, which disables preemption. Using spinlock_t in this context can lead to a "sleep...