CVE-2024-57945
- EPSS 0.21%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 01.06.2026 17:16:32
In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix the out of bound issue of vmemmap address In sparse vmemmap model, the virtual address of vmemmap is calculated as: ((struct page *)VMEMMAP_START - (phys_ram_base >>...
CVE-2024-57946
- EPSS 0.16%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 03.11.2025 21:18:46
In the Linux kernel, the following vulnerability has been resolved: virtio-blk: don't keep queue frozen during system suspend Commit 4ce6e2db00de ("virtio-blk: Ensure no requests in virtqueues before deleting vqs.") replaces queue quiesce with queu...
CVE-2025-21656
- EPSS 0.2%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 26.09.2025 16:21:34
In the Linux kernel, the following vulnerability has been resolved: hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occur scsi_execute_cmd() function can return both negative (linux codes) and positive (scsi_cmnd result field)...
CVE-2025-21658
- EPSS 0.2%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 01.10.2025 20:18:17
In the Linux kernel, the following vulnerability has been resolved: btrfs: avoid NULL pointer dereference if no valid extent tree [BUG] Syzbot reported a crash with the following call trace: BTRFS info (device loop0): scrub: started on devid 1 ...
CVE-2025-21659
- EPSS 0.17%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 15.10.2025 13:47:59
In the Linux kernel, the following vulnerability has been resolved: netdev: prevent accessing NAPI instances from another namespace The NAPI IDs were not fully exposed to user space prior to the netlink API, so they were never namespaced. The netli...
CVE-2025-21660
- EPSS 0.2%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 03.11.2025 21:19:02
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_locked When `ksmbd_vfs_kern_path_locked` met an error and it is not the last entry, it will exit without restoring chang...
CVE-2025-21662
- EPSS 0.2%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 03.11.2025 21:19:03
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix variable not being completed when function returns When cmd_alloc_index(), fails cmd_work_handler() needs to complete ent->slotted before returning early. Otherwise t...
CVE-2025-21663
- EPSS 0.2%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 15.10.2025 13:46:10
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: dwmac-tegra: Read iommu stream id from device tree Nvidia's Tegra MGBE controllers require the IOMMU "Stream ID" (SID) to be written to the MGBE_WRAP_AXI_ASID0_CTRL re...
CVE-2024-57940
- EPSS 0.22%
- Veröffentlicht 21.01.2025 13:15:08
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: exfat: fix the infinite loop in exfat_readdir() If the file system is corrupted so that a cluster is linked to itself in the cluster chain, and there is an unused directory entry i...
CVE-2024-57939
- EPSS 0.2%
- Veröffentlicht 21.01.2025 13:15:07
- Zuletzt bearbeitet 03.11.2025 21:18:45
In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die() die() can be called in exception handler, and therefore cannot sleep. However, die() takes spinlock_t which can sleep with PREEMPT_R...