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

HID: core: Fix OOB read in hid_get_report for numbered reports

When a caller passes a size of 0 to hid_report_raw_event() for a
numbered report, the function originally called hid_get_report() before
performing any size validation.

Inside hid_get_report(), if the report is numbered (report_enum->numbered
is true), it unconditionally dereferences data[0] to extract the report ID.
With a size of 0, this results in an out-of-bounds read or kernel panic.

Fix this by moving the numbered report size validation check before the
call to hid_get_report(), ensuring that size is at least 1 before
dereferencing the data pointer.
Published: 2026-08-28
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A Linux kernel HID driver fault allows a caller to trigger an out-of-bounds read when requesting a numbered report with a length of zero. The driver unconditionally dereferences the first byte of the data buffer before validating the length, so a size of zero permits reading beyond the buffer or can even cause a kernel panic. The flaw could expose kernel memory contents or disrupt kernel stability if exploited, affecting confidentiality, integrity, and availability of the system.

Affected Systems

The vulnerability exists in all Linux kernel builds that contain the free-floating hid_get_report implementation without the size validation check. Since no specific version list is provided, any kernel prior to the fix – effectively any unsupported or older kernel release that has not been patched – would be affected. Administrators should verify whether their deployed kernels include the commit that moved the size validation before the dereference.

Risk and Exploitability

Risk and exploitability: The EPSS score is not available, but the vulnerability is not listed in the CISA KEV catalog. The flaw requires a caller to invoke hid_report_raw_event() with a size argument of zero. Based on the description, it is inferred that the attacker could achieve this by a local privileged process or by a malicious HID device if device credentials can be coerced. Because this constitutes an out-of-bounds read at kernel privilege level, exploitation could lead to kernel memory disclosure or a system crash. The attack vector is inferred to be local through user‑space actions or device interaction.

Generated by OpenCVE AI on August 28, 2026 at 11:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel that includes the hid_get_report size validation fix, or back‑port the commit to the running kernel source and rebuild the kernel
  • Update udev rules or device permissions to restrict non‑privileged users from accessing raw HID interfaces, limiting the ability of local users to manipulate hid_report_raw_event()
  • If a kernel upgrade is impossible, consider temporarily disabling the HID subsystem by unloading the hid, hid-multitouch, and related modules until a patch can be applied

Generated by OpenCVE AI on August 28, 2026 at 11:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix OOB read in hid_get_report for numbered reports When a caller passes a size of 0 to hid_report_raw_event() for a numbered report, the function originally called hid_get_report() before performing any size validation. Inside hid_get_report(), if the report is numbered (report_enum->numbered is true), it unconditionally dereferences data[0] to extract the report ID. With a size of 0, this results in an out-of-bounds read or kernel panic. Fix this by moving the numbered report size validation check before the call to hid_get_report(), ensuring that size is at least 1 before dereferencing the data pointer.
Title HID: core: Fix OOB read in hid_get_report for numbered reports
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-28T06:48:29.755Z

Reserved: 2026-08-26T14:34:25.772Z

Link: CVE-2026-80604

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:44.317

Modified: 2026-08-28T08:16:44.317

Link: CVE-2026-80604

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T10:45:04Z

Weaknesses

No weakness.