CVE-2025-40185

NONE EPSS 6.9%
Published Nov 12, 20257mo ago · Modified Jun 17, 20261w ago
Find Similar
Published Nov 12, 2025 7mo ago
Last Modified Jun 17, 2026 1w ago

Description

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)

Threat Intelligence

EPSS Exploit Probability
6.9% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

References 3

  • git.kernel.org https://git.kernel.org/stable/c/2db687f3469dbc5c59bc53d55acafd75d530b497
  • git.kernel.org https://git.kernel.org/stable/c/794abb265de3e792167fe3ea0440c064c722bb84
  • git.kernel.org https://git.kernel.org/stable/c/7b9269de9815fc34d93dab90bd5169bacbe78e70

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.