Lucene search
+L

270 matches found

OSV
OSV
added 2026/09/04 3:12 p.m.18 views

CVE-2026-80772 HID: nintendo: fix out-of-bounds read in joycon_ctlr_read_handler()

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: fix out-of-bounds read in joyconctlrreadhandler joyconctlrreadhandler casts an incoming HID input report to struct joyconinputreport and parses it, guarding the cast only with a 12-byte length check: if size = 12 /...

5.6AI score
SaveExploits0References10
CVE
CVE
added 2026/09/04 3:12 p.m.20 views

CVE-2026-80772

CVE-2026-80772 is an out-of-bounds read in the Linux kernel 's HID Nintendo driver, specifically in joycon_ctlr_read_handler(). The function guards a cast of incoming HID input reports to a 49-byte struct joycon_input_report with only a 12-byte length check. A 12-byte report with data[0] == JC_IN...

5.3AI score0.00173EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.12 views

CVE-2026-80772

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: fix out-of-bounds read in joyconctlrreadhandler joyconctlrreadhandler casts an incoming HID input report to struct joyconinputreport and parses it, guarding the cast only with a 12-byte length check: if size = 12 /...

5.3AI score0.00173EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:12 p.m.5 views

EUVD-2026-71414

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set inputregisterdevice exposes the device to userspace immediately. In joyconinputcreate it was called before joyconconfigrumble configures the FFRUMBLE capability and...

5.3AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/04 3:12 p.m.18 views

CVE-2026-80771

CVE-2026-80771 affects the Linux kernel 's HID Nintendo (Joy-Con) driver. In joycon_input_create(), input_register_device() was called before joycon_config_rumble() configured the FF_RUMBLE capability and the memless force-feedback device. This allowed a concurrent EVIOCSFF ioctl to dereference a...

5.3AI score0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.14 views

CVE-2026-80771

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set inputregisterdevice exposes the device to userspace immediately. In joyconinputcreate it was called before joyconconfigrumble configures the FFRUMBLE capability and...

5.4AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:12 p.m.11 views

CVE-2026-80771 HID: nintendo: register input device after capabilities are set

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set inputregisterdevice exposes the device to userspace immediately. In joyconinputcreate it was called before joyconconfigrumble configures the FFRUMBLE capability and...

5.6AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/04 3:12 p.m.6 views

EUVD-2026-71413

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: stop device IO before hidhwstop on probe failure nintendohidprobe calls hiddeviceiostart before joyconinit and joyconledscreate. If either fails, the error path jumps to errclose which calls hidhwclose/hidhwstop...

5.3AI score0.00173EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/04 3:12 p.m.11 views

CVE-2026-80770

CVE-2026-80770 affects the Linux kernel Nintendo HID driver (Joy-Con). In nintendo_hid_probe(), when joycon_init() or joycon_leds_create() fails after hid_device_io_start(), the error path calls hid_hw_close()/hid_hw_stop() without first calling hid_device_io_stop(). Since hid_hw_stop() does not ...

5.3AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/04 3:12 p.m.9 views

CVE-2026-80770 HID: nintendo: stop device IO before hid_hw_stop on probe failure

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: stop device IO before hidhwstop on probe failure nintendohidprobe calls hiddeviceiostart before joyconinit and joyconledscreate. If either fails, the error path jumps to errclose which calls hidhwclose/hidhwstop...

5.6AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.11 views

CVE-2026-80770

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: stop device IO before hidhwstop on probe failure nintendohidprobe calls hiddeviceiostart before joyconinit and joyconledscreate. If either fails, the error path jumps to errclose which calls hidhwclose/hidhwstop...

5.3AI score0.00173EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-80772

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: nintendo: fix out-of-bounds read in joyconctlrreadhandler joyconctlrreadhandler casts an incoming HID input report to struct joyconinputreport and parses...

6.2AI score0.00173EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-80770

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: nintendo: stop device IO before hidhwstop on probe failure nintendohidprobe calls hiddeviceiostart before joyconinit and joyconledscreate. If either fails,...

6.5AI score0.00173EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-80771

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: nintendo: register input device after capabilities are set inputregisterdevice exposes the device to userspace immediately. In joyconinputcreate it was...

6.3AI score0.00168EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/03/24 12:48 p.m.14 views

Malicious Package

Overview nintendoamerica-ncom is a malicious package. This package contains malicious code, and its content was removed from the official package manager. While this package might be attempting to impersonate a valid organization, there is no connection between that organization and this package...

9.8CVSS5.8AI score
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2026/03/16 12:00 a.m.15 views

The vulnerability of the joycon_set_rumble() function in the drivers/hid/hid-nintendo.c module of the input device subsystem of the Linux operating system allows a hacker to induce a service failure.

The vulnerability of the joyconsetrumble function in the drivers/hid/hid-nintendo.c module of the Linux kernel subsystem for user interface devices is related to pointer manipulation. Exploiting this vulnerability could allow a attacker to cause a system failure...

5.5CVSS6.3AI score0.00265EPSS
SaveExploits0References7Affected Software2
RedhatCVE
RedhatCVE
added 2026/01/09 9:35 a.m.22 views

CVE-2024-34454

Nintendo Wii U OS 5.5.5 allows man-in-the-middle attackers to forge SSL certificates as though they came from a Root CA, because there is a secondary verification mechanism that only checks whether a CA is known and ignores the CA details and signature and because is accepted as a Common Name...

7.4CVSS6.7AI score0.00192EPSS
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/12/23 8:21 a.m.10 views

Malicious code in nintendo-test (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector cda34da72431c60b59efa32942146b3a3608477e9eead83ede6f5bb662ed82a0 The package nintendo-test was found to contain malicious code...

7AI score
SaveExploits0
OSV
OSV
added 2025/12/23 8:21 a.m.8 views

MAL-2025-192823 Malicious code in nintendo-test (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector cda34da72431c60b59efa32942146b3a3608477e9eead83ede6f5bb662ed82a0 The package nintendo-test was found to contain malicious code...

6.8AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/11/21 1:01 a.m.13 views

HID: nintendo: avoid bluetooth suspend/resume stalls

...

5.5CVSS7AI score0.00146EPSS
SaveExploits0
Rows per page
Query Builder