Katalog CVE

CVE-2025-71082

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.12%

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

Streszczenie

W sterowniku Bluetooth btusb w jądrze Linux wycofano użycie funkcji devm_kzalloc. Użycie devm_kzalloc wiązało czas życia danych btusb z jednym interfejsem (INTF), co powodowało problemy przy zwalnianiu innych interfejsów (ISOC, DIAG).

Ocena ryzyka

Błąd może prowadzić do użycia pamięci po jej zwolnieniu (use-after-free), co może skutkować awarią systemu lub potencjalnym wykonaniem dowolnego kodu.

Rekomendacja

Zaleca się aktualizację jądra Linux do wersji zawierającej poprawkę przywracającą jawne zarządzanie pamięcią.

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: Bluetooth: btusb: revert use of devm_kzalloc in btusb This reverts commit 98921dbd00c4e ("Bluetooth: Use devm_kzalloc in btusb.c file"). In btusb_probe(), we use devm_kzalloc() to allocate the btusb data. This ties the lifetime of all the btusb data to the binding of a driver to one interface, INTF. In a driver that binds to other interfaces, ISOC and DIAG, this is an accident waiting to happen. The issue is revealed in btusb_disconnect(), where calling usb_driver_release_interface(&btusb_driver, data->intf) will have devm free the data that is also being used by the other interfaces of the driver that may not be released yet. To fix this, revert the use of devm and go back to freeing memory explicitly.

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