cve/2024/CVE-2024-57998.md
2025-09-29 21:09:30 +02:00

21 lines
1.3 KiB
Markdown

### [CVE-2024-57998](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-57998)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=142e17c1c2b48e3fb4f024e62ab6dee18f268694%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=6.6%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=92fcb46659d5dbfdad0422a503e289085990a5d0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue)
### Description
In the Linux kernel, the following vulnerability has been resolved:OPP: add index check to assert to avoid buffer overflow in _read_freq()Pass the freq index to the assert function to make surewe do not read a freq out of the opp->rates[] table when calledfrom the indexed variants:dev_pm_opp_find_freq_exact_indexed() ordev_pm_opp_find_freq_ceil/floor_indexed().Add a secondary parameter to the assert function, unusedfor assert_single_clk() then add assert_clk_index() whichwill check for the clock index when called from the _indexed()find functions.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/w4zu/Debian_security