Katalog CVE

CVE-2026-72245

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.22%

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

Streszczenie

W jądrze Linuxa w module gpu: host1x występuje wyciek referencji do urządzenia w ścieżce błędu funkcji host1x_device_parse_dt(). Obiekt jest zwalniany bezpośrednio przez kfree, zamiast przez put_device(), co prowadzi do wycieku.

Ocena ryzyka

Wyciek referencji może prowadzić do nieprawidłowego zarządzania pamięcią, co w dłuższej perspektywie może skutkować awarią systemu lub niestabilnością.

Rekomendacja

Zastosuj aktualizację jądra Linux zawierającą poprawkę, która używa put_device() w ścieżce błędu zamiast kfree().

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: gpu: host1x: Fix device reference leak in host1x_device_parse_dt() error path After device_initialize(), the embedded struct device in struct host1x_device should be released through the device core with put_device(). In host1x_device_add(), if host1x_device_parse_dt() fails, the current error path frees the object directly with kfree(device). That bypasses the normal device lifetime handling and leaks the reference held on the embedded struct device. The issue was identified by a static analysis tool I developed and confirmed by manual review. Fix this by using put_device() in the host1x_device_parse_dt() failure path.

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