NONE · 0

CVE-2026-68413

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 ...

Vulnerability 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.

References

FAQ

What is CVE-2026-68413?

CVE-2026-68413 is a documented vulnerability. 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 ...

How severe is CVE-2026-68413?

CVSS scoring is not yet available for CVE-2026-68413. Check NVD for updates.

Is there a patch for CVE-2026-68413?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.