CVE-2025-21944
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:25
- Zuletzt bearbeitet 03.11.2025 20:17:31
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix bug on trap in smb2_lock If lock count is greater than 1, flags could be old value. It should be checked with flags of smb_lock, not flags. It will cause bug-on trap fro...
CVE-2025-21945
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:25
- Zuletzt bearbeitet 03.11.2025 20:17:31
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb2_lock If smb_lock->zero_len has value, ->llist of smb_lock is not delete and flock is old one. It will cause use-after-free on error handling routi...
CVE-2025-21946
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:25
- Zuletzt bearbeitet 30.10.2025 19:43:38
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds in parse_sec_desc() If osidoffset, gsidoffset and dacloffset could be greater than smb_ntsd struct size. If it is smaller, It could cause slab-out-of-bound...
CVE-2025-21947
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:25
- Zuletzt bearbeitet 03.11.2025 20:17:31
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix type confusion via race condition when using ipc_msg_send_request req->handle is allocated using ksmbd_acquire_id(&ipc_ida), based on ida_alloc. req->handle from ksmbd_i...
CVE-2025-21948
- EPSS 0.04%
- Veröffentlicht 01.04.2025 16:15:25
- Zuletzt bearbeitet 03.11.2025 20:17:31
In the Linux kernel, the following vulnerability has been resolved: HID: appleir: Fix potential NULL dereference at raw event handle Syzkaller reports a NULL pointer dereference issue in input_event(). BUG: KASAN: null-ptr-deref in instrument_atom...
CVE-2025-21932
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:24
- Zuletzt bearbeitet 30.10.2025 19:45:34
In the Linux kernel, the following vulnerability has been resolved: mm: abort vma_modify() on merge out of memory failure The remainder of vma_modify() relies upon the vmg state remaining pristine after a merge attempt. Usually this is the case, h...
CVE-2025-21933
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:24
- Zuletzt bearbeitet 01.10.2025 20:18:34
In the Linux kernel, the following vulnerability has been resolved: arm: pgtable: fix NULL pointer dereference issue When update_mmu_cache_range() is called by update_mmu_cache(), the vmf parameter is NULL, which will cause a NULL pointer dereferen...
CVE-2025-21934
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:24
- Zuletzt bearbeitet 03.11.2025 20:17:29
In the Linux kernel, the following vulnerability has been resolved: rapidio: fix an API misues when rio_add_net() fails rio_add_net() calls device_register() and fails when device_register() fails. Thus, put_device() should be used rather than kfr...
CVE-2025-21935
- EPSS 0.04%
- Veröffentlicht 01.04.2025 16:15:24
- Zuletzt bearbeitet 03.11.2025 20:17:29
In the Linux kernel, the following vulnerability has been resolved: rapidio: add check for rio_add_net() in rio_scan_alloc_net() The return value of rio_add_net() should be checked. If it fails, put_device() should be called to free the memory and...
CVE-2025-21936
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:24
- Zuletzt bearbeitet 03.11.2025 20:17:30
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected() Add check for the return value of mgmt_alloc_skb() in mgmt_device_connected() to prevent null pointer dereferen...