CVE-2026-72352
Last modified
CVE-2026-72352 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 658ee5a64fcfbbf758447fa3af425729eaabb0dc, < ca373549140dfb386aa2de38364b58441b1f4885; >= 658ee5a64fcfbbf758447fa3af425729eaabb0dc, < 61a959b82f1aecd6d2d35c208013dd077cac9d10; >= 658ee5a64fcfbbf758447fa3af425729eaabb0dc, < f81bc5a709dcbaf2a3bbef4ca7167f93900cc39f; >= 658ee5a64fcfbbf758447fa3af425729eaabb0dc, < 2d044049421dd48212b28646a850749d4a2d57fa |
| Linux | Linux | 6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72352?
How severe is CVE-2026-72352?
How do I fix CVE-2026-72352?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72347In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-72348In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-72349In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7235A security vulnerability has been detected in ErlichLiu clau…5.5
- CVE-2026-72350In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72351In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72353In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72354In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72355In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72356In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72357In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72358In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72352?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
