NONE · 0

CVE-2026-80771

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 immediatel...

Vulnerability 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.

References

FAQ

What is CVE-2026-80771?

CVE-2026-80771 is a documented vulnerability. 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 immediatel...

How severe is CVE-2026-80771?

CVSS scoring is not yet available for CVE-2026-80771. Check NVD for updates.

Is there a patch for CVE-2026-80771?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.