Lucene search
+L

910 matches found

Positive Technologies
Positive Technologies
•added 2026/09/11 12:00 a.m.•15 views

PT-2026-90189

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq25890: Fix power supply reference leak bq25890 fw probe acquires a reference to a secondary charger using power supply get by name, but the reference is not released on later probe failures or on driver detach. I...

5.7AI score0.002EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2026/09/11 12:00 a.m.•13 views

PT-2026-90156

In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: stop card-detect handling on probe failure request irq registers the SD card-detect interrupt and the probe enables it before mmc add host runs. If mmc add host fails, the error path only unmaps the registers and...

5.8AI score0.00176EPSS
SaveExploits0References5
F5 Networks
F5 Networks
•added 2026/09/10 9:10 a.m.•10 views

K000163284: Linux kernel vulnerability CVE-2026-53232

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: net: phy: clean the sfp upstream if phy probing fails Sashiko reported that we don't call sfpbusdelupstream in the probe failure path, so let's add it, otherwise the sfp-bus is left with a dangling...

8.8CVSS5.6AI score0.00254EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2026/09/05 12:27 a.m.•12 views

SUSE CVE-2026-80782

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: do not keep a stale msc-input if no input is claimed magicmouseinputmapping caches the first hidinput's inputdev in msc-input while the report descriptor is parsed, and the rest of the driver treats a non-NULL...

5.8AI score0.00195EPSS
SaveExploits0References2
NVD
NVD
•added 2026/09/04 4:18 p.m.•9 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...

0.00215EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/04 4:18 p.m.•6 views

AZL-99591 CVE-2026-80770 affecting package kernel 6.6.150.1-1

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.8AI score0.00215EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/04 3:12 p.m.•8 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.00215EPSS
SaveExploits0References7
CVE
CVE
•added 2026/09/04 3:12 p.m.•22 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.00215EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/04 3:12 p.m.•23 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
Cvelist
Cvelist
•added 2026/09/04 3:12 p.m.•32 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...

0.00215EPSS
SaveExploits0References7
Debian CVE
Debian CVE
•added 2026/09/04 3:12 p.m.•15 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.00215EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/09/04 12:00 a.m.•14 views

PT-2026-85611

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: stop device IO before hid hw stop on probe failure nintendo hid probe calls hid device io start before joycon init and joycon leds create. If either fails, the error path jumps to err close which calls hid hw...

8.8CVSS5.9AI score0.00434EPSS
SaveExploits2References127
Tenable Nessus
Tenable Nessus
•added 2026/09/04 12:00 a.m.•8 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,...

5.8AI score0.00215EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/03 1:06 p.m.•9 views

AZL-99059 CVE-2026-80728 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amdgpu: fix aperture mapping leak" devres teardown is LIFO. The aperture devres node was registered after the DRM device node, so devresreleaseall unmaps the aperture before the DRM device release callback fires...

5.8AI score0.00209EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/03 1:06 p.m.•12 views

CVE-2026-80728

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amdgpu: fix aperture mapping leak" devres teardown is LIFO. The aperture devres node was registered after the DRM device node, so devresreleaseall unmaps the aperture before the DRM device release callback fires...

0.00209EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/03 8:21 a.m.•39 views

CVE-2026-80728

This Linux kernel vulnerability affects the DRM/amdgpu driver. The root cause is a devres teardown ordering issue : because devres teardown is LIFO and the aperture devres node was registered after the DRM device node, devres_release_all() unmaps the aperture before the DRM device release callbac...

5.8AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/03 8:21 a.m.•36 views

CVE-2026-80728 Revert "drm/amdgpu: fix aperture mapping leak"

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amdgpu: fix aperture mapping leak" devres teardown is LIFO. The aperture devres node was registered after the DRM device node, so devresreleaseall unmaps the aperture before the DRM device release callback fires...

5.6AI score
SaveExploits0References8
Tenable Nessus
Tenable Nessus
•added 2026/08/29 12:00 a.m.•15 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-001429)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-001429 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: aacraid: Fix double-free on probe failure aacprobeone calls hardware-specific init function...

7.8CVSS6.3AI score0.00295EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/28 1:01 a.m.•8 views

SUSE CVE-2026-72073

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix use-after-free on probe failure The vub300 driver lifetime-manages its controller state using vub300-kref, with vub300delete freeing the mmc host when the last reference is dropped. The probe error path after the...

5.8AI score0.00219EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:24 a.m.•8 views

SUSE CVE-2026-72008

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: Fix possible nullptr KP in HWV cleanup/on-check Should probe fail for HWVOTER type power domains, this driver was unconditionally trying to perform cleanup for DIRECTCTL domains, but only after checking if the...

5.9AI score0.00198EPSS
SaveExploits0References3
Rows per page
Query Builder