Lucene search
+L

7824 matches found

Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.8 views

exfat: fix potential deadlock on __exfat_get_dentry_set

...

5.5CVSS6.1AI score0.00166EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.15 views

usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

...

5.5CVSS5.8AI score0.00176EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.7 views

drm/amdgpu: fix deadlock while reading mqd from debugfs

...

5.5CVSS6.5AI score0.00172EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.6 views

mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled

...

5.5CVSS6.2AI score0.00175EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.8 views

riscv: kexec: Avoid deadlock in kexec crash path

...

5.5CVSS6.2AI score0.00199EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/09/11 1:10 a.m.11 views

kernel: Bluetooth: af_bluetooth: Fix deadlock

A flaw was found in the Linux kernel’s Bluetooth subsystem, specifically within the afbluetooth module. The issue arises when attempting to perform a socklock on the .recvmsg method, leading to a deadlock situation. In this scenario, multiple tasks wait indefinitely for a resource, causing...

6.5CVSS7.2AI score0.00493EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/09/11 12:00 a.m.9 views

CVE-2024-43855

...

5.5CVSS6.1AI score0.00209EPSS
SaveExploits0
OSV
OSV
added 2024/09/10 8:45 a.m.26 views

SUSE-SU-2024:3189-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-43907: drm/amdgpu/pm: fix the null pointer dereference in applystateadjustrules bsc1229787. - CVE-2024-43905: drm/amd/pm: fix the null pointer dereferenc...

9.8CVSS8.2AI score0.00922EPSS
SaveExploits4References228
Positive Technologies
Positive Technologies
added 2024/09/10 12:00 a.m.16 views

PT-2025-2814

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.74 Description: A vulnerability has been resolved in the Linux kernel, specifically in the btrfs module. The issue is related to a possible recursive locking detected when running fstests btrfs/011 with MKFS...

5.5CVSS5.4AI score0.00146EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/09/10 12:00 a.m.16 views

PT-2024-32782

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A task hang issue due to a deadlock case was reported by syzbot, where it is waiting for the folio lock of a cached folio that will be used for cache I/Os. The issue is caused by handlin...

5.5CVSS5.6AI score0.00182EPSS
SaveExploits0
CNVD
CNVD
added 2024/09/10 12:00 a.m.11 views

Unspecified vulnerability in Linux kernel (CNVD-2024-39520)

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a deadlock issue in the xen:privcmd component that may result from the use of mutually exclusive locks. No...

5.5CVSS6.5AI score0.00164EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/09/05 2:47 a.m.8 views

SUSE CVE-2024-44953

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix deadlock during RTC update There is a deadlock when runtime suspend waits for the flush of RTC work, and the RTC work calls ufshcdrpmgetsync to wait for runtime resume. Here is deadlock backtrace: kworker/0:1...

5.5CVSS7.6AI score0.00164EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/09/05 2:47 a.m.8 views

SUSE CVE-2024-44957

In the Linux kernel, the following vulnerability has been resolved: xen: privcmd: Switch from mutex to spinlock for irqfds irqfdwakeup gets EPOLLHUP, when it is called by eventfdrelease by way of wakeuppoll&ctx-wqh, EPOLLHUP, which gets called under spinlockirqsave. We can't use a mutex here as i...

5.5CVSS7.6AI score0.00164EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/09/04 10:16 p.m.18 views

CVE-2024-44995

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix a deadlock problem when config TC during resetting When config TC during the reset process, may cause a deadlock, the flow is as below: pf reset start │ ▼ ...... setup tc │ │ ▼ ▼ DOWN: napidisable napidisableskip │...

4.4CVSS6.8AI score0.0019EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 9:41 p.m.23 views

CVE-2024-45003

In the Linux kernel, the following vulnerability has been resolved: vfs: Don't evict inode under the inode lru traversing context The inode reclaiming processSee function pruneicachesb collects all reclaimable inodes and mark them with IFREEING flag at first, at that time, other processes will be...

4.7CVSS7.4AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 8:45 p.m.15 views

CVE-2024-44953

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix deadlock during RTC update There is a deadlock when runtime suspend waits for the flush of RTC work, and the RTC work calls ufshcdrpmgetsync to wait for runtime resume. Here is deadlock backtrace: kworker/0:1...

5.5CVSS7AI score0.00164EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 8:45 p.m.25 views

CVE-2024-44952

In the Linux kernel, the following vulnerability has been resolved: driver core: Fix ueventshow vs driver detach race ueventshow wants to de-reference dev-driver-name. There is no clean way for a device attribute to de-reference dev-driver unless that attribute is defined via struct...

5.5CVSS6AI score
SaveExploits0References4
NVD
NVD
added 2024/09/04 8:15 p.m.19 views

CVE-2024-45003

In the Linux kernel, the following vulnerability has been resolved: vfs: Don't evict inode under the inode lru traversing context The inode reclaiming processSee function pruneicachesb collects all reclaimable inodes and mark them with IFREEING flag at first, at that time, other processes will be...

4.7CVSS0.00174EPSS
SaveExploits0References9
OSV
OSV
added 2024/09/04 8:15 p.m.14 views

AZL-48735 CVE-2024-44995 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix a deadlock problem when config TC during resetting When config TC during the reset process, may cause a deadlock, the flow is as below: pf reset start │ ▼ ...... setup tc │ │ ▼ ▼ DOWN: napidisable napidisableskip │...

5.5CVSS6.3AI score0.0019EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/04 8:15 p.m.12 views

CVE-2024-44995

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix a deadlock problem when config TC during resetting When config TC during the reset process, may cause a deadlock, the flow is as below: pf reset start │ ▼ ...... setup tc │ │ ▼ ▼ DOWN: napidisable napidisableskip │...

7.8CVSS0.0019EPSS
SaveExploits0References9
Rows per page
Query Builder