Review reviewHigh

CVE-2024-43825

Linux Linux, linux kernel

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 value `new` will be added in the current position and the `times[j]` will be moved to `j+1` position,...

CVSS
7.8
EPSS
0.23%
14.3% percentile
CISA KEV
Not listed
Published
2024.08.17
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.23%
Technical severityCVSS 7.8

Vulnerability overview

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 value `new` will be added in the current position and the `times[j]` will be moved to `j+1` position,...

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= 38416c28e16890b52fdd5eb73479299ec3f062f3 < 31ff8464ef540785344994986a010031410f9ff3, >= 38416c28e16890b52fdd5eb73479299ec3f062f3 < b5046de32fd1532c3f67065197fc1da82f0b5193, >= 38416c28e16890b52fdd5eb73479299ec3f062f3 < 5acc3f971a01be48d5ff4252d8f9cdb87998cdfb, >= 6.4, >= 6.4 < 6.6.44, >= 6.7 < 6.10.3
Fixed versions
6.6.44, 6.10.3

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
CWE-787
CVE-2024-43825 — Linux Linux, linux kernel | SECUFOCUS NOW