4 matches found
Moderate: kernel security update
The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: nfsd: handle getclientlocked failure in nfsd4setclientidconfirm CVE-2025-38724 kernel: wifi: cfg80211: fix use-after-free in cmpbss CVE-2025-39864 kernel: e1000e: fix heap overflow in...
SUSE CVE-2025-40185
In the Linux kernel, the following vulnerability has been resolved: ice: iceadapter: release xa entry on adapter allocation failure When iceadapternew fails, the reserved XArray entry created by xainsert is not released. This causes subsequent insertions at the same index to return -EBUSY,...
UBUNTU-CVE-2025-40185
In the Linux kernel, the following vulnerability has been resolved: ice: iceadapter: release xa entry on adapter allocation failure When iceadapternew fails, the reserved XArray entry created by xainsert is not released. This causes subsequent insertions at the same index to return -EBUSY,...
CVE-2025-40185
CVE-2025-40185 concerns the Linux kernel ice driver (ice_adapter) where, if ice_adapter_new() fails, the previously reserved XArray entry (xa_insert()) is not released. This can cause subsequent insertions at the same index to return -EBUSY and may lead to NULL pointer dereferences. The documente...