Lucene search
+L

7663 matches found

F5 Networks
F5 Networks
added 6 days ago11 views

K000162904: Linux kernel vulnerability CVE-2022-50053

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: iavf: Fix reset error handling Do not call iavfclose in iavfresettask error handling. Doing so can lead to double call of napidisable, which can lead to deadlock there. Removing VF would lead to...

5.5CVSS5.6AI score0.00125EPSS
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2026/08/11 6:47 p.m.6 views

CVE-2026-68237

A flaw was found in the Linux kernel's drm/amdgpu/userq component. During a GPU reset, the prereset function only force-completes fences for mapped queues. If a queue is in another state, its last fence remains pending and never signals after the reset. This can cause the eviction/suspend worker...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/11 5:44 p.m.6 views

CVE-2026-68319

A flaw was found in the pdscore component of the Linux kernel. This vulnerability involves a deadlock condition that can occur when the pciresetfunction and pdscremove functions are called concurrently. This can cause the system to become unresponsive, leading to a denial of service...

5.5CVSS5.3AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/11 5:43 p.m.6 views

CVE-2026-68364

A flaw was found in the drm/amd/display component of the Linux kernel. A deadlock can occur during system suspend and resume operations when video is actively playing. This issue arises due to conflicting locking mechanisms within the display driver, where a function attempting to disable a...

5.5CVSS5.3AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/11 5:42 p.m.6 views

CVE-2026-68296

A flaw was found in the Linux kernel's Generic Routing Encapsulation GRE tunnel implementation. An issue with how lockless transmission was handled for GRE tunnels with Sequence Number SEQ or Checksum CSUM features could lead to a deadlock. This deadlock occurs when the GRE transmit function...

5.5CVSS5.3AI score0.002EPSS
SaveExploits0References4
The Hacker News
The Hacker News
added 2026/08/11 4:35 p.m.13 views

DeadLock Ransomware Uses Polygon Smart Contracts to Make Extortion Infra Harder to Disrupt

The ransomware group known as DeadLock has been observed using decentralized infrastructure to facilitate victim communications and data leak operations in a bid to improve operational resilience. "Its recovery ecosystem combines the Session messaging network with blockchain-backed services that...

5.8AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/11 3:34 p.m.9 views

CVE-2026-68132

A flaw was found in the Linux kernel. A deadlock can occur during the emergency thaw process of frozen block devices. This issue arises when the dothawallcallback function attempts to reacquire a lock it already holds exclusively, while also holding another mutex. This deadlock prevents further...

5.5CVSS5.3AI score0.00173EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/11 10:43 a.m.10 views

CVE-2026-68096

A flaw was found in the Linux kernel's audit subsystem. A local user can trigger a recursive locking deadlock by moving a file that has an existing executable audit rule. This occurs when the audit subsystem attempts to acquire a lock that is already held, leading to a system-wide deadlock. This...

7.5CVSS5.3AI score0.00475EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/11 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-68296

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM Before commit 00d066a4d4ed netdevfeatures: convert NETIFFLLTX to dev-lltx, NETIFFLLTX was set...

5.4AI score0.002EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/11 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-68319

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - pdscore: fix deadlock between reset thread and remove pciresetfunction acquires devicelock before performing the reset. pdscremove is called by the PCI core wit...

5.5AI score0.00168EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/11 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-68173

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ublk: wait on ublkdevready instead of ub-completion ub-completion is only re-armed by a successful STARTUSERRECOVERY. If the ublk server sends ENDUSERRECOVERY...

7.1CVSS5.5AI score0.00157EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:20 p.m.13 views

CVE-2026-68408

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: convert pmsrfreewk to wiphywork to fix deadlock When a netlink socket that owns a PMSR session is closed, cfg80211releasepmsr clears the request's nlportid and queues pmsrfreewk to call cfg80211pmsrprocessabort...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:20 p.m.4 views

CVE-2026-68364

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix ISM dclock deadlock during suspend Why System hang observed during suspend/resume while video is playing. amdgpudmismdisable is called under dclock and waits for ISM delayed work via disabledelayedworksync. T...

0.00162EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/10 1:20 p.m.5 views

CVE-2026-68319

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix deadlock between reset thread and remove pciresetfunction acquires devicelock before performing the reset. pdscremove is called by the PCI core with devicelock already held. If pdscpciresetthread is running when...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:20 p.m.8 views

CVE-2026-68296

In the Linux kernel, the following vulnerability has been resolved: net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM Before commit 00d066a4d4ed "netdevfeatures: convert NETIFFLLTX to dev-lltx", NETIFFLLTX was set unconditionally in both gretunnelinit and ip6gretnlinitfeatures alongside...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.5 views

UBUNTU-CVE-2026-68296

In the Linux kernel, the following vulnerability has been resolved: net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM Before commit 00d066a4d4ed "netdevfeatures: convert NETIFFLLTX to dev-lltx", NETIFFLLTX was set unconditionally in both gretunnelinit and ip6gretnlinitfeatures alongside...

5.2AI score0.002EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:20 p.m.5 views

UBUNTU-CVE-2026-68382

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Hold device ref until queue teardown completes GuC exec queue destruction can run asynchronously. If the final device put happens from a destroy worker, drmm cleanup can end up draining the same workqueue and deadlock...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.5 views

UBUNTU-CVE-2026-68408

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: convert pmsrfreewk to wiphywork to fix deadlock When a netlink socket that owns a PMSR session is closed, cfg80211releasepmsr clears the request's nlportid and queues pmsrfreewk to call cfg80211pmsrprocessabort...

5.3AI score0.00168EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:20 p.m.5 views

UBUNTU-CVE-2026-68237

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: fix indefinite fence wait during GPU reset prereset only force-completes fences of MAPPED queues. A queue in any other state e.g. mid-eviction keeps its lastfence pending; after a GPU reset that fence never...

5.3AI score0.00155EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.5 views

UBUNTU-CVE-2026-68364

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix ISM dclock deadlock during suspend Why System hang observed during suspend/resume while video is playing. amdgpudmismdisable is called under dclock and waits for ISM delayed work via disabledelayedworksync. T...

5.2AI score0.00162EPSS
SaveExploits0References4
Rows per page
Query Builder