CVE-2026-31612
- EPSS 0.05%
- Veröffentlicht 24.04.2026 14:42:32
- Zuletzt bearbeitet 29.04.2026 17:00:28
In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate EaNameLength in smb2_get_ea() smb2_get_ea() reads ea_req->EaNameLength from the client request and passes it directly to strncmp() as the comparison length without ...
CVE-2026-31610
- EPSS 0.02%
- Veröffentlicht 24.04.2026 14:42:31
- Zuletzt bearbeitet 29.04.2026 16:51:02
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc The kernel ASN.1 BER decoder calls action callbacks incrementally as it walks the input. When ksmbd_decode_neg...
CVE-2026-31608
- EPSS 0.08%
- Veröffentlicht 24.04.2026 14:42:30
- Zuletzt bearbeitet 29.04.2026 20:03:44
In the Linux kernel, the following vulnerability has been resolved: smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_flush_send_list() smb_direct_flush_send_list() already calls smb_direct_free_sendmsg(), so we should not ...
CVE-2026-31609
- EPSS 0.08%
- Veröffentlicht 24.04.2026 14:42:30
- Zuletzt bearbeitet 29.04.2026 16:45:12
In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush() smbd_send_batch_flush() already calls smbd_free_send_io(), so we should not call it again after ...
CVE-2026-31607
- EPSS 0.07%
- Veröffentlicht 24.04.2026 14:42:29
- Zuletzt bearbeitet 28.04.2026 15:11:28
In the Linux kernel, the following vulnerability has been resolved: usbip: validate number_of_packets in usbip_pack_ret_submit() When a USB/IP client receives a RET_SUBMIT response, usbip_pack_ret_submit() unconditionally overwrites urb->number_of_...
CVE-2026-31605
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:28
- Zuletzt bearbeitet 29.04.2026 19:36:00
In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO Much like commit 19f953e74356 ("fbdev: fb_pm2fb: Avoid potential divide by zero error"), we also need to prevent that same...
CVE-2026-31606
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:28
- Zuletzt bearbeitet 29.04.2026 20:00:34
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_hid: don't call cdev_init while cdev in use When calling unbind, then bind again, cdev_init reinitialized the cdev, even though there may still be references to it. ...
CVE-2026-31604
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:27
- Zuletzt bearbeitet 29.04.2026 19:21:26
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no ...
CVE-2026-31603
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:26
- Zuletzt bearbeitet 29.04.2026 19:07:12
In the Linux kernel, the following vulnerability has been resolved: staging: sm750fb: fix division by zero in ps_to_hz() ps_to_hz() is called from hw_sm750_crtc_set_mode() without validating that pixclock is non-zero. A zero pixclock passed via FBI...
CVE-2026-31601
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:25
- Zuletzt bearbeitet 29.04.2026 20:15:14
In the Linux kernel, the following vulnerability has been resolved: vfio/xe: Reorganize the init to decouple migration from reset Attempting to issue reset on VF devices that don't support migration leads to the following: BUG: unable to handle ...