CVE-2026-80918

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix number/pointer type confusion on long items When fetch_item() is called by hid_scan_report() on an item with HID_ITEM_TAG_LONG, it stores a pointer to the item data in item->data.longdata instead of storing a value directly in item->data.{u8/u16/u32}. When item_udata() or item_sdata() encounters such an item, it incorrectly assumes that the item is in short format, and therefore returns the lower part of a kernel pointer reinterpreted as a number. When a HID device is connected whose descriptor contains a HID_GLOBAL_ITEM_TAG_REPORT_SIZE encoded in long format with size=4, this causes the lower half of a kernel pointer to be printed into dmesg as a number, like this: hid (null): invalid report_size 107953555 To fix it, let item_udata() and item_sdata() verify that the item is in short format. Note that this bug only affects hid_scan_report(), while the main parsing pass hid_parse_collections() will always bail out when encountering a long item. Sidenote: There are currently no users of data.longdata; maybe we should just remove any parsing of long-format descriptors as a follow-up.

Package Linux Kernel
Published 2026-09-09
Last modified 2026-09-09
Patch available
Yes

Affected versions

Linux kernel versions 3.12 and later are affected. Fixed in 5.10.267, 5.15.218, 6.1.185, 6.6.154, 6.12.106, 6.18.47, 7.1.11, 7.2.1, 7.3-rc1 and their respective stable series.

Affected from
≥ 3.12
Fixed in
✓ 5.10.267 5.10.x ✓ 5.15.218 5.15.x ✓ 6.1.185 6.1.x ✓ 6.6.154 6.6.x ✓ 6.12.106 6.12.x ✓ 6.18.47 6.18.x ✓ 7.1.11 7.1.x ✓ 7.2.1 7.2.x ✓ 7.3-rc1

Frequently asked questions

  • What is CVE-2026-80918?

    CVE-2026-80918 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 3.12 onward and has been patched in 5.10.267, 5.15.218, 6.1.185 and others. CVE-2026-80918 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • Is there a patch available for CVE-2026-80918?

    Yes. CVE-2026-80918 has been patched. Fixed versions include 5.10.267, 5.15.218, 6.1.185 and others. If you are running Linux kernel 3.12 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2026-80918 actively exploited?

    No. CVE-2026-80918 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.