First published: Mon Jan 06 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmel_pmecc_create_user() The "user" pointer was converted from being allocated with kzalloc() to being allocated by devm_kzalloc(). Calling kfree(user) will lead to a double free.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.19.325<4.20 | |
Linux Kernel | >=5.4.287<5.5 | |
Linux Kernel | >=5.10.231<5.11 | |
Linux Kernel | >=5.15.174<5.16 | |
Linux Kernel | >=6.1.120<6.1.123 | |
Linux Kernel | >=6.6.64<6.6.69 | |
Linux Kernel | >=6.11.11<6.12 | |
Linux Kernel | >=6.12.2<6.12.8 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 | |
Linux Kernel | =6.13-rc4 | |
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-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-56766 is considered a moderate severity vulnerability due to the potential for a double free condition in the Linux kernel.
To fix CVE-2024-56766, update your Linux kernel to a version that contains the patch addressing this vulnerability.
CVE-2024-56766 affects Linux kernel versions between 4.19.325 and 4.20, as well as certain versions from 5.4.287 up to 5.16 and others.
CVE-2024-56766 specifically affects the mtd (Memory Technology Device) subsystem in the Linux kernel.
CVE-2024-56766 does not appear to be exploitable remotely, as it requires local access to trigger the vulnerability.