Lucene search
+L

2716 matches found

ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.9 views

CVE-2026-23186

In the Linux kernel, the following vulnerability has been resolved: hwmon: acpipowermeter Fix deadlocks related to acpipowermeternotify The acpipowermeter driver's .notify callback function, acpipowermeternotify, calls hwmondeviceunregister under a lock that is also acquired by callbacks in sysfs...

5.3AI score0.00088EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/02/14 4:27 p.m.29 views

CVE-2026-23186

CVE-2026-23186 pertains to the Linux kernel hwmon driver for the ACPI power meter. The issue arises when acpi_power_meter_notify() calls hwmon_device_unregister() while holding a lock also acquired by sysfs callbacks, creating potential deadlocks between sysfs access and device removal. Fixes inc...

5.5CVSS5.4AI score0.00088EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/02/14 4:27 p.m.13 views

EUVD-2026-5856

In the Linux kernel, the following vulnerability has been resolved: hwmon: acpipowermeter Fix deadlocks related to acpipowermeternotify The acpipowermeter driver's .notify callback function, acpipowermeternotify, calls hwmondeviceunregister under a lock that is also acquired by callbacks in sysfs...

5.4AI score0.00088EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/14 4:27 p.m.9 views

CVE-2026-23186 hwmon: (acpi_power_meter) Fix deadlocks related to acpi_power_meter_notify()

In the Linux kernel, the following vulnerability has been resolved: hwmon: acpipowermeter Fix deadlocks related to acpipowermeternotify The acpipowermeter driver's .notify callback function, acpipowermeternotify, calls hwmondeviceunregister under a lock that is also acquired by callbacks in sysfs...

5.4AI score
SaveExploits0References5
NVD
NVD
added 2026/02/14 4:15 p.m.12 views

CVE-2026-23158

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

7.8CVSS0.00116EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.7 views

CVE-2026-23158

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

7.8CVSS6.6AI score0.00116EPSS
SaveExploits0References10
OSV
OSV
added 2026/02/14 4:15 p.m.8 views

UBUNTU-CVE-2026-23158

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

7.8CVSS5.7AI score0.00116EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/02/14 4:1 p.m.34 views

CVE-2026-23158 gpio: virtuser: fix UAF in configfs release path

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

0.00116EPSS
SaveExploits0References3
CVE
CVE
added 2026/02/14 4:1 p.m.37 views

CVE-2026-23158

CVE-2026-23158 (Linux kernel) affects gpio-virtuser: the configfs release path frees the device inside a guard(mutex) region, leading to a use-after-free when mutex_unlock() runs after the guard. The issue is caused by destroying the mutex and freeing the device while still within the lock’s guar...

7.8CVSS5.2AI score0.00116EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/02/14 4:1 p.m.13 views

EUVD-2026-5880

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

5.2AI score0.00116EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:1 p.m.4 views

CVE-2026-23158

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

5.1AI score0.00116EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/02/14 4:1 p.m.7 views

CVE-2026-23158 gpio: virtuser: fix UAF in configfs release path

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

5.2AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/02/14 12:0 a.m.14 views

PT-2026-8194

In the Linux kernel, the following vulnerability has been resolved: hwmon: acpi power meter Fix deadlocks related to acpi power meter notify The acpi power meter driver's .notify callback function, acpi power meter notify, calls hwmon device unregister under a lock that is also acquired by...

5.4AI score0.00088EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/02/14 12:0 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from resetting devices within the scope of mutex locks during recovery reset periods, potentially...

5.5CVSS6AI score0.0009EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/04 5:16 p.m.14 views

UBUNTU-CVE-2026-23066

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recvmsg unconditional requeue If rxrpcrecvmsg fails because MSGDONTWAIT was specified but the call at the front of the recvmsg queue already has its mutex locked, it requeues the call - whether or not the call is alrea...

8.5CVSS5.7AI score0.00129EPSS
SaveExploits0References34
CVE
CVE
added 2026/02/04 4:7 p.m.62 views

CVE-2026-23066

CVE-2026-23066 concerns the Linux kernel RXRPC receive path. The issue arises in rxrpc_recvmsg() where, if MSG_DONTWAIT is requested and the front of the recvmsg queue has its mutex held, the call is unconditionally requeued, potentially corrupting the recvmsg queue and causing Use-After-Frees or...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/02/04 4:7 p.m.38 views

CVE-2026-23066 rxrpc: Fix recvmsg() unconditional requeue

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recvmsg unconditional requeue If rxrpcrecvmsg fails because MSGDONTWAIT was specified but the call at the front of the recvmsg queue already has its mutex locked, it requeues the call - whether or not the call is alrea...

7.8CVSS0.00129EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/02/04 4:7 p.m.9 views

EUVD-2026-5478

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recvmsg unconditional requeue If rxrpcrecvmsg fails because MSGDONTWAIT was specified but the call at the front of the recvmsg queue already has its mutex locked, it requeues the call - whether or not the call is alrea...

5.2AI score0.00129EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/04 4:0 p.m.10 views

CVE-2026-23047 libceph: make calc_target() set t->paused, not just clear it

In the Linux kernel, the following vulnerability has been resolved: libceph: make calctarget set t-paused, not just clear it Currently calctarget clears t-paused if the request shouldn't be paused anymore, but doesn't ever set t-paused even though it's able to determine when the request should be...

5.2AI score
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:0 p.m.5 views

CVE-2026-23047

In the Linux kernel, the following vulnerability has been resolved: libceph: make calctarget set t-paused, not just clear it Currently calctarget clears t-paused if the request shouldn't be paused anymore, but doesn't ever set t-paused even though it's able to determine when the request should be...

5.2AI score0.00161EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder