In the Linux kernel, the following vulnerability has been resolved: iio: Fix the sorting functionality in iio_gts_build_avail_time_table The sorting in iio_gts_build_avail_time_table is not working…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: iio: Fix the sorting functionality in iio_gts_build_avail_time_table The sorting in iio_gts_build_avail_time_table is not working as intended. It could result in an out-of-bounds access when the time is zero. Here are more details: 1. When the gts->itime_table[i].time_us is zero, e.g., the time sequence is `3, 0, 1`, the inner for-loop will not terminate and do out-of-bound writes. This is because once `times[j] > new`, the…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/31ff8464ef540785344994986a010031410f9ff3 Patch
- https://git.kernel.org/stable/c/5acc3f971a01be48d5ff4252d8f9cdb87998cdfb Patch
- https://git.kernel.org/stable/c/b5046de32fd1532c3f67065197fc1da82f0b5193 Patch
Timeline
- nvd_ingest NVD