CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64377

highCVSS 7covered by 2 sourcesfirst seen 2026-07-14
In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-cpufreq-hw: Fix possible double free qcom_cpufreq.data is allocated with devm_kzalloc() in probe() as an array of per-domain data. qcom_cpufreq_hw_cpu_init() stores a pointer to one element of this array in policy->driver_data. qcom_cpufreq_hw_cpu_exit() currently calls kfree() on policy->driver_data. This is not valid because the memory is devm-managed. For the first domain, this can free the devm-managed allocation while the devres entry is still active, leading to a possible double free when the platform device is later detached. For other domains, the pointer may refer to an element inside the array rather than the allocation base. Remove the kfree(data) call and let devres release qcom_cpufreq.data. This issue was found by a static analysis tool I am developing.

CSIRTS triage

Other
What
A possible double free vulnerability exists in the qcom-cpufreq-hw driver.
Who is affected
Affected systems using the qcom-cpufreq-hw driver.
Urgency
The urgency is unclear due to unknown severity.
Action
Monitor for updates regarding this vulnerability.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64377

Get an email if CVE-2026-64377 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-64377

CVE.org record

Embed the live status

CVE-2026-64377 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64377 status](https://www.csirts.com/badge/CVE-2026-64377)](https://www.csirts.com/cve/CVE-2026-64377)