CVE-2024-42100

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-42100
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-42100.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-42100
Downstream
Related
Published
2024-07-30T08:15:02Z
Modified
2025-09-26T14:56:17Z
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:

clk: sunxi-ng: common: Don't call hwtoccu_common on hw without common

In order to set the rate range of a hw sunxiccuprobe calls hwtoccucommon() assuming all entries in desc->ccuclks are contained in a ccu_common struct. This assumption is incorrect and, in consequence, causes invalid pointer de-references.

Remove the faulty call. Instead, add one more loop that iterates over the ccu_clks and sets the rate range, if required.

References

Affected packages