2 matches found
CVE-2026-80798
In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: reject PDUs shorter than the LLCP header Every LLCP PDU begins with a two-byte header DSAP/SSAP + PTYPE, but the receive path never checked that a frame is at least LLCPHEADERSIZE bytes before parsing it. nfcllcprxskb...
5.2AI score
SaveExploits0
CVE-2026-80798
CVE-2026-80798 affects the Linux kernel NFC LLCP subsystem . The receive path in nfc_llcp_rx_skb() never validated that a frame is at least LLCP_HEADER_SIZE bytes before parsing. When a short frame is received, the computation skb->len - LLCP_HEADER_SIZE underflows (as size_t), causing the TLV...
5.4AI score
SaveExploits0References9
20