Lucene search
+L

1930992 matches found

Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.13 views

CVE-2026-80800

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: bound the connectsn TLV walk to the skb Commit 27256cdb290e "nfc: llcp: bound SNL TLV parsing to the skb and add length checks" fixed the unbounded TLV walk in nfcllcprecvsnl, and commit d8bd2dedbde5 "nfc: llcp: fix OO...

5.4AI score0.00234EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:13 p.m.4 views

EUVD-2026-71441

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.4AI score0.00234EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/04 3:13 p.m.28 views

CVE-2026-80798 nfc: llcp: reject PDUs shorter than the LLCP header

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

0.00234EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.11 views

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.4AI score0.00234EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:13 p.m.8 views

CVE-2026-80798 nfc: llcp: reject PDUs shorter than the LLCP header

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.6AI score
SaveExploits0References12
CVE
CVE
added 2026/09/04 3:13 p.m.14 views

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 score0.00234EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:13 p.m.15 views

CVE-2026-80796

CVE-2026-80796 affects the Linux kernel NFC NCI driver . The functions nci_extract_activation_params_iso_dep() and nci_extract_activation_params_nfc_dep() read an inner length byte from the NCI RF_INTF_ACTIVATED_NTF payload and use it to memcpy() into fixed kernel buffers, but neither function re...

5.4AI score0.00195EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/04 3:13 p.m.5 views

CVE-2026-80796 nfc: nci: add data_len bound checks to activation parameter extractors

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add datalen bound checks to activation parameter extractors nciextractactivationparamsisodep and nciextractactivationparamsnfcdep read an inner length byte from the NCI RFINTFACTIVATEDNTF payload and use it to memcpy in...

5.6AI score
SaveExploits0References12
Cvelist
Cvelist
added 2026/09/04 3:13 p.m.27 views

CVE-2026-80796 nfc: nci: add data_len bound checks to activation parameter extractors

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add datalen bound checks to activation parameter extractors nciextractactivationparamsisodep and nciextractactivationparamsnfcdep read an inner length byte from the NCI RFINTFACTIVATEDNTF payload and use it to memcpy in...

0.00195EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.12 views

CVE-2026-80796

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add datalen bound checks to activation parameter extractors nciextractactivationparamsisodep and nciextractactivationparamsnfcdep read an inner length byte from the NCI RFINTFACTIVATEDNTF payload and use it to memcpy in...

5.4AI score0.00195EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:13 p.m.6 views

EUVD-2026-71439

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add datalen bound checks to activation parameter extractors nciextractactivationparamsisodep and nciextractactivationparamsnfcdep read an inner length byte from the NCI RFINTFACTIVATEDNTF payload and use it to memcpy in...

5.4AI score0.00195EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/04 3:13 p.m.27 views

CVE-2026-80795 nfc: nci: fix out-of-bounds write in nci_target_auto_activated()

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix out-of-bounds write in ncitargetautoactivated ncitargetautoactivated appends a target to the fixed-size array ndev-targetsNCIMAXDISCOVEREDTARGETS and increments ndev-ntargets without first checking the array is full...

0.00195EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:13 p.m.15 views

CVE-2026-80795

CVE-2026-80795 is an out-of-bounds write in the Linux kernel's NFC NCI driver . The function nci_target_auto_activated() appends entries to the fixed-size array ndev->targets[NCI_MAX_DISCOVERED_TARGETS] without first checking whether the array is full. Because n_targets is only reset by nci_cl...

5.5AI score0.00195EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.12 views

CVE-2026-80795

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix out-of-bounds write in ncitargetautoactivated ncitargetautoactivated appends a target to the fixed-size array ndev-targetsNCIMAXDISCOVEREDTARGETS and increments ndev-ntargets without first checking the array is full...

5.5AI score0.00195EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:13 p.m.7 views

EUVD-2026-71438

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix out-of-bounds write in ncitargetautoactivated ncitargetautoactivated appends a target to the fixed-size array ndev-targetsNCIMAXDISCOVEREDTARGETS and increments ndev-ntargets without first checking the array is full...

5.5AI score0.00195EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/04 3:13 p.m.14 views

CVE-2026-80795 nfc: nci: fix out-of-bounds write in nci_target_auto_activated()

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix out-of-bounds write in ncitargetautoactivated ncitargetautoactivated appends a target to the fixed-size array ndev-targetsNCIMAXDISCOVEREDTARGETS and increments ndev-ntargets without first checking the array is full...

5.8AI score
SaveExploits0References12
EUVD
EUVD
added 2026/09/04 3:13 p.m.8 views

EUVD-2026-71437

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix uninit-value in the RF discover/activated NTF handlers ncirfdiscoverntfpacket and ncirfintfactivatedntfpacket each parse a notification into an on-stack struct ncirfdiscoverntf / ncirfintfactivatedntf that is not...

5.3AI score0.00195EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/04 3:13 p.m.29 views

CVE-2026-80794 nfc: nci: fix uninit-value in the RF discover/activated NTF handlers

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix uninit-value in the RF discover/activated NTF handlers ncirfdiscoverntfpacket and ncirfintfactivatedntfpacket each parse a notification into an on-stack struct ncirfdiscoverntf / ncirfintfactivatedntf that is not...

0.00195EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:13 p.m.21 views

CVE-2026-80794

This Linux kernel vulnerability affects the NFC NCI subsystem, specifically the nci_rf_discover_ntf_packet() and nci_rf_intf_activated_ntf_packet() handlers. The root cause is that on-stack notification structs are not zero-initialised before parsing. When a notification reports a zero rf_tech_sp...

5.3AI score0.00195EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.13 views

CVE-2026-80794

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix uninit-value in the RF discover/activated NTF handlers ncirfdiscoverntfpacket and ncirfintfactivatedntfpacket each parse a notification into an on-stack struct ncirfdiscoverntf / ncirfintfactivatedntf that is not...

5.3AI score0.00195EPSS
SaveExploits0
Rows per page
Query Builder