7.8
CVE-2024-57998
- EPSS 0.23%
- Veröffentlicht 27.02.2025 02:15:13
- Zuletzt bearbeitet 03.11.2025 20:16:57
- CVE-Watchlists
- Unerledigt
OPP: add index check to assert to avoid buffer overflow in _read_freq()
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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 6.6 < 6.6.76
Linux ≫ Linux Kernel Version >= 6.7 < 6.12.13
Linux ≫ Linux Kernel Version >= 6.13 < 6.13.2
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.23% | 0.135 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
CWE-125 Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.
https://git.kernel.org/stable/c/774dd6f0f0a61c9c3848e025d7d9eeed1a7ca4cd
https://git.kernel.org/stable/c/7d68c20638e50d5eb4576492a7958328ae445248
https://git.kernel.org/stable/c/d659bc68ed489022ea33342cfbda2911a81e7a0d
https://git.kernel.org/stable/c/da2a6acc73933b7812c94794726e438cde39e037
https://git.kernel.org/stable/c/eb6ffa0192ba83ece1a318b956265519c5c7dcec
https://lists.debian.org/debian-lts-announce/2025/03/msg00028.html