Lucene search
+L

574 matches found

CVE
CVE
added 2024/04/17 3:59 p.m.128 views

CVE-2024-26917

CVE-2024-26917 affects the Linux kernel SCSI/FCoE path. The vulnerability stems from reverting a commit that changed spin lock usage for FCoE devices (from bh to irqsave), which caused interrupts to be lost for FCoE devices. The problem was introduced in the patch set around scsi: fcoe: Fix poten...

5.5CVSS6.3AI score0.00239EPSS
SaveExploits0References10Affected Software1
RedhatCVE
RedhatCVE
added 2024/03/25 5:54 p.m.34 views

CVE-2021-47178

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Avoid smpprocessorid in preemptible code The BUG message "BUG: using smpprocessorid in preemptible 00000000 code" was observed for TCMU devices with kernel config DEBUGPREEMPT. The message was observed when...

4.4CVSS7.7AI score0.00578EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/03/25 9:16 a.m.19 views

CVE-2021-47178 scsi: target: core: Avoid smp_processor_id() in preemptible code

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Avoid smpprocessorid in preemptible code The BUG message "BUG: using smpprocessorid in preemptible 00000000 code" was observed for TCMU devices with kernel config DEBUGPREEMPT. The message was observed when...

7.5CVSS7.3AI score0.00578EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/25 9:16 a.m.146 views

CVE-2021-47178

CVE-2021-47178 : Linux kernel vulnerability in SCSI target code where smp_processor_id() was used in preemptible code. The issue manifested as a BUG message in preemptible kernel paths (TCMU/target_core_mod) and during shutdown, triggered by commands queued to TCMU devices using certain backends....

7.5CVSS7.1AI score0.00578EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/03/25 9:16 a.m.27 views

CVE-2021-47163

In the Linux kernel, the following vulnerability has been resolved: tipc: wait and exit until all work queues are done On some host, a crash could be triggered simply by repeating these commands several times: modprobe tipc tipc bearer enable media udp name UDP1 localip 127.0.0.1 rmmod tipc BUG:...

7.8CVSS7.4AI score0.00186EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/03/25 12:0 a.m.37 views

CVE-2021-47178

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Avoid smpprocessorid in preemptible code The BUG message "BUG: using smpprocessorid in preemptible 00000000 code" was observed for TCMU devices with kernel config DEBUGPREEMPT. The message was observed when...

7.5CVSS6.4AI score0.00578EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/21 11:15 a.m.14 views

UBUNTU-CVE-2024-26643

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allows it to collect elements from anonymous sets with timeouts while it is being released fr...

7.8CVSS6.2AI score0.00202EPSS
SaveExploits0References19
OSV
OSV
added 2024/03/18 11:15 a.m.1 views

DEBIAN-CVE-2023-52609

In the Linux kernel, the following vulnerability has been resolved: binder: fix race between mmput and doexit Task A calls binderupdatepagerange to allocate and insert pages on a remote address space from Task B. For this, Task A pins the remote mm via mmgetnotzero first. This can race with Task ...

4.7CVSS5.4AI score0.00185EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/02/28 4:2 a.m.6 views

SUSE CVE-2021-46917

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq cleanup of WQCFG registers A pre-release silicon erratum workaround where wq reset does not clear WQCFG registers was leaked into upstream code. Use wq reset command instead of blasting the MMIO region. Th...

3.4CVSS7.8AI score0.00225EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/02/28 4:2 a.m.7 views

SUSE CVE-2021-46919

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq size store permission state WQ size can only be changed when the device is disabled. Current code allows change when device is enabled but wq is disabled. Change the check to detect device state...

4.4CVSS7.8AI score0.00222EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/02/28 3:40 a.m.5 views

SUSE CVE-2024-26606

In the Linux kernel, the following vulnerability has been resolved: binder: signal epoll threads of self-work In epoll mode, threads often depend on I/O events to determine when data is ready for consumption. Within binder, a thread may initiate a command via BINDERWRITEREAD without a read buffer...

5.5CVSS6.2AI score0.00242EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:15 a.m.5 views

CVE-2021-46919

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq size store permission state WQ size can only be changed when the device is disabled. Current code allows change when device is enabled but wq is disabled. Change the check to detect device state...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:15 a.m.6 views

CVE-2021-46917

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq cleanup of WQCFG registers A pre-release silicon erratum workaround where wq reset does not clear WQCFG registers was leaked into upstream code. Use wq reset command instead of blasting the MMIO region. Th...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/02/27 7:15 a.m.2 views

DEBIAN-CVE-2021-46917

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq cleanup of WQCFG registers A pre-release silicon erratum workaround where wq reset does not clear WQCFG registers was leaked into upstream code. Use wq reset command instead of blasting the MMIO region. Th...

5.5CVSS5.6AI score0.00225EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/02/27 12:0 a.m.9 views

Linux kernel security vulnerabilities

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 removal of the WQMEMRECLAIM flag from a stateful work queue...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/02/27 12:0 a.m.9 views

Linux kernel security vulnerabilities

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 wq reset that does not clear the WQCFG register...

5.5CVSS8.2AI score0.00225EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/02/27 12:0 a.m.9 views

PT-2024-2973 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the dmaengine component, specifically the idxd module, in the Linux kernel. It allows changes to be made when the device is enabled but the wq work queue is...

7.8CVSS7.2AI score0.01549EPSS
SaveExploits5References806
SUSE CVE
SUSE CVE
added 2023/08/05 2:2 a.m.7 views

SUSE CVE-2023-4133

A use-after-free vulnerability was found in the cxgb4 driver in the Linux kernel. The bug occurs when the cxgb4 device is detaching due to a possible rearming of the flowerstatstimer from the work queue. This flaw allows a local user to crash the system, causing a denial of service condition...

5.1CVSS6.2AI score0.00231EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2023/08/03 3:15 p.m.28 views

CVE-2023-4133

A use-after-free vulnerability was found in the cxgb4 driver in the Linux kernel. The bug occurs when the cxgb4 device is detaching due to a possible rearming of the flowerstatstimer from the work queue. This flaw allows a local user to crash the system, causing a denial of service condition...

5.5CVSS6.4AI score0.00231EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.6 views

kernel: driver core: fix deadlock in __device_attach

In the Linux kernel, the following vulnerability has been resolved: driver core: fix deadlock in deviceattach In deviceattach function, The lock holding logic is as follows: ... deviceattach devicelockdev // get lock dev asyncscheduledevdeviceattachasynchelper, dev; // func asyncschedulenode...

5.5CVSS6.5AI score0.00214EPSS
SaveExploits0References5
Rows per page
Query Builder