CVE-2025-21993
- EPSS 0.2%
- Veröffentlicht 02.04.2025 13:15:43
- Zuletzt bearbeitet 03.11.2025 20:17:35
In the Linux kernel, the following vulnerability has been resolved: iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() When performing an iSCSI boot using IPv6, iscsistart still reads the /sys/firmware/ibft/ethernetX/subnet-m...
CVE-2025-21986
- EPSS 0.14%
- Veröffentlicht 01.04.2025 16:15:30
- Zuletzt bearbeitet 03.11.2025 20:17:34
In the Linux kernel, the following vulnerability has been resolved: net: switchdev: Convert blocking notification chain to a raw one A blocking notification chain uses a read-write semaphore to protect the integrity of the chain. The semaphore is a...
CVE-2025-21977
- EPSS 0.17%
- Veröffentlicht 01.04.2025 16:15:29
- Zuletzt bearbeitet 30.10.2025 21:03:16
In the Linux kernel, the following vulnerability has been resolved: fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs Gen 2 Hyper-V VMs boot via EFI and have a standard EFI framebuffer device. When the kdump kernel runs in such a...
CVE-2025-21978
- EPSS 0.18%
- Veröffentlicht 01.04.2025 16:15:29
- Zuletzt bearbeitet 03.11.2025 20:17:33
In the Linux kernel, the following vulnerability has been resolved: drm/hyperv: Fix address space leak when Hyper-V DRM device is removed When a Hyper-V DRM device is probed, the driver allocates MMIO space for the vram, and maps it cacheable. If t...
CVE-2025-21979
- EPSS 0.19%
- Veröffentlicht 01.04.2025 16:15:29
- Zuletzt bearbeitet 06.04.2026 13:39:11
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: cancel wiphy_work before freeing wiphy A wiphy_work can be queued from the moment the wiphy is allocated and initialized (i.e. wiphy_new_nm). When a wiphy_work is q...
CVE-2025-21980
- EPSS 0.18%
- Veröffentlicht 01.04.2025 16:15:29
- Zuletzt bearbeitet 03.11.2025 20:17:34
In the Linux kernel, the following vulnerability has been resolved: sched: address a potential NULL pointer dereference in the GRED scheduler. If kzalloc in gred_init returns a NULL pointer, the code follows the error handling path, invoking gred_d...
CVE-2025-21981
- EPSS 0.18%
- Veröffentlicht 01.04.2025 16:15:29
- Zuletzt bearbeitet 03.11.2025 20:17:34
In the Linux kernel, the following vulnerability has been resolved: ice: fix memory leak in aRFS after reset Fix aRFS (accelerated Receive Flow Steering) structures memory leak by adding a checker to verify if aRFS memory is already allocated while...
CVE-2025-21982
- EPSS 0.17%
- Veröffentlicht 01.04.2025 16:15:29
- Zuletzt bearbeitet 01.10.2025 18:15:41
In the Linux kernel, the following vulnerability has been resolved: pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw devm_kasprintf() calls can return null pointers on failure. But the return values were not checked in npcm8xx_gpio_fw()...
CVE-2025-21984
- EPSS 0.13%
- Veröffentlicht 01.04.2025 16:15:29
- Zuletzt bearbeitet 01.10.2025 18:15:41
In the Linux kernel, the following vulnerability has been resolved: mm: fix kernel BUG when userfaultfd_move encounters swapcache userfaultfd_move() checks whether the PTE entry is present or a swap entry. - If the PTE entry is present, move_prese...
CVE-2025-21985
- EPSS 0.18%
- Veröffentlicht 01.04.2025 16:15:29
- Zuletzt bearbeitet 30.10.2025 19:17:14
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix out-of-bound accesses [WHAT & HOW] hpo_stream_to_link_encoder_mapping has size MAX_HPO_DP2_ENCODERS(=4), but location can have size up to 6. As a result, it is...