Lucene search
+L

325 matches found

Cvelist
Cvelist
added 2024/05/21 2:20 p.m.43 views

CVE-2021-47271 usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix deadlock issue in cdnspthreadirqhandler Patch fixes the following critical issue caused by deadlock which has been detected during testing NCM class: smp: csd: Detected non-responsive CSD lock 1 on CPU0 smp: csd:...

6.4AI score0.00147EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/21 2:20 p.m.55 views

CVE-2021-47271

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix deadlock issue in cdnspthreadirqhandler Patch fixes the following critical issue caused by deadlock which has been detected during testing NCM class: smp: csd: Detected non-responsive CSD lock 1 on CPU0 smp: csd:...

5.5CVSS5.3AI score0.00147EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/18 2:46 a.m.12 views

SUSE CVE-2024-27402

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skbqueueempty use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skbpeek unexpectedly returning NULL or a pointer to an already dequeued socket buffer...

5.8CVSS6.4AI score0.00225EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/05/17 12:15 p.m.25 views

CVE-2024-27402

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skbqueueempty use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skbpeek unexpectedly returning NULL or a pointer to an already dequeued socket buffer...

5.8CVSS6.2AI score0.00225EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/17 12:15 p.m.18 views

UBUNTU-CVE-2024-27402

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skbqueueempty use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skbpeek unexpectedly returning NULL or a pointer to an already dequeued socket buffer...

5.8CVSS6.2AI score0.00225EPSS
SaveExploits0References17
CVE
CVE
added 2024/05/17 11:40 a.m.147 views

CVE-2024-27402

CVE-2024-27402 affects the Linux kernel’s phonet/pep path. The description states a race in skb_queue_empty() is mishandled: receive queues are protected by their spin-locks, not the socket lock, which can cause skb_peek() to return NULL or a pointer to a socket buffer that has already been deque...

5.8CVSS6.7AI score0.00225EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/17 11:40 a.m.36 views

CVE-2024-27402 phonet/pep: fix racy skb_queue_empty() use

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skbqueueempty use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skbpeek unexpectedly returning NULL or a pointer to an already dequeued socket buffer...

6.4AI score0.00225EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/03/19 3:50 a.m.5 views

SUSE CVE-2021-47132

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix skforwardmemory corruption on retransmission MPTCP skforwardmemory handling is a bit special, as such field is protected by the msk socket spinlock, instead of the plain socket lock. Currently we have a code path...

7.1CVSS6.9AI score0.00479EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2024/03/15 9:15 p.m.9 views

CVE-2021-47132

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix skforwardmemory corruption on retransmission MPTCP skforwardmemory handling is a bit special, as such field is protected by the msk socket spinlock, instead of the plain socket lock. Currently we have a code path...

7.1CVSS6.5AI score0.00479EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/03/15 9:15 p.m.10 views

CVE-2021-47132

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix skforwardmemory corruption on retransmission MPTCP skforwardmemory handling is a bit special, as such field is protected by the msk socket spinlock, instead of the plain socket lock. Currently we have a code path...

7.1CVSS5.6AI score0.00479EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/15 9:15 p.m.15 views

UBUNTU-CVE-2021-47132

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix skforwardmemory corruption on retransmission MPTCP skforwardmemory handling is a bit special, as such field is protected by the msk socket spinlock, instead of the plain socket lock. Currently we have a code path...

7.5CVSS5.8AI score0.00479EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/03/15 12:00 a.m.7 views

PT-2024-11182 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to MPTCP sk forward memory handling, which is protected by the msk socket spin lock. A code path updating this field without handling the relevant lock can cause...

7.1CVSS6.6AI score0.00479EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/03/06 6:45 a.m.33 views

CVE-2023-52587 IB/ipoib: Fix mcast list locking

In the Linux kernel, the following vulnerability has been resolved: IB/ipoib: Fix mcast list locking Releasing the priv-lock while iterating the priv-multicastlist in ipoibmcastjointask opens a window for ipoibmcastdevflush to remove the items while in the middle of iteration. If the mcast is...

6.8AI score0.00309EPSS
SaveExploits1References8
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.44 views

CVE-2023-52516 dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock

In the Linux kernel, the following vulnerability has been resolved: dma-debug: don't call dmaentryalloccheckleak under freeentrieslock dmaentryalloccheckleak calls into printk - serial console output qcom geni and grabs port-lock under freeentrieslock spin lock, which is a reverse locking...

7.9AI score0.00171EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/02/29 3:56 a.m.16 views

SUSE CVE-2021-46939

In the Linux kernel, the following vulnerability has been resolved: tracing: Restructure traceclockglobal to never block It was reported that a fix to the ring buffer recursion detection would cause a hung machine when performing suspend / resume testing. The following backtrace was extracted fro...

5.5CVSS8AI score0.00246EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/02/28 8:03 a.m.39 views

CVE-2021-46939

In the Linux kernel, the following vulnerability has been resolved: tracing: Restructure traceclockglobal to never block It was reported that a fix to the ring buffer recursion detection would cause a hung machine when performing suspend / resume testing. The following backtrace was extracted fro...

5.5CVSS7AI score0.00246EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/27 7:04 p.m.30 views

CVE-2021-46939

In the Linux kernel, the following vulnerability has been resolved: tracing: Restructure traceclockglobal to never block It was reported that a fix to the ring buffer recursion detection would cause a hung machine when performing suspend / resume testing. The following backtrace was extracted fro...

5.5CVSS6.5AI score0.00246EPSS
SaveExploits0References9
OSV
OSV
added 2024/02/27 7:04 p.m.15 views

UBUNTU-CVE-2021-46939

In the Linux kernel, the following vulnerability has been resolved: tracing: Restructure traceclockglobal to never block It was reported that a fix to the ring buffer recursion detection would cause a hung machine when performing suspend / resume testing. The following backtrace was extracted fro...

5.5CVSS6.4AI score0.00246EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2024/02/22 12:00 a.m.17 views

PT-2024-3854

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to a race condition in the skb queue empty function, where the receive queues are protected by their respective spin-lock, not the socket lock. This could lead to sk...

5.8CVSS5.5AI score0.00225EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.17 views

kernel: Linux kernel: Hard lockup in lpfc driver leads to Denial of Service

A flaw was found in the Linux kernel. A local user could trigger a hard lockup by concurrently reading the rxmonitor from debugfs during I/O operations in the lpfc driver. This concurrency issue, caused by insufficient spin lock protection, leads to a system crash and results in a Denial of Servi...

5.7AI score0.00241EPSS
SaveExploits0References5
Rows per page
Query Builder