Name | CVE-2024-36973 |
Description | In the Linux kernel, the following vulnerability has been resolved: misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe() When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), callback function gp_auxiliary_device_release() calls ida_free() and kfree(aux_device_wrapper) to free memory. We should't call them again in the error handling path. Fix this by skipping the redundant cleanup functions. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
References | DLA-4008-1, DSA-5731-1 |
Vulnerable and fixed packages
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|
linux (PTS) | bullseye | 5.10.223-1 | fixed |
| bullseye (security) | 5.10.226-1 | fixed |
| bookworm | 6.1.123-1 | fixed |
| bookworm (security) | 6.1.119-1 | fixed |
| trixie | 6.12.9-1 | fixed |
| sid | 6.12.10-1 | fixed |
linux-6.1 (PTS) | bullseye (security) | 6.1.119-1~deb11u1 | fixed |
The information below is based on the following data on fixed versions.
Notes
[bullseye] - linux <not-affected> (Vulnerable code not present)
[buster] - linux <not-affected> (Vulnerable code not present)
https://git.kernel.org/linus/086c6cbcc563c81d55257f9b27e14faf1d0963d3 (6.10-rc4)