Lucene search
+L

8041 matches found

Cvelist
Cvelist
added 2026/02/14 4:27 p.m.39 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...

0.00091EPSS
SaveExploits0References2
CVE
CVE
added 2026/02/14 4:27 p.m.42 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.00091EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/02/14 4:27 p.m.16 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.00091EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.7 views

CVE-2026-23179

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fixup hang in nvmettcplistendataready When the socket is closed while in TCPLISTEN a callback is run to flush all outstanding packets, which in turns calls nvmettcplistendataready with the skcallbacklock held. So we ne...

5.2AI score0.00173EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/02/14 4:27 p.m.7 views

CVE-2026-23179 nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fixup hang in nvmettcplistendataready When the socket is closed while in TCPLISTEN a callback is run to flush all outstanding packets, which in turns calls nvmettcplistendataready with the skcallbacklock held. So we ne...

5.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.49 views

CVE-2026-23179 nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fixup hang in nvmettcplistendataready When the socket is closed while in TCPLISTEN a callback is run to flush all outstanding packets, which in turns calls nvmettcplistendataready with the skcallbacklock held. So we ne...

0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/02/14 4:27 p.m.56 views

CVE-2026-23179

The CVE affects the Linux kernel nvmet-tcp implementation. A deadlock could occur when a socket is closed during TCP_LISTEN because nvmet_tcp_listen_data_ready() is called with sk_callback_lock held; the fix adds a TCP_LISTEN check before acquiring the lock to avoid deadlock. The issue is resolve...

5.2AI score0.00173EPSS
SaveExploits0References3
NVD
NVD
added 2026/02/14 4:15 p.m.12 views

CVE-2026-23168

In the Linux kernel, the following vulnerability has been resolved: flexproportions: make fpropnewperiod hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: runtimersoftirq - we are in softirq context calltimerfn...

5.5CVSS0.00119EPSS
SaveExploits0References5
NVD
NVD
added 2026/02/14 4:15 p.m.20 views

CVE-2026-23165

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the netdevice's rsslock when handling ethtool -x command, so driver's implementation should not lock it again. Remove the latter...

5.5CVSS0.00083EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.9 views

CVE-2026-23165

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the netdevice's rsslock when handling ethtool -x command, so driver's implementation should not lock it again. Remove the latter...

5.5CVSS5.7AI score0.00083EPSS
SaveExploits0References10
OSV
OSV
added 2026/02/14 4:15 p.m.21 views

UBUNTU-CVE-2026-23165

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the netdevice's rsslock when handling ethtool -x command, so driver's implementation should not lock it again. Remove the latter...

5.5CVSS5.7AI score0.00083EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.12 views

CVE-2026-23168

In the Linux kernel, the following vulnerability has been resolved: flexproportions: make fpropnewperiod hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: runtimersoftirq - we are in softirq context calltimerfn...

5.5CVSS5.5AI score0.00119EPSS
SaveExploits0References22
OSV
OSV
added 2026/02/14 4:15 p.m.13 views

UBUNTU-CVE-2026-23168

In the Linux kernel, the following vulnerability has been resolved: flexproportions: make fpropnewperiod hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: runtimersoftirq - we are in softirq context calltimerfn...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References23
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:01 p.m.10 views

CVE-2026-23168

In the Linux kernel, the following vulnerability has been resolved: flexproportions: make fpropnewperiod hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: runtimersoftirq - we are in softirq context calltimerfn...

5.2AI score0.00119EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/02/14 4:01 p.m.63 views

CVE-2026-23168

CVE-2026-23168 affects the Linux kernel (example: kernel6.12 lineage and Oracle/Amazon Linux advisories) where a race in the flexible proportions code (fprop_new_period) can cause a sequence counter write under softirq/hardirq interaction, potentially enabling a deadlock in certain writeout paths...

5.5CVSS5.3AI score0.00119EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/02/14 4:01 p.m.34 views

CVE-2026-23168 flex_proportions: make fprop_new_period() hardirq safe

In the Linux kernel, the following vulnerability has been resolved: flexproportions: make fpropnewperiod hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: runtimersoftirq - we are in softirq context calltimerfn...

0.00119EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/02/14 4:01 p.m.9 views

EUVD-2026-5870

In the Linux kernel, the following vulnerability has been resolved: flexproportions: make fpropnewperiod hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: runtimersoftirq - we are in softirq context calltimerfn...

5.4AI score0.00119EPSS
SaveExploits0References5
CVE
CVE
added 2026/02/14 4:01 p.m.52 views

CVE-2026-23165

CVE-2026-23165 affects the Linux kernel sfc (Solarflare) network driver. The issue is a deadlock when reading RSS config with ethtool -x because the driver locks the net_device rss_lock that is already held by the core; the fix is to remove the driver-side lock acquisition (deadlock avoidance). P...

5.5CVSS5.2AI score0.00083EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/02/14 4:01 p.m.12 views

EUVD-2026-5875

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the netdevice's rsslock when handling ethtool -x command, so driver's implementation should not lock it again. Remove the latter...

5.2AI score0.00083EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:01 p.m.7 views

CVE-2026-23165

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the netdevice's rsslock when handling ethtool -x command, so driver's implementation should not lock it again. Remove the latter...

5.2AI score0.00083EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder