Lucene search
+L

266640 matches found

EUVD
EUVD
added 2026/09/04 3:13 p.m.9 views

EUVD-2026-71239

In the Linux kernel, the following vulnerability has been resolved: xfs: restore nofs context unconditionally in xfstransroll When xfstranscommit fails in xfstransroll, the NOFS context is cleared but only restored in the success path. This leaves the error path without nofs protection, causing a...

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

CVE-2026-80804

In the Linux kernel, the following vulnerability has been resolved: xfs: restore nofs context unconditionally in xfstransroll When xfstranscommit fails in xfstransroll, the NOFS context is cleared but only restored in the success path. This leaves the error path without nofs protection, causing a...

5.3AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/09/04 3:13 p.m.14 views

CVE-2026-80804

CVE-2026-80804 affects the Linux kernel XFS filesystem. In xfs_trans_roll(), when __xfs_trans_commit() fails, the NOFS context is cleared but only restored in the success path, leaving the error path without nofs protection. This causes a circular lock dependency between xfs_nondir_ilock_class an...

5.3AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 3:13 p.m.7 views

CVE-2026-80803 nfc: digital: clamp SENSF_RES length to the destination buffer

In the Linux kernel, the following vulnerability has been resolved: nfc: digital: clamp SENSFRES length to the destination buffer digitalinrecvsensfres memcpys resp-len bytes from a remote NFC-F device response into the NFCSENSFRESMAXSIZE-byte target.sensfres field without an upper-bound check. A...

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

EUVD-2026-71238

In the Linux kernel, the following vulnerability has been resolved: nfc: digital: clamp SENSFRES length to the destination buffer digitalinrecvsensfres memcpys resp-len bytes from a remote NFC-F device response into the NFCSENSFRESMAXSIZE-byte target.sensfres field without an upper-bound check. A...

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

CVE-2026-80803

CVE-2026-80803 affects the Linux kernel NFC digital driver. The function digital_in_recv_sensf_res() copies resp->len bytes from a remote NFC-F device response into a fixed-size NFC_SENSF_RES_MAXSIZE buffer without an upper-bound check. A nearby malicious NFC-F device can send an oversized SEN...

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

CVE-2026-80802

CVE-2026-80802 affects the Linux kernel's NFC FDP driver (nfc: fdp). The function fdp_nci_i2c_read() uses a u16 value from two device-supplied bytes as the count for i2c_master_recv() into a 261-byte on-stack buffer without validation. A malicious, counterfeit, or malfunctioning NFC controller (o...

5.6AI score0.00195EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/04 3:13 p.m.9 views

EUVD-2026-71237

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: bound the device-reported read length and fix an skb leak fdpncii2cread takes the next packet length from two device-supplied bytes and never validates it. The value is a u16 used as the i2cmasterrecv count into a...

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

CVE-2026-80802 nfc: fdp: bound the device-reported read length and fix an skb leak

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: bound the device-reported read length and fix an skb leak fdpncii2cread takes the next packet length from two device-supplied bytes and never validates it. The value is a u16 used as the i2cmasterrecv count into a...

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

CVE-2026-80801

CVE-2026-80801 affects the Linux kernel's NFC microread driver. The function microread_target_discovered() parses target discovery payloads from skb->data according to the HCI gate, but fixed field offsets and UID copies were validated only against the destination nfc_target buffers rather tha...

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

EUVD-2026-71236

In the Linux kernel, the following vulnerability has been resolved: nfc: microread: validate target discovery payload lengths microreadtargetdiscovered parses target discovery payloads from skb-data according to the HCI gate. The fixed field offsets and UID copies were checked only against the...

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

CVE-2026-80801 nfc: microread: validate target discovery payload lengths

In the Linux kernel, the following vulnerability has been resolved: nfc: microread: validate target discovery payload lengths microreadtargetdiscovered parses target discovery payloads from skb-data according to the HCI gate. The fixed field offsets and UID copies were checked only against the...

5.6AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.12 views

CVE-2026-80801

In the Linux kernel, the following vulnerability has been resolved: nfc: microread: validate target discovery payload lengths microreadtargetdiscovered parses target discovery payloads from skb-data according to the HCI gate. The fixed field offsets and UID copies were checked only against the...

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

CVE-2026-80800

CVE-2026-80800 affects the Linux kernel NFC LLCP subsystem. The function nfc_llcp_connect_sn() walks a TLV list without validating that the two-byte header or declared length stay within the skb buffer, and computes tlv_array_len as skb->len - LLCP_HEADER_SIZE in size_t, causing an underflow f...

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

EUVD-2026-71235

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
SaveExploits0References9
OSV
OSV
added 2026/09/04 3:13 p.m.6 views

CVE-2026-80800 nfc: llcp: bound the connect_sn TLV walk to the skb

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

CVE-2026-80799 nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers nfcllcpparsegbtlv and nfcllcpparseconnectiontlv contain three related bugs in their TLV parsing loops: 1. 'offset' is declared u8 but tlvarraylen is u16. When TLV data...

6AI score
SaveExploits0References12
CVE
CVE
added 2026/09/04 3:13 p.m.16 views

CVE-2026-80799

CVE-2026-80799 affects the Linux kernel NFC LLCP subsystem, specifically the nfc_llcp_parse_gb_tlv() and nfc_llcp_parse_connection_tlv() TLV parsers. Three related bugs exist: (1) an u8 offset that silently wraps to zero when TLV data exceeds 255 bytes, causing infinite loops; (2) a missing bound...

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

CVE-2026-80799

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers nfcllcpparsegbtlv and nfcllcpparseconnectiontlv contain three related bugs in their TLV parsing loops: 1. 'offset' is declared u8 but tlvarraylen is u16. When TLV data...

5.7AI score0.00234EPSS
SaveExploits0
Rows per page
Query Builder