First published: Mon Jul 29 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix possible double free in error handling path When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), callback function adev_release calls kfree(madev). We shouldn't call kfree(madev) again in the error handling path. Set 'madev' to NULL.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | <6.2 | |
Linux kernel | >=6.3<6.6.37 | |
Linux kernel | >=6.7<6.9.8 | |
Linux Kernel | <6.2 | |
Linux Kernel | >=6.3<6.6.37 | |
Linux Kernel | >=6.7<6.9.8 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 | |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-42069 is classified as a medium severity vulnerability in the Linux kernel.
You can fix CVE-2024-42069 by updating to the patched versions of the Linux kernel, specifically 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.128-1, 6.12.12-1, or 6.12.15-1.
CVE-2024-42069 affects Linux kernel versions prior to 6.3 and versions between 6.7 and 6.9.8.
CVE-2024-42069 impacts the net subsystem, specifically related to 'mana' and error handling in auxiliary devices.
CVE-2024-42069 is primarily a local vulnerability that could be exploited by users with sufficient privileges on the affected system.