Lucene search
+L

3462 matches found

EUVD
EUVD
added 2025/12/30 3:30 p.m.9 views

EUVD-2023-60434

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

6AI score0.00153EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.10 views

CVE-2023-54207

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.00153EPSS
SaveExploits0References19
OSV
OSV
added 2025/12/30 1:16 p.m.8 views

UBUNTU-CVE-2023-54207

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.8CVSS5.7AI score0.00153EPSS
SaveExploits0References20
Vulnrichment
Vulnrichment
added 2025/12/30 12:11 p.m.10 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.5AI score0.00153EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:11 p.m.5 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
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.28 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...

0.00153EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.2 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992278)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992278 advisory. In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix memory leak in hidrawrelease Free the buffered reports before deleting the list...

5.5CVSS6.1AI score0.0023EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.10 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992263)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992263 advisory. In the Linux kernel, the following vulnerability has been resolved: HID: steam: Prevent NULL pointer dereference in steamrecv,sendreport It is possible for a malicio...

5.5CVSS5.9AI score0.0023EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.5 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.00153EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.5 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992426)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992426 advisory. In the Linux kernel, the following vulnerability has been resolved: HID: cp2112: prevent a buffer overflow in cp2112xfer Smatch warnings: drivers/hid/hid-cp2112.c:79...

7.8CVSS6.4AI score0.00205EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.6 views

EUVD-2025-205087

In the Linux kernel, the following vulnerability has been resolved: macintosh/machid: fix race condition in machidtoggleemumouse The following warning appears when running syzkaller, and this issue also exists in the mainline code. ------------ cut here ------------ listadd double add:...

5.8AI score0.00193EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/24 11:16 a.m.13 views

CVE-2025-68367

In the Linux kernel, the following vulnerability has been resolved: macintosh/machid: fix race condition in machidtoggleemumouse The following warning appears when running syzkaller, and this issue also exists in the mainline code. ------------ cut here ------------ listadd double add:...

0.00193EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 10:32 a.m.30 views

CVE-2025-68367

CVE-2025-68367 is a Linux kernel race in mac_hid_toggle_emumouse where two processes concurrently write to mac_hid emulation, each reading old_val=0 outside the mutex and both registering the input handler, causing a double list_add. The fix moves the old_val read inside the mutex-protected regio...

5.9AI score0.00193EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2025/12/24 10:32 a.m.7 views

CVE-2025-68367

In the Linux kernel, the following vulnerability has been resolved: macintosh/machid: fix race condition in machidtoggleemumouse The following warning appears when running syzkaller, and this issue also exists in the mainline code. ------------ cut here ------------ listadd double add:...

5.2AI score0.00193EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/12/24 10:32 a.m.6 views

CVE-2025-68367 macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse

In the Linux kernel, the following vulnerability has been resolved: macintosh/machid: fix race condition in machidtoggleemumouse The following warning appears when running syzkaller, and this issue also exists in the mainline code. ------------ cut here ------------ listadd double add:...

6.1AI score
SaveExploits0References11
CNNVD
CNNVD
added 2025/12/24 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the presence of a race condition in machidtoggleemumouse, which could result in a list add error...

6.1AI score0.00193EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-68367

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - macintosh/machid: fix race condition in machidtoggleemumouse The following warning appears when running syzkaller, and this issue also exists in the mainline...

6.3AI score0.00193EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/17 8:46 p.m.39 views

CVE-2025-43533

The issue was addressed with improved bounds checks. This issue is fixed in iOS 18.7.5 and iPadOS 18.7.5, iOS 26.2 and iPadOS 26.2, macOS Sequoia 15.7.4, macOS Sonoma 14.8.4, macOS Tahoe 26.2, tvOS 26.2, visionOS 26.2, watchOS 26.2. A malicious HID device may cause an unexpected process crash...

0.00296EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/12/17 12:00 a.m.18 views

Oracle Linux 7 : kernel (ELSA-2025-21063)

The remote Oracle Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-21063 advisory. - HID: core: fix shift-out-of-bounds in hidreportrawevent CVE-2022-48978 Orabug: 38644370 - crypto: seqiv - Handle EBUSY correctly CVE-2023-53373...

8.6CVSS7.8AI score0.03558EPSS
SaveExploits8References6
Oracle linux
Oracle linux
added 2025/12/16 12:00 a.m.22 views

kernel security update

3.10.0-1160.119.1.0.14 - HID: core: fix shift-out-of-bounds in hidreportrawevent CVE-2022-48978 Orabug: 38644370 - crypto: seqiv - Handle EBUSY correctly CVE-2023-53373 Orabug: 38644370 - nfsd: don't ignore the return code of svcprocregister CVE-2025-22026 Orabug: 38644370 - netsched: hfsc: Fix a...

7.8CVSS9.2AI score0.03558EPSS
SaveExploits9
Rows per page
Query Builder