Lucene search
+L

4795 matches found

OSV
OSV
added 2024/03/02 10:15 p.m.5 views

UBUNTU-CVE-2023-52522

In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neighperiodicwork While looking at a related syzbot report involving neighperiodicwork, I found that I forgot to add an annotation when deleting an RCU protected item from a list. Readers use...

8.8CVSS6.1AI score0.00332EPSS
SaveExploits0References9
Prion
Prion
added 2024/03/02 10:15 p.m.31 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neighperiodicwork While looking at a related syzbot report involving neighperiodicwork, I found that I forgot to add an annotation when deleting an RCU protected item from a list. Readers use...

7.3AI score0.00332EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/03/02 10:15 p.m.32 views

CVE-2023-52509

In the Linux kernel, the following vulnerability has been resolved: ravb: Fix use-after-free issue in ravbtxtimeoutwork The ravbstop should call cancelworksync. Otherwise, ravbtxtimeoutwork is possible to use the freed priv after ravbremove was called like below: CPU0 CPU1 ravbtxtimeout ravbremov...

7.8CVSS6.1AI score0.00242EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/02 10:15 p.m.6 views

UBUNTU-CVE-2023-52509

In the Linux kernel, the following vulnerability has been resolved: ravb: Fix use-after-free issue in ravbtxtimeoutwork The ravbstop should call cancelworksync. Otherwise, ravbtxtimeoutwork is possible to use the freed priv after ravbremove was called like below: CPU0 CPU1 ravbtxtimeout ravbremov...

7.8CVSS6.2AI score0.00242EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/03/02 5:49 a.m.2 views

SUSE CVE-2021-47023

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix port event handling on init For some reason there might be a crash during ports creation if port events are handling at the same time because fw may send initial port event with down state. The crash...

8.2CVSS6.4AI score0.0084EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/02/29 10:8 a.m.24 views

CVE-2021-47024

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: free queued packets when closing socket As reported by syzbot 1, there is a memory leak while closing the socket. We partially solved this issue with commit ac03046ece2b "vsock/virtio: free packets during the socket...

5.5CVSS6.5AI score0.0025EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2024/02/28 9:15 a.m.8 views

CVE-2021-47022

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix memleak when mt7615unregisterdevice mt7615txtokenput should get call before mt76freependingtxwi...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/02/28 9:15 a.m.2 views

DEBIAN-CVE-2021-47023

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix port event handling on init For some reason there might be a crash during ports creation if port events are handling at the same time because fw may send initial port event with down state. The crash...

8.2CVSS4.7AI score0.0084EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/28 9:15 a.m.10 views

CVE-2021-47031

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix memory leak in mt7921coredumpwork Fix possible memory leak in mt7921coredumpwork...

4.3CVSS5.6AI score0.00614EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2024/02/28 9:15 a.m.14 views

CVE-2021-47001

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Fix cwnd update ordering After a reconnect, the reply handler is opening the cwnd and thus enabling more RPC Calls to be sent /before/ rpcrdmapostrecvs can post enough Receive WRs to receive their replies. This causes a...

4.7CVSS6.4AI score0.00743EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/02/28 9:15 a.m.16 views

DEBIAN-CVE-2021-46983

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: Fix NULL deref when SEND is completed with error When running some traffic and taking down the link on peer, a retry counter exceeded error is received. This leads to nvmetrdmaerrorcomp which tried accessing the...

5.5CVSS5.5AI score0.00627EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/28 9:15 a.m.5 views

UBUNTU-CVE-2021-47001

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Fix cwnd update ordering After a reconnect, the reply handler is opening the cwnd and thus enabling more RPC Calls to be sent /before/ rpcrdmapostrecvs can post enough Receive WRs to receive their replies. This causes a...

7.5CVSS6.2AI score0.00743EPSS
SaveExploits0References13
OSV
OSV
added 2024/02/28 9:15 a.m.17 views

UBUNTU-CVE-2021-47023

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix port event handling on init For some reason there might be a crash during ports creation if port events are handling at the same time because fw may send initial port event with down state. The crash...

8.2CVSS5.7AI score0.0084EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.28 views

CVE-2021-47024 vsock/virtio: free queued packets when closing socket

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: free queued packets when closing socket As reported by syzbot 1, there is a memory leak while closing the socket. We partially solved this issue with commit ac03046ece2b "vsock/virtio: free packets during the socket...

7.5AI score0.0025EPSS
SaveExploits0References4
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 4:2 a.m.7 views

SUSE CVE-2021-46932

In the Linux kernel, the following vulnerability has been resolved: Input: appletouch - initialize work before device registration Syzbot has reported warning in flushwork. This warning is caused by work-func == NULL, which means missing work initialization. This may happen, since inputdev-close...

2.5CVSS5.9AI score0.00228EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/02/28 3:40 a.m.4 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
CNNVD
CNNVD
added 2024/02/28 12:0 a.m.8 views

Linux kernel security vulnerabilities

The Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from a memory leak in mt7921coredumpwork...

4.3CVSS6.5AI score0.00614EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/27 7:4 p.m.6 views

CVE-2021-46942

In the Linux kernel, the following vulnerability has been resolved: iouring: fix shared sqpoll cancellation hangs 736.982891 INFO: task iou-sqp-4294:4295 blocked for more than 122 seconds. 736.982897 Call Trace: 736.982901 schedule+0x68/0xe0 736.982903 iouringcancelsqpoll+0xdb/0x110 736.982908...

5.5CVSS5.6AI score0.00193EPSS
SaveExploits0References2
Rows per page
Query Builder