Out-of-bounds Read in Linux

CVE-2024-57998

In the Linux kernel, the following vulnerability has been resolved: OPP: add index check to assert to avoid buffer overflow in _read_freq() Pass the freq index to the assert function to make sure we do not read a freq out of the opp->rates[] table when called from the indexed variants: dev_pm_opp_find_freq_exact_indexed() or dev_pm_opp_find_freq_ceil/floor_indexed(). Add a secondary parameter to the assert function, unused for assert_single_clk() then add assert_clk_index() which will check for the clock index when called from the _indexed() find functions.

Vulnerability class: Buffer Overflow

EPSS: 0.002 (14.9th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.3 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H.

Affected products

  • Linux — versions 92fcb46659d5dbfdad0422a503e289085990a5d0, 142e17c1c2b48e3fb4f024e62ab6dee18f268694, 6.6
  • Linux Linux_kernel

Weakness classification (CWE)

Public proof-of-concept exploits

References

Frequently asked questions

What is CVE-2024-57998?
CVE-2024-57998 is a high-severity vulnerability in Linux, classified under Out-of-bounds Read. CVSS score: 7.3/10. Published 2025-02-27.
How severe is CVE-2024-57998?
High severity. CVSS v3 base score is 7.3 out of 10.
Is CVE-2024-57998 known to be exploited?
1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.