NONE · 0

CVE-2026-80797

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 ...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-80797?

CVE-2026-80797 is a documented vulnerability. 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 ...

How severe is CVE-2026-80797?

CVSS scoring is not yet available for CVE-2026-80797. Check NVD for updates.

Is there a patch for CVE-2026-80797?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.