CVE-2024-50233
Last modified
CVE-2024-50233 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.39, < 5.4.285 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.229 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.171 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.116 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.60 | — |
| Linux | Linux Kernel | >= 6.7, < 6.11.7 | — |
| Linux | Linux Kernel | 6.12 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-50233?
How severe is CVE-2024-50233?
How do I fix CVE-2024-50233?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-50228Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-50229In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5023Improper Neutralization of Special Elements used in a Comman…9.3
- CVE-2024-50230In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-50231In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50232In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50234In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-50235In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-50236In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50237In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50238In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50239In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-50233?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
