CVE-2026-80771
Reported by Linux · Published September 4, 2026
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.
EPSS 0.17% · 6.4th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 2af16c1f846bd60240745bbd3afa13d5f040c61a, 2af16c1f846bd60240745bbd3afa13d5f040c61a, 2af16c1f846bd60240745bbd3afa13d5f040c61a |
| Linux | Linux | 5.16, 0, 6.12.106 |
| linux | linux_kernel | 5.16, 5.16, 5.16 |
| Linux | Linux | 2af16c1f846bd60240745bbd3afa13d5f040c61a, 2af16c1f846bd60240745bbd3afa13d5f040c61a, 2af16c1f846bd60240745bbd3afa13d5f040c61a |
Timeline
- Sep 4, 2026 Coalition ESS Score
- Sep 4, 2026 CVE Published
- Sep 5, 2026 EPSS Score
- Sep 16, 2026 EPSS Score