{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:12",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.1.187-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:13",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.12.107-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.1.12-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:12",
        "name": "linux-6.12"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.12.107-1~deb12u1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers  nfc_llcp_parse_gb_tlv() and nfc_llcp_parse_connection_tlv() contain three related bugs in their TLV parsing loops:  1. 'offset' is declared u8 but tlv_array_len is u16. When TLV data    advances offset past 255 it silently wraps to zero, causing    infinite loops or double-processing of buffer data.  2. Before reading tlv[0] (type) and tlv[1] (length) there is no    check that offset+2 \u003c= tlv_array_len. A truncated TLV causes    an OOB read of one byte past the buffer end.  3. After reading the length field, the value bytes are accessed    without checking offset+2+length \u003c= tlv_array_len. A crafted    length=0xFF on a short buffer causes up to 255 bytes of OOB    read past the buffer end.  Both functions are reachable without authentication via nfc_llcp_set_remote_gb() which feeds remote LLCP general bytes directly into nfc_llcp_parse_gb_tlv() with no additional validation.  Fix all three issues by widening offset from u8 to u16 and adding bounds checks for both the TLV header and value field before each access.",
  "id": "DEBIAN-CVE-2026-80799",
  "modified": "2026-09-19T21:47:30.700856114Z",
  "published": "2026-09-04T16:18:06.637Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-80799"
    }
  ],
  "upstream": [
    "CVE-2026-80799"
  ]
}