Lucene search
+L

2916 matches found

Tenable Nessus
Tenable Nessus
added 2026/09/18 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-90373

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: mt76: mt7915: clear wcid mask under mutex after RCU pointer clear mt7915removeinterface cleared the wcid mask bit with no lock held and before clearing th...

5.6AI score0.002EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/17 5:18 p.m.8 views

CVE-2026-93171

In the Linux kernel, the following vulnerability has been resolved: leds: lp5860: Fix a potential double-unlock In lp5860deviceinit, if lp5860initdt fails, an already unlocked mutex is unlocked another time. Slightly rework how the lock is taken/released to avoid this potential double unlock...

0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 5:18 p.m.7 views

DEBIAN-CVE-2026-93131

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-privacy: Fix race condition Accessing priv-featurespresent needs to happen with the list mutex being held, otherwise priv can be freed at any moment...

5.8AI score0.00215EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:18 p.m.6 views

CVE-2026-93131

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-privacy: Fix race condition Accessing priv-featurespresent needs to happen with the list mutex being held, otherwise priv can be freed at any moment...

0.00215EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/17 5:18 p.m.8 views

AZL-101891 CVE-2026-93098 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: rpmsg: glink: fix deadlock in endpoint destroy during driver detach During driver detach, the device core holds the device mutex throughout the driver's remove callback chain. When the rpmsg endpoint is destroyed as part of that...

5.8AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:18 p.m.11 views

DEBIAN-CVE-2026-93098

In the Linux kernel, the following vulnerability has been resolved: rpmsg: glink: fix deadlock in endpoint destroy during driver detach During driver detach, the device core holds the device mutex throughout the driver's remove callback chain. When the rpmsg endpoint is destroyed as part of that...

5.8AI score0.00211EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:18 p.m.7 views

CVE-2026-93098

In the Linux kernel, the following vulnerability has been resolved: rpmsg: glink: fix deadlock in endpoint destroy during driver detach During driver detach, the device core holds the device mutex throughout the driver's remove callback chain. When the rpmsg endpoint is destroyed as part of that...

0.00211EPSS
SaveExploits0References8
NVD
NVD
added 2026/09/17 5:17 p.m.7 views

CVE-2026-90190

In the Linux kernel, the following vulnerability has been resolved: nullblk: use DEFINEMUTEX for the file-scope mutex In nullinit, mutexinit&lock currently happens after configfsregistersubsystem, which exposes the nullb subsystem to userspace. A racing mkdir into /sys/kernel/config/nullb/ can...

0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 5:17 p.m.5 views

DEBIAN-CVE-2026-90098

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: fix sleep in atomic context in MAC table access sparx5setrxmode runs with netifaddrlockbh held and iterates dev-mc via devmcsync, which per address calls sparx5mcsync / sparx5mcunsync - sparx5mactlearn /...

5.9AI score0.00189EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/17 4:12 p.m.7 views

EUVD-2026-82279

In the Linux kernel, the following vulnerability has been resolved: leds: lp5860: Fix a potential double-unlock In lp5860deviceinit, if lp5860initdt fails, an already unlocked mutex is unlocked another time. Slightly rework how the lock is taken/released to avoid this potential double unlock...

5.8AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 4:12 p.m.6 views

CVE-2026-93171 leds: lp5860: Fix a potential double-unlock

In the Linux kernel, the following vulnerability has been resolved: leds: lp5860: Fix a potential double-unlock In lp5860deviceinit, if lp5860initdt fails, an already unlocked mutex is unlocked another time. Slightly rework how the lock is taken/released to avoid this potential double unlock...

5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/17 4:12 p.m.36 views

CVE-2026-93171 leds: lp5860: Fix a potential double-unlock

In the Linux kernel, the following vulnerability has been resolved: leds: lp5860: Fix a potential double-unlock In lp5860deviceinit, if lp5860initdt fails, an already unlocked mutex is unlocked another time. Slightly rework how the lock is taken/released to avoid this potential double unlock...

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:11 p.m.16 views

CVE-2026-93131

CVE-2026-93131 affects the Linux kernel's platform/x86/dell-privacy driver . The vulnerability is a race condition caused by accessing priv->features_present without holding the list mutex, which allows the priv structure to be freed while still in use (use-after-free). The fix ensures the lis...

5.8AI score0.00215EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/09/17 4:11 p.m.8 views

EUVD-2026-82239

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-privacy: Fix race condition Accessing priv-featurespresent needs to happen with the list mutex being held, otherwise priv can be freed at any moment...

5.8AI score0.00215EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/17 4:11 p.m.5 views

CVE-2026-93131 platform/x86: dell-privacy: Fix race condition

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-privacy: Fix race condition Accessing priv-featurespresent needs to happen with the list mutex being held, otherwise priv can be freed at any moment...

5.8AI score
SaveExploits0References10
OSV
OSV
added 2026/09/17 4:11 p.m.7 views

CVE-2026-93098 rpmsg: glink: fix deadlock in endpoint destroy during driver detach

In the Linux kernel, the following vulnerability has been resolved: rpmsg: glink: fix deadlock in endpoint destroy during driver detach During driver detach, the device core holds the device mutex throughout the driver's remove callback chain. When the rpmsg endpoint is destroyed as part of that...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/09/17 4:11 p.m.20 views

CVE-2026-93098

CVE-2026-93098 is a deadlock in the Linux kernel's rpmsg: glink subsystem. During driver detach, the device core holds the device mutex throughout the remove callback chain. When the GLINK endpoint destroy path redundantly unregisters the underlying rpmsg device, it calls device_del() , which att...

5.8AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/17 4:11 p.m.36 views

CVE-2026-93098 rpmsg: glink: fix deadlock in endpoint destroy during driver detach

In the Linux kernel, the following vulnerability has been resolved: rpmsg: glink: fix deadlock in endpoint destroy during driver detach During driver detach, the device core holds the device mutex throughout the driver's remove callback chain. When the rpmsg endpoint is destroyed as part of that...

0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/17 4:06 p.m.25 views

CVE-2026-90098 net: sparx5: fix sleep in atomic context in MAC table access

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: fix sleep in atomic context in MAC table access sparx5setrxmode runs with netifaddrlockbh held and iterates dev-mc via devmcsync, which per address calls sparx5mcsync / sparx5mcunsync - sparx5mactlearn /...

0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 4:06 p.m.6 views

CVE-2026-90098 net: sparx5: fix sleep in atomic context in MAC table access

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: fix sleep in atomic context in MAC table access sparx5setrxmode runs with netifaddrlockbh held and iterates dev-mc via devmcsync, which per address calls sparx5mcsync / sparx5mcunsync - sparx5mactlearn /...

5.8AI score
SaveExploits0References5
Rows per page
Query Builder