First published: Wed Oct 09 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: staging: iio: frequency: ad9834: Validate frequency parameter value In ad9834_write_frequency() clk_get_rate() can return 0. In such case ad9834_calc_freqreg() call will lead to division by zero. Checking 'if (fout > (clk_freq / 2))' doesn't protect in case of 'fout' is 0. ad9834_write_frequency() is called from ad9834_write(), where fout is taken from text buffer, which can contain any value. Modify parameters checking. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=2.6.38<5.4.284 | |
Linux Kernel | >=5.5<5.10.226 | |
Linux Kernel | >=5.11<5.15.167 | |
Linux Kernel | >=5.16<6.1.110 | |
Linux Kernel | >=6.2<6.6.51 | |
Linux Kernel | >=6.7<6.10.10 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
Linux Kernel | =6.11-rc3 | |
Linux Kernel | =6.11-rc4 | |
Linux Kernel | =6.11-rc5 | |
Linux Kernel | =6.11-rc6 | |
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.135-1 6.12.22-1 6.12.25-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-47663 has been classified as a high severity vulnerability due to the potential for division by zero that can lead to denial of service.
To fix CVE-2024-47663, upgrade the Linux kernel to the patched versions such as 5.10.226-1 or 6.1.123-1.
CVE-2024-47663 affects multiple kernel versions including those prior to 5.10.226 and up to various release candidates of 6.11.
CVE-2024-47663 exploits the ad9834_write_frequency function in the Linux kernel, specifically related to validating frequency parameter values.
There is no known workaround for CVE-2024-47663; updating the kernel is the recommended approach.