Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-43825

7.8 · HIGH
Published Aug 17, 2024 linux CWE-787 EPSS 0.23% (14th pctl)

Overview

CVE-2024-43825 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 17, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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, which makes the if-condition always hold.

Meanwhile, idx will be added one, making the loop keep running without

termination and out-of-bound write.

2. If none of the gts->itime_table[i].time_us is zero, the elements

will just be copied without being sorted as described in the comment

"Sort times from all tables to one and remove duplicates".

For more details, please refer to

https://lore.kerne

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.4, < 6.6.44 Affected

Frequently Asked Questions

What is CVE-2024-43825?

CVE-2024-43825 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 17, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-43825?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2024-43825?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-43825?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-43825 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.