The Linux Kernel, the operating system core itself.
Security Fix(es):
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.(CVE-2024-36973)
{
"severity": "Medium"
}{
"aarch64": [
"bpftool-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"bpftool-debuginfo-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"kernel-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"kernel-debuginfo-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"kernel-debugsource-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"kernel-devel-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"kernel-headers-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"kernel-source-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"kernel-tools-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"kernel-tools-debuginfo-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"kernel-tools-devel-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"perf-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"perf-debuginfo-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"python3-perf-6.6.0-141.0.0.123.oe2403.aarch64.rpm",
"python3-perf-debuginfo-6.6.0-141.0.0.123.oe2403.aarch64.rpm"
],
"src": [
"kernel-6.6.0-141.0.0.123.oe2403.src.rpm"
],
"x86_64": [
"bpftool-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"bpftool-debuginfo-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"kernel-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"kernel-debuginfo-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"kernel-debugsource-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"kernel-devel-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"kernel-headers-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"kernel-source-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"kernel-tools-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"kernel-tools-debuginfo-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"kernel-tools-devel-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"perf-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"perf-debuginfo-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"python3-perf-6.6.0-141.0.0.123.oe2403.x86_64.rpm",
"python3-perf-debuginfo-6.6.0-141.0.0.123.oe2403.x86_64.rpm"
]
}