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...
CVE-2025-22000
- EPSS 0.02%
- 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: mm/huge_memory: drop beyond-EOF folios with the right number of refs When an after-split folio is large and needs to be dropped due to EOF, folio_put_refs(folio, folio_nr_pages(fol...
CVE-2025-22001
- EPSS 0.02%
- Veröffentlicht 03.04.2025 08:15:15
- Zuletzt bearbeitet 01.10.2025 17:15:40
In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix integer overflow in qaic_validate_req() These are u64 variables that come from the user via qaic_attach_slice_bo_ioctl(). Use check_add_overflow() to ensure that t...
CVE-2025-22002
- EPSS 0.02%
- Veröffentlicht 03.04.2025 08:15:15
- Zuletzt bearbeitet 01.10.2025 17:15:40
In the Linux kernel, the following vulnerability has been resolved: netfs: Call `invalidate_cache` only if implemented Many filesystems such as NFS and Ceph do not implement the `invalidate_cache` method. On those filesystems, if writing to the ca...
CVE-2025-22003
- EPSS 0.02%
- Veröffentlicht 03.04.2025 08:15:15
- Zuletzt bearbeitet 01.10.2025 17:15:41
In the Linux kernel, the following vulnerability has been resolved: can: ucan: fix out of bound read in strscpy() source Commit 7fdaf8966aae ("can: ucan: use strscpy() to instead of strncpy()") unintentionally introduced a one byte out of bound rea...