Lucene search
+L

7761 matches found

ATTACKERKB
ATTACKERKB
added 2025/02/27 8:16 p.m.5 views

CVE-2025-21807

In the Linux kernel, the following vulnerability has been resolved: block: fix queue freeze vs limits lock order in sysfs store methods queueattrstore always freezes a device queue before calling the attribute store operation. For attributes that control queue limits, the store operation will als...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/02/27 8:16 p.m.1 views

DEBIAN-CVE-2024-58042

In the Linux kernel, the following vulnerability has been resolved: rhashtable: Fix potential deadlock by moving schedulework outside lock Move the hash table growth check and work scheduling outside the rht lock to prevent a possible circular locking dependency. The original implementation could...

5.5CVSS5.7AI score0.00164EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/27 8:16 p.m.10 views

CVE-2024-58042

In the Linux kernel, the following vulnerability has been resolved: rhashtable: Fix potential deadlock by moving schedulework outside lock Move the hash table growth check and work scheduling outside the rht lock to prevent a possible circular locking dependency. The original implementation could...

5.5CVSS0.00164EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 8:16 p.m.22 views

UBUNTU-CVE-2025-21820

In the Linux kernel, the following vulnerability has been resolved: tty: xilinxuartps: split sysrq handling lockdep detects the following circular locking dependency: CPU 0 CPU 1 ========================== ============================ cdnsuartisr printk uartportlockport consolelock...

5.5CVSS6.2AI score0.00162EPSS
SaveExploits0References34
OSV
OSV
added 2025/02/27 8:16 p.m.13 views

UBUNTU-CVE-2024-58042

In the Linux kernel, the following vulnerability has been resolved: rhashtable: Fix potential deadlock by moving schedulework outside lock Move the hash table growth check and work scheduling outside the rht lock to prevent a possible circular locking dependency. The original implementation could...

5.5CVSS6.5AI score0.00164EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/27 8:16 p.m.20 views

UBUNTU-CVE-2025-21807

In the Linux kernel, the following vulnerability has been resolved: block: fix queue freeze vs limits lock order in sysfs store methods queueattrstore always freezes a device queue before calling the attribute store operation. For attributes that control queue limits, the store operation will als...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/27 8:16 p.m.19 views

UBUNTU-CVE-2025-21817

In the Linux kernel, the following vulnerability has been resolved: block: mark GFPNOIO around sysfs -store sysfs -store is called with queue freezed, meantime we have several -store callbacksupdatenrrequests, wbt, scheduler to allocate memory with GFPKERNEL which may run into direct reclaim code...

5.5CVSS5.8AI score0.00124EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/27 8:16 p.m.17 views

UBUNTU-CVE-2025-21809

In the Linux kernel, the following vulnerability has been resolved: rxrpc, afs: Fix peer hash locking vs RCU callback In its address list, afs now retains pointers to and refs on one or more rxrpcpeer objects. The address list is freed under RCU and at this time, it puts the refs on those peers...

7.5CVSS6.5AI score0.00299EPSS
SaveExploits0References18
OSV
OSV
added 2025/02/27 8:04 p.m.15 views

CVE-2025-21820 tty: xilinx_uartps: split sysrq handling

In the Linux kernel, the following vulnerability has been resolved: tty: xilinxuartps: split sysrq handling lockdep detects the following circular locking dependency: CPU 0 CPU 1 ========================== ============================ cdnsuartisr printk uartportlockport consolelock...

6AI score
SaveExploits0References10
CVE
CVE
added 2025/02/27 8:04 p.m.138 views

CVE-2025-21820

CVE-2025-21820 affects the Linux kernel tty/xilinx_uartps driver. A deadlock could occur due to a circular lock dependency between uart_port_lock and console_lock when handling sysrq. The fix splits sysrq handling into two parts: using a prepare step under the port lock and deferring actual handl...

5.5CVSS6.5AI score0.00162EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/02/27 8:04 p.m.33 views

CVE-2025-21820 tty: xilinx_uartps: split sysrq handling

In the Linux kernel, the following vulnerability has been resolved: tty: xilinxuartps: split sysrq handling lockdep detects the following circular locking dependency: CPU 0 CPU 1 ========================== ============================ cdnsuartisr printk uartportlockport consolelock...

0.00162EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/02/27 8:04 p.m.23 views

CVE-2025-21817 block: mark GFP_NOIO around sysfs ->store()

In the Linux kernel, the following vulnerability has been resolved: block: mark GFPNOIO around sysfs -store sysfs -store is called with queue freezed, meantime we have several -store callbacksupdatenrrequests, wbt, scheduler to allocate memory with GFPKERNEL which may run into direct reclaim code...

0.00124EPSS
SaveExploits0References2
CVE
CVE
added 2025/02/27 8:04 p.m.104 views

CVE-2025-21817

The CVE-2025-21817 entry concerns the Linux kernel block subsystem: GFP_NOIO is now required around sysfs ->store() to prevent potential deadlock when sysfs->store callbacks allocate memory via GFP_KERNEL during direct reclaim. This vulnerability vector arises from GFP_KERNEL allocations ta...

5.5CVSS6.7AI score0.00124EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/02/27 8:04 p.m.12 views

CVE-2025-21817 block: mark GFP_NOIO around sysfs ->store()

In the Linux kernel, the following vulnerability has been resolved: block: mark GFPNOIO around sysfs -store sysfs -store is called with queue freezed, meantime we have several -store callbacksupdatenrrequests, wbt, scheduler to allocate memory with GFPKERNEL which may run into direct reclaim code...

6.1AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/27 8:01 p.m.4 views

CVE-2025-21809 rxrpc, afs: Fix peer hash locking vs RCU callback

In the Linux kernel, the following vulnerability has been resolved: rxrpc, afs: Fix peer hash locking vs RCU callback In its address list, afs now retains pointers to and refs on one or more rxrpcpeer objects. The address list is freed under RCU and at this time, it puts the refs on those peers...

7.5CVSS6AI score0.00299EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/02/27 8:01 p.m.21 views

CVE-2025-21809 rxrpc, afs: Fix peer hash locking vs RCU callback

In the Linux kernel, the following vulnerability has been resolved: rxrpc, afs: Fix peer hash locking vs RCU callback In its address list, afs now retains pointers to and refs on one or more rxrpcpeer objects. The address list is freed under RCU and at this time, it puts the refs on those peers...

7.5CVSS0.00299EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/27 8:01 p.m.129 views

CVE-2025-21809

Technical details for CVE-2025-21809 are not publicly available in the provided connected documents; monitor for official advisories or vendor updates for affected products, impact, and fixes.

7.5CVSS6.5AI score0.00299EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/27 8:01 p.m.10 views

CVE-2025-21809 rxrpc, afs: Fix peer hash locking vs RCU callback

In the Linux kernel, the following vulnerability has been resolved: rxrpc, afs: Fix peer hash locking vs RCU callback In its address list, afs now retains pointers to and refs on one or more rxrpcpeer objects. The address list is freed under RCU and at this time, it puts the refs on those peers...

7.5CVSS6AI score
SaveExploits0References6
OSV
OSV
added 2025/02/27 8:00 p.m.14 views

CVE-2025-21807 block: fix queue freeze vs limits lock order in sysfs store methods

In the Linux kernel, the following vulnerability has been resolved: block: fix queue freeze vs limits lock order in sysfs store methods queueattrstore always freezes a device queue before calling the attribute store operation. For attributes that control queue limits, the store operation will als...

4.9AI score
SaveExploits0References6
CVE
CVE
added 2025/02/27 8:00 p.m.91 views

CVE-2025-21807

CVE-2025-21807 (Linux kernel) affects the block subsystem. queue_attr_store() previously freezes the device queue before invoking the attribute store operation. For attributes controlling queue limits, the store could lock queue limits via queue_limits_start_update(), creating an ABBA deadlock if...

5.5CVSS6.5AI score0.00145EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder