CVE-2026-80783
Last modified
CVE-2026-80783 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event() magicmouse_raw_event() handles DOUBLE_REPORT_ID (0xf7) packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only guard against runaway recursion is a "size < 1" check, which stops zero-sized calls but does not bound the recursion depth. A malicious HID device that matches this driver can send a report starting with DOUBLE_REPORT_ID and filled with the sequence [0xf7, 0x00].
Description
In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event() magicmouse_raw_event() handles DOUBLE_REPORT_ID (0xf7) packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only guard against runaway recursion is a "size < 1" check, which stops zero-sized calls but does not bound the recursion depth. A malicious HID device that matches this driver can send a report starting with DOUBLE_REPORT_ID and filled with the sequence [0xf7, 0x00]. Each level consumes two bytes and recurses on the remainder, so an incoming report of up to HID_MAX_BUFFER_SIZE (16 KiB) drives roughly 8000 nested calls. That easily exhausts the 16 KiB kernel stack, leading to a stack overflow: a panic with CONFIG_VMAP_STACK, or memory corruption without it. A double report only ever wraps two normal reports; it is never legitimately nested. Refuse to re-enter the DOUBLE_REPORT_ID case from a recursive call so the recursion depth is bounded to two, while all valid packets keep being parsed exactly as before.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a462230e16acc8664145216da3c928d03556691a, < 26c45abed62536aabf4033fb6d64cf72e93374e9; >= a462230e16acc8664145216da3c928d03556691a, < 8a10a624996f16628234306b46f0cf36707d78bd; >= a462230e16acc8664145216da3c928d03556691a, < d16df755b4493b6d37803c628b2c621d096796a8; >= a462230e16acc8664145216da3c928d03556691a, < bec338b07beb883726b32192c8f01c601bc76fda; >= a462230e16acc8664145216da3c928d03556691a, < 70589b0c005db003f6d8ae4db3c4d54fed7b83e4; >= a462230e16acc8664145216da3c928d03556691a, < a33a596d3ad8dfe6c96a368097a028abeee16c17; >= a462230e16acc8664145216da3c928d03556691a, < d095de37f78c5f32a4252ef0f99b84ba76550b86; >= a462230e16acc8664145216da3c928d03556691a, < db8d634128d2ba88d79c0b601e983ebe14bb0519 |
| Linux | Linux | 2.6.37 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80783?
How severe is CVE-2026-80783?
How do I fix CVE-2026-80783?
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-80778In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80779In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8078Stored cross-site scripting in the global settings change lo…4.8
- CVE-2026-80780In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80781In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80782In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80784In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80785In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80786In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80787In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80788In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80789In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80783?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
