CVE-2024-50233
Published: Nov 9, 2024
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg() In the ad9832_write_frequency() function, clk_get_rate() might return 0. This can lead to a division by zero when calling ad9832_calc_freqreg(). The check if (fout > (clk_get_rate(st->mclk) / 2)) does not protect against the case when fout is 0. The ad9832_write_frequency() function is called from ad9832_write(), and fout is derived from a text buffer, which can contain any value.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected ea707584bac187c9c6c64c4eacd1c09bcc08f37b - < fcd6b59f7a774558e2525251c68aa37aff748e55affected ea707584bac187c9c6c64c4eacd1c09bcc08f37b - < 442f786c5bff8cfd756ebdeaa4aadbf05c22aa5aaffected ea707584bac187c9c6c64c4eacd1c09bcc08f37b - < 2f39548f45693d86e950647012a214da6917dc9faffected ea707584bac187c9c6c64c4eacd1c09bcc08f37b - < ccbc10647aafe2b7506edb4b10e19c6c2416c162affected ea707584bac187c9c6c64c4eacd1c09bcc08f37b - < adfbc08b94e7df08b9ed5fa26b969cc1b54c84ec+2 more versions |
Linux | Linux | affected 2.6.39unaffected 0 - < 2.6.39unaffected 5.4.285 - <= 5.4.*unaffected 5.10.229 - <= 5.10.*unaffected 5.15.171 - <= 5.15.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now