Katalog CVE

CVE-2026-46288

WysokieCVSS 8.4
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.14%

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

Streszczenie

W jądrze Linux wykryto podatność use-after-free w funkcji of_unittest_changeset(). Zmienna 'parent' wskazuje na tę samą strukturę device_node co 'nchangeset', a wywołanie of_node_put(nchangeset) może zwolnić pamięć przed ostatnim użyciem 'parent', prowadząc do odwołania do już zwolnionego obszaru.

Ocena ryzyka

Podatność może prowadzić do nieokreślonego zachowania systemu, w tym potencjalnej eskalacji uprawnień lub awarii jądra, co zagraża stabilności i bezpieczeństwu systemu.

Rekomendacja

Należy natychmiast zastosować łatkę dostępną w aktualizacjach jądra Linux, która przenosi wywołanie of_node_put() po ostatnim dostępie do 'parent'.

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

In the Linux kernel, the following vulnerability has been resolved: of: unittest: fix use-after-free in of_unittest_changeset() The variable 'parent' is assigned the value of 'nchangeset' earlier in the function, meaning both point to the same struct device_node. The call to of_node_put(nchangeset) can decrement the reference count to zero and free the node if there are no other holders. After that, the code still uses 'parent' to check for the presence of a property and to read a string property, leading to a use-after-free. Fix this by moving the of_node_put() call after the last access to 'parent', avoiding the UAF.

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