Katalog CVE

CVE-2026-74508

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.25%

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

Streszczenie

W jądrze Linux w podsystemie Bluetooth HIDP wykryto podatność polegającą na odczycie danych przed sprawdzeniem, czy ramka zawiera nagłówek transakcji. Funkcje hidp_recv_ctrl_frame() i hidp_recv_intr_frame() czytają skb->data[0] przed sprawdzeniem, czy SDU L2CAP zawiera nagłówek transakcji. Połączony peer HIDP może wysłać pustą ramkę w trybie podstawowym, co prowadzi do użycia niezainicjalizowanego bajtu. Poprawka polega na pobraniu nagłówka transakcji przez skb_pull_data() i odrzuceniu ramek, które go nie zawierają.

Ocena ryzyka

Podatność może prowadzić do ujawnienia niezainicjalizowanej pamięci lub do manipulacji zachowaniem sesji HIDP, co może być wykorzystane do ataku DoS lub eskalacji uprawnień.

Rekomendacja

Zastosuj aktualizację jądra Linux zawierającą poprawkę dla CVE-2026-74508. Ogranicz dostęp do Bluetooth dla nieufnych urządzeń.

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

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidp_recv_ctrl_frame() and hidp_recv_intr_frame() read skb->data[0] before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mode SDU and make both paths use an uninitialized byte from skb tailroom. KMSAN reports the use in hidp_session_run(), with the uninitialized value originating in __alloc_skb() through vhci_write(). The control path produces two reports and the interrupt path produces one. The byte can also be controlled by a malformed lower-layer packet. If an HCI ACL packet contains an L2CAP PDU with a declared zero-length payload followed by an extra 0x15 byte, l2cap_recv_acldata() reduces skb->len to the declared PDU length before dispatch. The current HIDP path nevertheless consumes the extra byte as HIDP_TRANS_HID_CONTROL | HIDP_CTRL_VIRTUAL_CABLE_UNPLUG and terminates the HIDP session. With this change, the same packet is discarded and a subsequent feature report request succeeds. Pull the transaction header with skb_pull_data() and discard frames that do not contain it.

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