CVE-2025-22010
- EPSS 0.01%
- Veröffentlicht 08.04.2025 08:18:00
- Zuletzt bearbeitet 03.11.2025 20:17:37
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix soft lockup during bt pages loop Driver runs a for-loop when allocating bt pages and mapping them with buffer pages. When a large buffer (e.g. MR over 100GB) is being...
CVE-2025-22008
- EPSS 0.01%
- Veröffentlicht 08.04.2025 08:17:59
- Zuletzt bearbeitet 03.11.2025 20:17:37
In the Linux kernel, the following vulnerability has been resolved: regulator: check that dummy regulator has been probed before using it Due to asynchronous driver probing there is a chance that the dummy regulator hasn't already been probed when ...
CVE-2025-22009
- EPSS 0.02%
- Veröffentlicht 08.04.2025 08:17:59
- Zuletzt bearbeitet 01.10.2025 17:15:41
In the Linux kernel, the following vulnerability has been resolved: regulator: dummy: force synchronous probing Sometimes I get a NULL pointer dereference at boot time in kobject_get() with the following call stack: anatop_regulator_probe() devm_...
CVE-2025-22005
- EPSS 0.02%
- Veröffentlicht 03.04.2025 08:15:16
- Zuletzt bearbeitet 03.11.2025 20:17:36
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw(). fib_check_nh_v6_gw() expects that fib6_nh_init() cleans up everything when it fails. Commit 7dd73168e273 ("ipv6: ...
CVE-2025-22006
- EPSS 0.02%
- Veröffentlicht 03.04.2025 08:15:16
- Zuletzt bearbeitet 01.10.2025 17:15:41
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NAPI registration sequence Registering the interrupts for TX or RX DMA Channels prior to registering their respective NAPI callbacks can result in...
CVE-2025-22007
- EPSS 0.02%
- Veröffentlicht 03.04.2025 08:15:16
- Zuletzt bearbeitet 03.11.2025 20:17:36
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix error code in chan_alloc_skb_cb() The chan_alloc_skb_cb() function is supposed to return error pointers on error. Returning NULL will lead to a NULL dereference.
CVE-2025-21996
- EPSS 0.04%
- Veröffentlicht 03.04.2025 08:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:35
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse() On the off chance that command stream passed from userspace via ioctl() call to radeon_vce_cs_parse() is weirdly c...
CVE-2025-21997
- EPSS 0.03%
- Veröffentlicht 03.04.2025 08:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:35
In the Linux kernel, the following vulnerability has been resolved: xsk: fix an integer overflow in xp_create_and_assign_umem() Since the i and pool->chunk_size variables are of type 'u32', their product can wrap around and then be cast to 'u64'. T...
CVE-2025-21998
- EPSS 0.01%
- Veröffentlicht 03.04.2025 08:15:15
- Zuletzt bearbeitet 01.10.2025 18:15:42
In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: uefisecapp: fix efivars registration race Since the conversion to using the TZ allocator, the efivars service is registered before the memory pool has been allocate...
CVE-2025-21999
- EPSS 0.02%
- Veröffentlicht 03.04.2025 08:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:36
In the Linux kernel, the following vulnerability has been resolved: proc: fix UAF in proc_get_inode() Fix race between rmmod and /proc/XXX's inode instantiation. The bug is that pde->proc_ops don't belong to /proc, it belongs to a module, therefor...