Lucene search
+L

128 matches found

CVE
CVE
added 2024/05/20 9:41 a.m.96 views

CVE-2024-35953

The CVE-2024-35953 issue affects the Linux kernel’s accel/ivpu code: ivpu_device->context_xa could deadlock because the XA lock could be held in a thread and interrupted by IRQs that also lock it. The fix is to pass XA_FLAGS_LOCK_IRQ during initialization to prevent the second lock in IRQ cont...

5.5CVSS6.5AI score0.00171EPSS
SaveExploits0References3Affected Software1
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.24 views

CVE-2024-35795

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix deadlock while reading mqd from debugfs An errant disk backup on my desktop got into debugfs and triggered the following deadlock scenario in the amdgpu debugfs files. The machine also hard-resets immediately afte...

5.5CVSS6.4AI score0.00172EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/16 1:40 p.m.17 views

USN-6773-1 dotnet7, dotnet8 vulnerabilities

It was discovered that .NET did not properly handle memory in it's Double Parse routine. An attacker could possibly use this issue to achieve remote code execution. CVE-2024-30045 It was discovered that .NET did not properly handle the usage of a shared resource. An attacker could possibly use th...

6.3CVSS6.8AI score0.01688EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/01 7:18 p.m.23 views

CVE-2024-26933

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in port "disable" sysfs attribute The show and store callback routines for the "disable" sysfs attribute file in port.c acquire the device lock for the port's parent hub device. This can cause problems if...

5.5CVSS7.2AI score0.00179EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/01 6:15 a.m.27 views

CVE-2024-26987

In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: fix deadlock when hugetlboptimizevmemmap is enabled When I did hard offline test with hugetlb pages, below deadlock occurs: ====================================================== WARNING: possible circular...

5.5CVSS6AI score0.00175EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.25 views

CVE-2024-26962

In the Linux kernel, the following vulnerability has been resolved: dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape For raid456, if reshape is still in progress, then IO across reshape position will wait for reshape to make progress. However, for dm-raid, in...

5.5CVSS6.4AI score0.00174EPSS
SaveExploits0References10
NVD
NVD
added 2024/04/04 9:15 a.m.18 views

CVE-2024-26781

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix possible deadlock in subflow diag Syzbot and Eric reported a lockdep splat in the subflow diag: WARNING: possible circular locking dependency detected 6.8.0-rc4-syzkaller-00212-g40b9385dd8e6 0 Not tainted...

5.5CVSS7.5AI score0.00173EPSS
SaveExploits0References7
NVD
NVD
added 2024/04/03 5:15 p.m.19 views

CVE-2024-26775

In the Linux kernel, the following vulnerability has been resolved: aoe: avoid potential deadlock at setcapacity Move setcapacity outside of the section procected by &d-lock. To avoid possible interrupt unsafe locking scenario: CPU0 CPU1 ---- ---- 1 lock&bdev-bdsizelock; localirqdisable; 2...

5.5CVSS7.6AI score0.00184EPSS
SaveExploits0References5
NVD
NVD
added 2024/04/03 3:15 p.m.16 views

CVE-2024-26722

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix deadlock in rt5645jackdetectwork There is a path in rt5645jackdetectwork, where rt5645-jdmutex is left locked forever. That may lead to deadlock when rt5645jackdetectwork is called for the second time. Found by...

5.5CVSS7.4AI score0.00182EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/04/03 2:55 p.m.47 views

CVE-2024-26725

In the Linux kernel, the following vulnerability has been resolved: dpll: fix possible deadlock during netlink dump operation Recently, I've been hitting following deadlock warning during dpll pin dump: 52804.637962 ====================================================== 52804.638536 WARNING:...

5.5CVSS6.4AI score0.0015EPSS
SaveExploits0
CVE
CVE
added 2024/04/03 2:55 p.m.169 views

CVE-2024-26725

CVE-2024-26725 affects the Linux kernel. The issue is an ABBA deadlock during netlink pin dump where the code acquires dpll_lock in a genl/ netlink dump path and then re-acquires a second lock via netlink_dump, creating a circular lock dependency. The root cause is the order of lock acquisition w...

5.5CVSS6.7AI score0.0015EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/02/28 10:02 p.m.28 views

CVE-2021-46987

A vulnerability was found in the Linux kernel’s btrfs module, where there are a few exceptional cases when cloning an inline extent needs to copy the inline extent data into a page of the destination inode. When this happens, a transaction starts while having a dirty page for the destination inod...

5.5CVSS6.1AI score0.00181EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.26 views

CVE-2021-47038

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: avoid deadlock between hcidev-lock and socket lock Commit eab2404ba798 "Bluetooth: Add BTPHY socket option" added a dependency between socket lock and hcidev-lock that could lead to deadlock. It turns out that...

5.5CVSS6.4AI score0.00179EPSS
SaveExploits0References6
Prion
Prion
added 2024/02/28 9:15 a.m.28 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: avoid deadlock between hcidev-lock and socket lock Commit eab2404ba798 "Bluetooth: Add BTPHY socket option" added a dependency between socket lock and hcidev-lock that could lead to deadlock. It turns out that...

6.6AI score0.00179EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/26 4:28 p.m.40 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Fix deadlock when enabling ASPM A last minute revert in 6.7-final introduced a potential deadlock when enabling ASPM during probe of Qualcomm PCIe controllers as reported by lockdep:...

7AI score0.00208EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/01/31 12:00 a.m.15 views

PT-2024-3778

Name of the Vulnerable Software and Affected Versions Linux kernel versions 6.7.0 Description A potential deadlock can occur when enabling ASPM during the probe of Qualcomm PCIe controllers, as reported by lockdep. This issue is caused by a possible recursive locking scenario where a task tries t...

5.5CVSS5.5AI score0.00208EPSS
SaveExploits0
CNNVD
CNNVD
added 2023/07/03 12:00 a.m.10 views

CometBFT 安全漏洞

CometBFT is a Byzantine Fault Tolerant BFT middleware that employs stateful transducers written in any programming language and can be safely replicated on many machines. A security vulnerability exists in CometBFT versions v0.34.28, v0.37.1 that stems from the introduction of a deadlock when...

5.3CVSS5.6AI score0.00851EPSS
SaveExploits1References5
OSV
OSV
added 2022/12/07 1:15 a.m.13 views

CVE-2022-42328

Guests can trigger deadlock in Linux netback driver This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. The patch for XSA-392 introduced another issue which might result in a deadlock when trying to free the SKB of a packe...

5.5CVSS6.8AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2022/12/07 12:00 a.m.7 views

CVE-2022-42329

Guests can trigger deadlock in Linux netback driver This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. The patch for XSA-392 introduced another issue which might result in a deadlock when trying to free the SKB of a packe...

6.4AI score0.00213EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2022/11/23 12:00 a.m.5 views

CVE-2022-45873

systemd 250 and 251 allows local users to achieve a systemd-coredump deadlock by triggering a crash that has a long backtrace. This occurs in parseelfobject in shared/elf-util.c. The exploitation methodology is to crash a binary calling the same function recursively, and put it in a deeply nested...

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