Double free in Linux kernel - CVE-2026-64377
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to double free in qcom_cpufreq_hw_cpu_exit() when releasing CPU policy data. A local user can trigger CPU policy teardown to cause a denial of service.
The issue occurs because driver_data may reference devm-managed memory, including an interior element of a per-domain array rather than the original allocation base.