In the Linux kernel, the following vulnerability has been resolved:
HID: bpf: prevent buffer overflow in hidhwrequest
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 it's the return value of dispatchhidbpfrawrequests(), which calls the struct_ops and we have no guarantees that the value makes sense.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31401.json",
"cna_assigner": "Linux"
}