Katalog CVE

CVE-2026-64377

Niskie ryzyko· EPSS 7%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.17%

Percentyl 7 - wyżej niż 7% wszystkich znanych CVE

Streszczenie

W sterowniku cpufreq dla układów Qualcomm wykryto podwójne zwolnienie pamięci. Funkcja qcom_cpufreq_hw_cpu_exit() wywołuje kfree() na wskaźniku do pamięci zarządzanej przez devres, co może prowadzić do podwójnego zwolnienia przy odłączeniu urządzenia.

Ocena ryzyka

Podatność może spowodować uszkodzenie pamięci jądra, prowadząc do niestabilności systemu lub potencjalnego wykorzystania przez atakującego.

Rekomendacja

Zastosuj łatkę usuwającą zbędne wywołanie kfree() i pozostawiającą zwalnianie pamięci mechanizmowi devres.

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS