In the Linux kernel, the following vulnerability has been resolved:
wifi: ipw2100: fix potential memory leak in ipw2100pciinit_one()
The memory allocated in the ipw2100allocdevice() function is not freed in some of the error paths in ipw2100pciinit_one(). Fix that by converting the direct return into a goto to the error path return.
The error path when pcienabledevice() fails cannot jump to fail, since at this point priv is not set, so perform error handling inline.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68413.json"
}