cve/2024/CVE-2024-41061.md
2025-09-29 16:08:36 +00:00

18 lines
962 B
Markdown

### [CVE-2024-41061](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41061)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1da177e4c3f4%3C%2094166fe12543%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
In the Linux kernel, the following vulnerability has been resolved:drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport[Why]Potential out of bounds access in dml2_calculate_rq_and_dlg_params()because the value of out_lowest_state_idx used as an index for FCLKChangeSupportarray can be greater than 1.[How]Currently dml2 core specifies identical values for all FCLKChangeSupportelements. Always use index 0 in the condition to avoid out of bounds access.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/robertsirc/sle-bci-demo