CVE-2024-42100: clk: sunxi-ng: common: Don't call hw_to_ccu_common on hw without common
In the Linux kernel, the following vulnerability has been resolved:
clk: sunxi-ng: common: Don't call hw_to_ccu_common on hw without common
In order to set the rate range of a hw sunxi_ccu_probe calls
hw_to_ccu_common() assuming all entries in desc->ccu_clks 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.
Security readout for executives and security teams
Plain-English summary
CVE-2024-42100 is a Linux kernel defect in the sunxi-ng clock driver. During probing, the kernel could dereference an invalid pointer because it assumed every clock entry had a common structure. Business urgency depends on whether affected Linux kernels and this driver are present.
Executive priority
Treat as a targeted kernel maintenance issue unless your environment uses affected sunxi-ng platforms. Without CVSS, KEV, or exploitation evidence, prioritize normal patch management, with faster handling for exposed embedded or appliance fleets.
Technical view
The flaw is in clk/sunxi-ng common code. sunxi_ccu_probe called hw_to_ccu_common() on ccu_clks entries that may not be embedded in ccu_common, causing invalid pointer dereferences. The resolved change removes the faulty call and sets rate ranges through a safer iteration.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions with the sunxi-ng clock driver path in use. The source bundle lists Linux kernel versions and stable commits but does not map exposure to distributions, appliances, or cloud images.
Exploitation context
No KEV listing is present, and the supplied sources do not claim active exploitation or public exploit availability. The described impact is an invalid pointer dereference in kernel driver initialization logic, but exploitability and attacker prerequisites are not established in the bundle.
Researcher notes
The evidence supports a kernel pointer dereference bug in clk/sunxi-ng probe handling. The bundle does not provide CVSS, CWE, crash traces, distribution impact, or exploit prerequisites, so exposure analysis should be branch- and vendor-specific.
Mitigation direction
Inventory Linux kernel versions across affected systems.
Check whether kernels include the referenced stable fixes.
Apply vendor-provided kernel updates containing the resolved change.
Prioritize systems using the sunxi-ng clock driver path.
Track distribution advisories for package-specific fixed versions.
Validation and detection
Compare deployed kernels against vendor advisories and fixed stable commits.
Review kernel configuration and hardware usage for sunxi-ng clock support.
Confirm patched source removes the faulty hw_to_ccu_common call path.
Run standard post-update boot and hardware regression checks.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-42100 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.