CVE Catalog

CVE-2026-80797

Unknown
Published: Translated: NVD NIST

Summary

In the pn533 NFC driver, the cleanup path did not purge fragment_skb, leading to memory leaks when the device is removed while fragments are still queued.

Risk Assessment

Memory leaks can lead to resource exhaustion if NFC devices are repeatedly plugged and unplugged.

Recommendation

Apply the patch that purges fragment_skb during cleanup alongside resp_q.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS