CVE-2024-50146
- EPSS 0.06%
- Published 07.11.2024 10:15:06
- Last modified 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-50147
- EPSS 0.04%
- Published 07.11.2024 10:15:06
- Last modified 03.11.2025 23:16:55
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix command bitmask initialization Command bitmask have a dedicated bit for MANAGE_PAGES command, this bit isn't Initialize during command bitmask Initialization, only du...
CVE-2024-50148
- EPSS 0.04%
- Published 07.11.2024 10:15:06
- Last modified 03.11.2025 23:16:55
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-50149
- EPSS 0.04%
- Published 07.11.2024 10:15:06
- Last modified 11.12.2024 15:15:13
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the run_job thread resulting in UAF. It is only safe for free job to naturally be called by the schedul...
CVE-2024-50150
- EPSS 0.05%
- Published 07.11.2024 10:15:06
- Last modified 03.11.2025 23:16:55
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.03%
- Published 07.11.2024 10:15:06
- Last modified 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.03%
- Published 07.11.2024 10:15:06
- Last modified 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.02%
- Published 07.11.2024 10:15:06
- Last modified 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.04%
- Published 07.11.2024 10:15:06
- Last modified 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.04%
- Published 07.11.2024 10:15:05
- Last modified 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/...