First published: Fri May 17 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clk_mt8135_apmixed_probe() 'clk_data' is allocated with mtk_devm_alloc_clk_data(). So calling mtk_free_clk_data() explicitly in the remove function would lead to a double-free. Remove the redundant call.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.10-1 6.12.11-1 | |
Linux Kernel | >=6.4<6.6.23 | |
Linux Kernel | >=6.7<6.7.11 | |
Linux Kernel | >=6.8<6.8.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-27433 is classified as moderate due to the impact on error handling in the Linux kernel.
To fix CVE-2024-27433, you should upgrade to the fixed versions of the Linux kernel, specifically 5.10.223-1, 5.10.226-1, 6.1.119-1, 6.1.123-1, 6.12.10-1, or 6.12.11-1.
CVE-2024-27433 affects Linux kernel versions from 6.4 up to, but not including, 6.6.23 and from 6.7 to 6.7.11 and from 6.8 to 6.8.2.
Yes, CVE-2024-27433 is particularly noted in the Debian Linux packages.
CVE-2024-27433 impacts the clk subsystem in the Mediatek APMIXEDSYS clock handling.