CVE-2025-71082
- EPSS 0.02%
- Veröffentlicht 13.01.2026 15:34:46
- Zuletzt bearbeitet 25.03.2026 19:38:23
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devm_kzalloc in btusb This reverts commit 98921dbd00c4e ("Bluetooth: Use devm_kzalloc in btusb.c file"). In btusb_probe(), we use devm_kzalloc() to...
CVE-2025-71078
- EPSS 0.02%
- Veröffentlicht 13.01.2026 15:34:43
- Zuletzt bearbeitet 25.03.2026 19:46:32
In the Linux kernel, the following vulnerability has been resolved: powerpc/64s/slb: Fix SLB multihit issue during SLB preload On systems using the hash MMU, there is a software SLB preload cache that mirrors the entries loaded into the hardware SL...
CVE-2025-71075
- EPSS 0.02%
- Veröffentlicht 13.01.2026 15:31:28
- Zuletzt bearbeitet 25.03.2026 19:03:18
In the Linux kernel, the following vulnerability has been resolved: scsi: aic94xx: fix use-after-free in device removal path The asd_pci_remove() function fails to synchronize with pending tasklets before freeing the asd_ha structure, leading to a ...
CVE-2025-71074
- EPSS 0.01%
- Veröffentlicht 13.01.2026 15:31:27
- Zuletzt bearbeitet 25.03.2026 19:03:28
In the Linux kernel, the following vulnerability has been resolved: functionfs: fix the open/removal races ffs_epfile_open() can race with removal, ending up with file->private_data pointing to freed object. There is a total count of opened files ...
CVE-2025-71073
- EPSS 0.02%
- Veröffentlicht 13.01.2026 15:31:26
- Zuletzt bearbeitet 25.03.2026 19:10:52
In the Linux kernel, the following vulnerability has been resolved: Input: lkkbd - disable pending work before freeing device lkkbd_interrupt() schedules lk->tq via schedule_work(), and the work handler lkkbd_reinit() dereferences the lkkbd structu...
- EPSS 0.04%
- Veröffentlicht 13.01.2026 15:31:22
- Zuletzt bearbeitet 15.04.2026 00:35:42
In the Linux kernel, the following vulnerability has been resolved: ntfs: set dummy blocksize to read boot_block when mounting When mounting, sb->s_blocksize is used to read the boot_block without being defined or validated. Set a dummy blocksize b...
- EPSS 0.07%
- Veröffentlicht 13.01.2026 15:29:22
- Zuletzt bearbeitet 15.04.2026 00:35:42
In the Linux kernel, the following vulnerability has been resolved: scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path" This reverts commit 0367076b0817d5c75dfb83001ce7ce5c64d803a9. The commit being reverted added code ...
- EPSS 0.07%
- Veröffentlicht 13.01.2026 15:29:22
- Zuletzt bearbeitet 15.04.2026 00:35:42
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg() rlen value is a user-controlled value, but dtv5100_i2c_msg() does not check the size of the rlen value. Therefore, i...
CVE-2025-68817
- EPSS 0.01%
- Veröffentlicht 13.01.2026 15:29:21
- Zuletzt bearbeitet 26.02.2026 18:43:18
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency Under high concurrency, A tree-connection object (tcon) is freed on a disconnect path while another path still...
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:29:15
- Zuletzt bearbeitet 15.04.2026 00:35:42
In the Linux kernel, the following vulnerability has been resolved: ksmbd: vfs: fix race on m_flags in vfs_cache ksmbd maintains delete-on-close and pending-delete state in ksmbd_inode->m_flags. In vfs_cache.c this field is accessed under inconsist...