CVE-2024-53158

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-53158
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-53158.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-53158
Downstream
Related
Published
2024-12-24T12:15:24Z
Modified
2025-09-19T18:38:54Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

soc: qcom: geni-se: fix array underflow in geniseclktblget()

This loop is supposed to break if the frequency returned from clkroundrate() 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->clkperftbl[] array.

References

Affected packages