Katalog CVE

CVE-2026-80797

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W sterowniku NFC pn533 podczas czyszczenia nie usuwano kolejek fragment_skb, co prowadzi do wycieku pamięci, gdy urządzenie jest usuwane, a fragmenty są nadal w kolejce.

Ocena ryzyka

Wyciek pamięci może prowadzić do wyczerpania zasobów systemowych w przypadku wielokrotnego podłączania i odłączania urządzeń NFC.

Rekomendacja

Zastosuj poprawkę, która czyści fragment_skb podczas czyszczenia razem z resp_q.

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: nfc: pn533: purge fragmented skbs during cleanup pn53x_common_clean() purges resp_q before freeing the common PN533 state, but it leaves fragment_skb untouched. The fragmentation helpers queue transmit fragments there while sending large initiator or target-mode frames, and those skbs remain owned by the driver until they are sent or discarded. If the device is removed while fragments are still queued, the common cleanup path frees the PN533 state without releasing the queued fragment skbs, leaking them. Purge fragment_skb during cleanup alongside resp_q.

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