Katalog CVE

CVE-2026-68238

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.17%

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

Streszczenie

W jądrze Linux w sterowniku drm/amdgpu funkcja amdgpu_acpi_vfct_bios() pobierała tabelę VFCT za pomocą acpi_get_table(), ale nigdy jej nie zwalniała, co powodowało wyciek mapowania. Poprawka dodaje wywołanie acpi_put_table() na wszystkich ścieżkach wyjścia.

Ocena ryzyka

Wyciek mapowania tabeli ACPI może prowadzić do wyczerpania zasobów systemowych, co może wpłynąć na stabilność systemu.

Rekomendacja

Zaleca się aktualizację jądra Linux do wersji zawierającej poprawkę, która zwalnia referencję do tabeli VFCT.

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: drm/amdgpu: Release VFCT ACPI table reference amdgpu_acpi_vfct_bios() fetches the VFCT table with acpi_get_table() but never releases it. acpi_get_table() takes a reference on the table (incrementing its validation_count and mapping it on the 0->1 transition); without a paired acpi_put_table() the mapping is leaked on every call, whether or not a matching VBIOS image is found. Route all exit paths after the table is acquired through a common acpi_put_table(). The VBIOS image is copied out with kmemdup() before the table is released, so it remains valid for the caller. (cherry picked from commit ca5988682b4cba4cd125a0fa99b2de1239164ae4)

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