← Retour aux CVEs
CVE-2025-40185
N/ADescription
In the Linux kernel, the following vulnerability has been resolved: ice: ice_adapter: release xa entry on adapter allocation failure When ice_adapter_new() fails, the reserved XArray entry created by xa_insert() is not released. This causes subsequent insertions at the same index to return -EBUSY, potentially leading to NULL pointer dereferences. Reorder the operations as suggested by Przemek Kitszel: 1. Check if adapter already exists (xa_load) 2. Reserve the XArray slot (xa_reserve) 3. Allocate the adapter (ice_adapter_new) 4. Store the adapter (xa_store)
Details CVE
Score CVSS v3.1N/A
Publie11/12/2025
Derniere modification11/14/2025
Sourcenvd
Observations honeypot0
References
https://git.kernel.org/stable/c/2db687f3469dbc5c59bc53d55acafd75d530b497(416baaa9-dc9f-4396-8d5f-8c081fb06d67)
https://git.kernel.org/stable/c/794abb265de3e792167fe3ea0440c064c722bb84(416baaa9-dc9f-4396-8d5f-8c081fb06d67)
https://git.kernel.org/stable/c/7b9269de9815fc34d93dab90bd5169bacbe78e70(416baaa9-dc9f-4396-8d5f-8c081fb06d67)
Correlations IOC
Aucune correlation enregistree
This product uses data from the NVD API but is not endorsed or certified by the NVD.