Lucene search
+L

7732 matches found

CVE
CVE
added 2024/05/01 5:27 a.m.253 views

CVE-2024-26987

CVE-2024-26987 refers to a Linux kernel issue where a deadlock could occur in memory failure handling when hugetlb_optimize_vmemmap is enabled. The vulnerability is described with a deadlock scenario involving memory_failure/hard_offline_page_store and a dependency chain between cpu_hotplug_lock ...

5.5CVSS6.1AI score0.00175EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/05/01 5:20 a.m.23 views

CVE-2024-26976 KVM: Always flush async #PF workqueue when vCPU is being destroyed

In the Linux kernel, the following vulnerability has been resolved: KVM: Always flush async PF workqueue when vCPU is being destroyed Always flush the per-vCPU async PF workqueue when a vCPU is clearing its completion queue, e.g. when a VM and all its vCPUs is being destroyed. KVM must ensure tha...

7.8CVSS5.9AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/01 5:20 a.m.56 views

CVE-2024-26976 KVM: Always flush async #PF workqueue when vCPU is being destroyed

In the Linux kernel, the following vulnerability has been resolved: KVM: Always flush async PF workqueue when vCPU is being destroyed Always flush the per-vCPU async PF workqueue when a vCPU is clearing its completion queue, e.g. when a VM and all its vCPUs is being destroyed. KVM must ensure tha...

7.8CVSS7.6AI score0.00261EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/01 5:19 a.m.68 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.5CVSS7.2AI score0.00174EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/01 5:19 a.m.42 views

CVE-2024-26962 dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape

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...

6.6AI score0.00174EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/01 5:19 a.m.3742 views

CVE-2024-26962

CVE-2024-26962 — Linux kernel (dm-raid/raid456 deadlock during reshape) Root cause: when a RAID-456 reshape is in progress, IO across the reshape position may wait for reshape progress. In the dm-raid path, certain states (read-only array, MD_RECOVERY_WAIT, MD_RECOVERY_FROZEN) caused reshape to f...

5.5CVSS6.5AI score0.00174EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 5:19 a.m.27 views

CVE-2024-26962 dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape

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...

6.7AI score0.00174EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/01 5:17 a.m.39 views

CVE-2024-26934 USB: core: Fix deadlock in usb_deauthorize_interface()

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usbdeauthorizeinterface Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interfaceauthorizedstore function is the only one which acquires a device lock on an ancestor device: ...

7.7AI score0.0019EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/01 5:17 a.m.312 views

CVE-2024-26934

CVE-2024-26934: Linux kernel USB core deadlock in usb_deauthorize_interface() when sysfs attribute callbacks hold a parent device lock. Affected: drivers/usb/core/sysfs.c (interface_authorized_store) acquiring parent device lock; fix uses sysfs_break_active_protection() to avoid waiting for the c...

7.8CVSS6.4AI score0.0019EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2024/05/01 5:17 a.m.22 views

CVE-2024-26934 USB: core: Fix deadlock in usb_deauthorize_interface()

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usbdeauthorizeinterface Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interfaceauthorizedstore function is the only one which acquires a device lock on an ancestor device: ...

6.3AI score
SaveExploits0References15
Vulnrichment
Vulnrichment
added 2024/05/01 5:17 a.m.40 views

CVE-2024-26934 USB: core: Fix deadlock in usb_deauthorize_interface()

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usbdeauthorizeinterface Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interfaceauthorizedstore function is the only one which acquires a device lock on an ancestor device: ...

7.1AI score0.0019EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/01 5:17 a.m.60 views

CVE-2024-26934

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usbdeauthorizeinterface Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interfaceauthorizedstore function is the only one which acquires a device lock on an ancestor device: ...

7.8CVSS7.7AI score0.0019EPSS
SaveExploits0
CVE
CVE
added 2024/05/01 5:17 a.m.223 views

CVE-2024-26933

CVE-2024-26933 is described in connected advisories as a Linux kernel USB core fix: it resolves a deadlock in the port "disable" sysfs attribute handling. The show/store callbacks for the disable sysfs file in port.c acquire the hub’s device lock, while removing a hub (and potentially changing it...

7.8CVSS7.2AI score0.00179EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/05/01 5:17 a.m.17 views

CVE-2024-26933 USB: core: Fix deadlock in port "disable" sysfs attribute

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...

6.2AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/01 5:17 a.m.35 views

CVE-2024-26933 USB: core: Fix deadlock in port "disable" sysfs attribute

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...

7.5AI score0.00179EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/01 5:17 a.m.14 views

CVE-2024-26933 USB: core: Fix deadlock in port "disable" sysfs attribute

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...

6.7AI score0.00179EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/01 5:17 a.m.16 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...

7.8CVSS7.6AI score0.00179EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/05/01 12:00 a.m.5 views

Linux kernel 安全漏洞

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 the occurrence of a deadlock problem...

5.5CVSS6.5AI score0.00173EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/05/01 12:00 a.m.11 views

Linux kernel 安全漏洞

The Linux Kernel is the core component of the Linux operating system that manages the system's resources. A memory corruption vulnerability exists in the usbtvvideofree function in the Linux Kernel, which stems from an unnecessary lock call in the usbtvvideofree function that could lead to a...

5.5CVSS8.1AI score0.00213EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/05/01 12:00 a.m.6 views

Linux kernel 安全漏洞

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 the occurrence of a deadlock problem...

5.5CVSS6.5AI score0.002EPSS
SaveExploits0References6
Rows per page
Query Builder