CVE-2024-50151
- EPSS 0.02%
- Veröffentlicht 07.11.2024 10:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:55
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-50152
- EPSS 0.02%
- Veröffentlicht 07.11.2024 10:15:06
- Zuletzt bearbeitet 19.11.2024 02:16:17
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix possible double free in smb2_set_ea() Clang static checker(scan-build) warning: fs/smb/client/smb2ops.c:1304:2: Attempt to free released memory. 1304 | kf...
CVE-2024-50153
- EPSS 0.01%
- 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: 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-50139
- EPSS 0.02%
- Veröffentlicht 07.11.2024 10:15:05
- Zuletzt bearbeitet 01.10.2025 21:15:52
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix shift-out-of-bounds bug Fix a shift-out-of-bounds bug reported by UBSAN when running VM with MTE enabled host kernel. UBSAN: shift-out-of-bounds in arch/arm64/kvm/...
CVE-2024-50140
- EPSS 0.01%
- Veröffentlicht 07.11.2024 10:15:05
- Zuletzt bearbeitet 01.10.2025 21:15:52
In the Linux kernel, the following vulnerability has been resolved: sched/core: Disable page allocation in task_tick_mm_cid() With KASAN and PREEMPT_RT enabled, calling task_work_add() in task_tick_mm_cid() may cause the following splat. [ 63.69...
CVE-2024-50133
- EPSS 0.05%
- Veröffentlicht 05.11.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:53
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Don't crash in stack_top() for tasks without vDSO Not all tasks have a vDSO mapped, for example kthreads never do. If such a task ever ends up calling stack_top(), it wi...
CVE-2024-50134
- EPSS 0.01%
- Veröffentlicht 05.11.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:53
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-50136
- EPSS 0.02%
- Veröffentlicht 05.11.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:53
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Unregister notifier on eswitch init failure It otherwise remains registered and a subsequent attempt at eswitch enabling might trigger warnings of the sort: [ 682.58914...