CVE-2026-31482
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:45
- Zuletzt bearbeitet 28.04.2026 13:46:21
In the Linux kernel, the following vulnerability has been resolved: s390/entry: Scrub r12 register on kernel entry Before commit f33f2d4c7c80 ("s390/bp: remove TIF_ISOLATE_BP"), all entry handlers loaded r12 with the current task pointer (lg %r12,_...
CVE-2026-31483
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:45
- Zuletzt bearbeitet 28.04.2026 13:40:13
In the Linux kernel, the following vulnerability has been resolved: s390/syscalls: Add spectre boundary for syscall dispatch table The s390 syscall number is directly controlled by userspace, but does not have an array_index_nospec() boundary to pr...
CVE-2026-31484
- EPSS 0.02%
- Veröffentlicht 22.04.2026 14:16:45
- Zuletzt bearbeitet 28.04.2026 13:39:16
In the Linux kernel, the following vulnerability has been resolved: io_uring/fdinfo: fix OOB read in SQE_MIXED wrap check __io_uring_show_fdinfo() iterates over pending SQEs and, for 128-byte SQEs on an IORING_SETUP_SQE_MIXED ring, needs to detect ...
CVE-2026-31485
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:45
- Zuletzt bearbeitet 28.04.2026 13:12:24
In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-lpspi: fix teardown order issue (UAF) There is a teardown order issue in the driver. The SPI controller is registered using devm_spi_register_controller(), which delay...
CVE-2026-31474
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:44
- Zuletzt bearbeitet 27.04.2026 23:27:13
In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix tx.buf use-after-free in isotp_sendmsg() isotp_sendmsg() uses only cmpxchg() on so->tx.state to serialize access to so->tx.buf. isotp_release() waits for ISOTP_IDLE...
CVE-2026-31475
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:44
- Zuletzt bearbeitet 27.04.2026 23:25:50
In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: fix double free of devm_kzalloc() memory A previous change added NULL checks and cleanup for allocation failures in sma1307_setting_loaded(). However, the cleanup f...
CVE-2026-31476
- EPSS 0.23%
- Veröffentlicht 22.04.2026 14:16:44
- Zuletzt bearbeitet 27.04.2026 23:25:16
In the Linux kernel, the following vulnerability has been resolved: ksmbd: do not expire session on binding failure When a multichannel session binding request fails (e.g. wrong password), the error path unconditionally sets sess->state = SMB2_SESS...
CVE-2026-31477
- EPSS 0.07%
- Veröffentlicht 22.04.2026 14:16:44
- Zuletzt bearbeitet 27.04.2026 23:24:22
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leaks and NULL deref in smb2_lock() smb2_lock() has three error handling issues after list_del() detaches smb_lock from lock_list at no_check_cl: 1) If vfs_lock_...
CVE-2026-31478
- EPSS 0.09%
- Veröffentlicht 22.04.2026 14:16:44
- Zuletzt bearbeitet 27.04.2026 23:23:52
In the Linux kernel, the following vulnerability has been resolved: ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len() After this commit (e2b76ab8b5c9 "ksmbd: add support for read compound"), response buffer management...
CVE-2026-31479
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:44
- Zuletzt bearbeitet 27.04.2026 23:19:30
In the Linux kernel, the following vulnerability has been resolved: drm/xe: always keep track of remap prev/next During 3D workload, user is reporting hitting: [ 413.361679] WARNING: drivers/gpu/drm/xe/xe_vm.c:1217 at vm_bind_ioctl_ops_unwind+0x1...