CVE-2026-80783

Source
https://cve.org/CVERecord?id=CVE-2026-80783
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80783.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80783
Downstream
Published
2026-09-04T15:12:54.859Z
Modified
2026-09-06T03:46:43.083213836Z
Summary
HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event()
Details

In the Linux kernel, the following vulnerability has been resolved:

HID: magicmouse: prevent unbounded recursion in magicmouserawevent()

magicmouserawevent() handles DOUBLEREPORTID (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 DOUBLEREPORTID and filled with the sequence [0xf7, 0x00]. Each level consumes two bytes and recurses on the remainder, so an incoming report of up to HIDMAXBUFFERSIZE (16 KiB) drives roughly 8000 nested calls. That easily exhausts the 16 KiB kernel stack, leading to a stack overflow: a panic with CONFIGVMAP_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 DOUBLEREPORTID case from a recursive call so the recursion depth is bounded to two, while all valid packets keep being parsed exactly as before.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80783.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a462230e16acc8664145216da3c928d03556691a
Fixed
26c45abed62536aabf4033fb6d64cf72e93374e9
Fixed
8a10a624996f16628234306b46f0cf36707d78bd
Fixed
d16df755b4493b6d37803c628b2c621d096796a8
Fixed
bec338b07beb883726b32192c8f01c601bc76fda
Fixed
70589b0c005db003f6d8ae4db3c4d54fed7b83e4
Fixed
a33a596d3ad8dfe6c96a368097a028abeee16c17
Fixed
d095de37f78c5f32a4252ef0f99b84ba76550b86
Fixed
db8d634128d2ba88d79c0b601e983ebe14bb0519

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80783.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.37
Fixed
5.15.220
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.187
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.156
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.108
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.49
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.11
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80783.json"