CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-72352

highCVSS 7.8covered by 1 sourcefirst seen 2026-08-15
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->allocated_size. The current check adds rdwr_buf_size and offset before comparing the result against ctx->allocated_size. Since both values are unsigned, a very large size can wrap the sum below ctx->allocated_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->allocated_size.

⚡ Watch CVE-2026-72352

Get an email if CVE-2026-72352 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (1)

External references

NVD record for CVE-2026-72352

CVE.org record

Embed the live status

CVE-2026-72352 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-72352 status](https://www.csirts.com/badge/CVE-2026-72352)](https://www.csirts.com/cve/CVE-2026-72352)