Lucene search
+L

24 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•11 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Add a NULL check in uclogicinputconfigured. The devmkasprintf function returns NULL when memory allocation fails. Currently, uclogicinputconfigured does not check for this case, resulting in a NULL pointer being...

5.5CVSS6.2AI score0.0019EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/09/07 4:20 p.m.•12 views

SUSE CVE-2026-80766

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

6.4AI score0.00177EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/04 4:18 p.m.•7 views

CVE-2026-80766

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

0.00177EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/04 4:18 p.m.•10 views

AZL-99513 CVE-2026-80766 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

6.3AI score0.00177EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/04 3:12 p.m.•9 views

EUVD-2026-71409

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

5.4AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/04 3:12 p.m.•30 views

CVE-2026-80766 HID: uclogic: fix use-after-free of inrange_timer on remove

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

0.00177EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/04 3:12 p.m.•30 views

CVE-2026-80766

CVE-2026-80766 affects the Linux kernel HID uclogic driver , where a use-after-free occurs during device removal. The root cause is a race condition: timer_delete_sync() cancels the pen in-range timer, but a pen report arriving before hid_hw_stop() completes transport teardown can re-arm the time...

5.4AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/04 3:12 p.m.•17 views

CVE-2026-80766 HID: uclogic: fix use-after-free of inrange_timer on remove

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
•added 2026/09/04 3:12 p.m.•18 views

CVE-2026-80766

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

5.5AI score0.00177EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/09/04 12:00 a.m.•13 views

Linux Distros Unpatched Vulnerability : CVE-2026-80766

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device:...

6.1AI score0.00177EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/09/04 12:00 a.m.•14 views

PT-2026-85607

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrange timer on remove uclogic remove cancels the pen in-range timer and then stops the device: timer delete sync&drvdata-inrange timer; hid hw stophdev; timer delete sync only guarantees the...

5.5AI score0.00243EPSS
SaveExploits0References128
Redos
Redos
•added 2026/08/28 12:00 a.m.•15 views

ROS-20260828-73-0016

The vulnerability of the uclogicinputconfigured function in the drivers/hid/hid-uclogic-core.c file of the Linux kernel’s input device subsystem driver is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the...

7.8CVSS7AI score0.00156EPSS
SaveExploits0
OSV
OSV
•added 2025/12/30 12:11 p.m.•7 views

CVE-2023-54207 HID: uclogic: Correct devm device reference for hidinput input_dev name

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free wh...

6.3AI score
SaveExploits0References9
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/12/30 12:00 a.m.•2 views

CVE-2023-54207: Use After Free

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free wh...

7.8CVSS6.5AI score0.00156EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2025/12/30 12:00 a.m.•30 views

Linux Distros Unpatched Vulnerability : CVE-2023-54207

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the...

7.8CVSS7.3AI score0.00156EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2025/06/19 3:16 a.m.•8 views

SUSE CVE-2025-38007

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Add NULL check in uclogicinputconfigured devmkasprintf returns NULL when memory allocation fails. Currently, uclogicinputconfigured does not check for this case, which results in a NULL pointer dereference. Add NULL...

5.5CVSS7.8AI score0.0019EPSS
SaveExploits0References17
OSV
OSV
•added 2025/06/18 10:15 a.m.•6 views

DEBIAN-CVE-2025-38007

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Add NULL check in uclogicinputconfigured devmkasprintf returns NULL when memory allocation fails. Currently, uclogicinputconfigured does not check for this case, which results in a NULL pointer dereference. Add NULL...

5.5CVSS5.6AI score0.0019EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2024/05/23 3:23 p.m.•11 views

SUSE CVE-2023-52866

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Fix user-memory-access bug in uclogicparamsugeev2initeventhooks When CONFIGHIDUCLOGIC=y and CONFIGKUNITALLTESTS=y, launch kernel and then the below user-memory-access bug occurs. In...

6.2CVSS6.7AI score0.00228EPSS
SaveExploits0References10
OSV
OSV
•added 2024/05/21 4:15 p.m.•12 views

DEBIAN-CVE-2023-52866

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Fix user-memory-access bug in uclogicparamsugeev2initeventhooks When CONFIGHIDUCLOGIC=y and CONFIGKUNITALLTESTS=y, launch kernel and then the below user-memory-access bug occurs. In...

7.1CVSS5.1AI score0.00228EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2024/05/21 4:15 p.m.•25 views

CVE-2023-52866

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Fix user-memory-access bug in uclogicparamsugeev2initeventhooks When CONFIGHIDUCLOGIC=y and CONFIGKUNITALLTESTS=y, launch kernel and then the below user-memory-access bug occurs. In...

7.1CVSS5.8AI score0.00228EPSS
SaveExploits0References5
Rows per page
Query Builder