CVE-2026-80771
Last modified
CVE-2026-80771 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set input_register_device() exposes the device to userspace immediately. In joycon_input_create() it was called before joycon_config_rumble() configures the FF_RUMBLE capability and the memless force-feedback device, so a concurrent EVIOCSFF could dereference a NULL dev->ff. Registering early also means the initial udev event lacks button and axis information, which can make input managers ignore the device. Move input_register_device() to the end of joycon_input_create(), after all capabilities, the IMU input device and the force-feedback callbacks have been configured..
Description
In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set input_register_device() exposes the device to userspace immediately. In joycon_input_create() it was called before joycon_config_rumble() configures the FF_RUMBLE capability and the memless force-feedback device, so a concurrent EVIOCSFF could dereference a NULL dev->ff. Registering early also means the initial udev event lacks button and axis information, which can make input managers ignore the device. Move input_register_device() to the end of joycon_input_create(), after all capabilities, the IMU input device and the force-feedback callbacks have been configured.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2af16c1f846bd60240745bbd3afa13d5f040c61a, < 3288bec1a21d582b504344380139cdc0e88ebe4d; >= 2af16c1f846bd60240745bbd3afa13d5f040c61a, < 268679f501386ad46405d42c2bcf89384cb5e256; >= 2af16c1f846bd60240745bbd3afa13d5f040c61a, < a9fc7547f911ada09da33c5e204e5acda38e765a; >= 2af16c1f846bd60240745bbd3afa13d5f040c61a, < 27dc4b8eadac73b3c3cc526c8547d8b4ae8528be; >= 2af16c1f846bd60240745bbd3afa13d5f040c61a, < d723bc1fe2e72b9252234e94c11af644ec477bf7 |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80771?
How severe is CVE-2026-80771?
How do I fix CVE-2026-80771?
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-80766In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80767In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80768In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80769In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8077Lack of proper authorization implementation in the CashDro 3…8.6
- CVE-2026-80770In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80772In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80773In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80774In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80775In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80776In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80777In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80771?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
