{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:13",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.12.100-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.1.5-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  HID: bpf: Fix hid_bpf_get_data() range check  hid_bpf_get_data() returns a pointer into the HID-BPF context data when the caller-provided offset and size fit inside ctx-\u003eallocated_size.  The current check adds rdwr_buf_size and offset before comparing the result against ctx-\u003eallocated_size. Since both values are unsigned, a very large size can wrap the sum below ctx-\u003eallocated_size and make the helper return a pointer even though the requested range is not contained in the backing buffer.  Use check_add_overflow() to reject wrapped range ends before comparing the requested range end against ctx-\u003eallocated_size.",
  "id": "DEBIAN-CVE-2026-72352",
  "modified": "2026-09-14T16:47:44.380725944Z",
  "published": "2026-08-15T06:22:08.633Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-72352"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "upstream": [
    "CVE-2026-72352"
  ]
}