CVE-2026-80800

Source
https://cve.org/CVERecord?id=CVE-2026-80800
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80800.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80800
Downstream
Published
2026-09-04T15:13:14.271Z
Modified
2026-09-06T03:46:48.795896373Z
Summary
nfc: llcp: bound the connect_sn TLV walk to the skb
Details

In the Linux kernel, the following vulnerability has been resolved:

nfc: llcp: bound the connect_sn 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 OOB read and u8 offset wrap in TLV parsers") subsequently bounded nfcllcpparsegbtlv() and nfcllcpparseconnectiontlv(). One sibling parser sharing the same pattern remains unbounded: nfcllcpconnectsn().

nfcllcpconnectsn() walks a TLV list, reading a two-byte header (type, length) followed by length bytes of value, without checking that the two header bytes or the declared length stay within the buffer. It returns a pointer to a service name of up to 255 bytes that may point past the end of the skb; it is subsequently consumed by memcmp() in nfcllcpsockfromsn(). In addition tlvarraylen was computed as "skb->len - LLCPHEADERSIZE" in sizet, so a CONNECT/CC frame shorter than the LLCP header underflows to a huge length and the walk runs far past the buffer.

nfcllcpconnectsn() is reachable from nfcllcprecvconnect() and nfcllcprecvcc(), i.e. from received CONNECT and CC PDUs. A nearby NFC device can reach this without authentication; LLCP link activation happens automatically after NFC-DEP, and the nfcllcprxskb() dispatcher applies no minimum-length guard.

Walk the TLV list by pointer, bounded by skbtailpointer(skb), and validate each declared length before use, matching the approach already used for nfcllcprecvsnl(). Starting the walk at &skb->data[LLCPHEADERSIZE] against the tail pointer also removes the sizet underflow for short frames.

Found by 0sec automated security-research tooling (https://0sec.ai).

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80800.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d646960f7986fefb460a2b062d5ccc8ccfeacc3a
Fixed
b2ebdfe3d5b76e91f267a61cbc3f9a0e3f77071e
Fixed
e18d044bab6d3d0280639098c3fe6621692cbfe2
Fixed
65a0ec7783b06068dda6745dd689bf4a91ee64aa
Fixed
1964addc8dd535a05d5d3b55b4d1ac19ae31aa65
Fixed
389986fd79e4d43f971a03b512645a1bb63c982f
Fixed
e87527b506c40db9af528714b7b1240918eb80fc
Fixed
22e5177ba1196a0b272a6a46c2575eb940a939c4
Fixed
0cfbdb0e13ab5b0765d77f96af67eb879cbc9736
Fixed
55c68ac93e7dacc0f5f608b9c39dd4ff48cf28e8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80800.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.3.0
Fixed
5.10.267
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.218
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.185
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.154
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.106
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.47
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.11
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80800.json"