Security Advisory

CVE-2026-31401

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-04-03 15:16:04
Last updated 2026-05-11 22:07:59
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: prevent buffer overflow in hid_hw_request right now the returned value is considered to be always valid. However, when playing with HID-BPF, the return value can be arbitrary big, because its the return value of dispatch_hid_bpf_raw_requests(), which calls the struct_ops and we have no guarantees that the value makes sense.