Linux · Linux Kernel · CVE-2024-43825
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to the sorting functionality in the `iio gts build avail time table` function, which is not working as intended. This could result in an out-of-bounds access when the time is zero. Specifically, when `gts->itime table[i].time us` is zero, the inner for-loop may not terminate and perform out-of-bound writes. If none of the `gts->itime table[i].time us` values are zero, the elements will be copied without being sorted.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.