CVE-2026-68413EPSS p8.4%
CVE-2026-68413CVE-2026-68413
Description
In the Linux kernel, the following vulnerability has been resolved:
wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one()
The memory allocated in the ipw2100_alloc_device() function is not freed
in some of the error paths in ipw2100_pci_init_one(). Fix that by
converting the direct return into a goto to the error path return.
The error path when pci_enable_device() fails cannot jump to fail, since
at this point priv is not set, so perform error handling inline.
Scoring
| EPSS | 0.19% probability of exploitation · percentile 8.4% · 2026-08-11T12:00:17Z |
| Last modified | 2026-08-10 |