CVE-2024-53158
soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()
Description
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get() This loop is supposed to break if the frequency returned from clk_round_rate() is the same as on the previous iteration. However, that check doesn't make sense on the first iteration through the loop. It leads to reading before the start of these->clk_perf_tbl[] array.
INFO
Published Date :
Dec. 24, 2024, 12:15 p.m.
Last Modified :
Nov. 3, 2025, 9:17 p.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | MEDIUM | [email protected] | ||||
| CVSS 3.1 | MEDIUM | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
Solution
- Update the affected kernel and other affected packages.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-53158.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-53158 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-53158
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-53158 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-53158 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 03, 2025
Action Type Old Value New Value Added Reference https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html Added Reference https://lists.debian.org/debian-lts-announce/2025/03/msg00002.html -
CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0
Oct. 01, 2025
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H -
Initial Analysis by [email protected]
Sep. 19, 2025
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Added CWE NVD-CWE-Other Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.12 up to (excluding) 6.12.2 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.11.11 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.120 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.174 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.231 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.64 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.18 up to (excluding) 4.19.325 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.287 Added Reference Type kernel.org: https://git.kernel.org/stable/c/351bb7f9ecb9d1f09bd7767491a2b8d07f4f1ea4 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/37cdd4f0c266560b7b924c42361eeae3dc5f0c3e Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/56eda41dcce0ec4d3418b4f85037bdea181486cc Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/748557ca7dc94695a6e209eb68fce365da9a3bb3 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/78261cb08f06c93d362cab5c5034bf5899bc7552 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/7a3465b79ef0539aa10b310ac3cc35e0ae25b79e Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/b0a9c6ccaf88c4701787f61ecd2ec0eb014a0677 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/c24e019ca12d9ec814af04b30a64dd7173fb20fe Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/f4b7bf5a50f1fa25560f0b66a13563465542861b Types: Patch -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Dec. 24, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get() This loop is supposed to break if the frequency returned from clk_round_rate() is the same as on the previous iteration. However, that check doesn't make sense on the first iteration through the loop. It leads to reading before the start of these->clk_perf_tbl[] array. Added Reference https://git.kernel.org/stable/c/351bb7f9ecb9d1f09bd7767491a2b8d07f4f1ea4 Added Reference https://git.kernel.org/stable/c/37cdd4f0c266560b7b924c42361eeae3dc5f0c3e Added Reference https://git.kernel.org/stable/c/56eda41dcce0ec4d3418b4f85037bdea181486cc Added Reference https://git.kernel.org/stable/c/748557ca7dc94695a6e209eb68fce365da9a3bb3 Added Reference https://git.kernel.org/stable/c/78261cb08f06c93d362cab5c5034bf5899bc7552 Added Reference https://git.kernel.org/stable/c/7a3465b79ef0539aa10b310ac3cc35e0ae25b79e Added Reference https://git.kernel.org/stable/c/b0a9c6ccaf88c4701787f61ecd2ec0eb014a0677 Added Reference https://git.kernel.org/stable/c/c24e019ca12d9ec814af04b30a64dd7173fb20fe Added Reference https://git.kernel.org/stable/c/f4b7bf5a50f1fa25560f0b66a13563465542861b