Lucene search
K

3975 matches found

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

Spoofing

In the Linux kernel, the following vulnerability has been resolved: drm/meson: fix memory leak on -hpdnotify callback The EDID returned by drmbridgegetedid needs to be freed...

7.3AI score0.00015EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/03/02 9:59 p.m.24 views

CVE-2023-52572 cifs: Fix UAF in cifs_demultiplex_thread()

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix UAF in cifsdemultiplexthread There is a UAF when xfstests on cifs: BUG: KASAN: use-after-free in smb2isnetworknamedeleted+0x27/0x160 Read of size 4 at addr ffff88810103fc08 by task cifsd/923 CPU: 1 PID: 923 Comm: cifsd...

6.5AI score0.00013EPSS
Exploits0References6
CNNVD
CNNVD
added 2024/03/02 12:0 a.m.2 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 fact that allocating memory using the GFPKERNEL flag may re-enable IRQ during a hang callback...

5.5CVSS6AI score0.00015EPSS
Exploits0References5
NVD
NVD
added 2024/02/28 9:15 a.m.13 views

CVE-2021-47041

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix incorrect locking in statechange sk callback We are not changing anything in the TCP connection state so we should not take a writelock but rather a read lock. This caused a deadlock when running nvmet-tcp and...

5.5CVSS7.3AI score0.00015EPSS
Exploits0References5
OSV
OSV
added 2024/02/28 9:15 a.m.4 views

CVE-2021-47041

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix incorrect locking in statechange sk callback We are not changing anything in the TCP connection state so we should not take a writelock but rather a read lock. This caused a deadlock when running nvmet-tcp and...

5.5CVSS7.3AI score
Exploits0References5
Prion
Prion
added 2024/02/28 9:15 a.m.16 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix incorrect locking in statechange sk callback We are not changing anything in the TCP connection state so we should not take a writelock but rather a read lock. This caused a deadlock when running nvmet-tcp and...

6.6AI score0.00015EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.22 views

CVE-2021-47041

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix incorrect locking in statechange sk callback We are not changing anything in the TCP connection state so we should not take a writelock but rather a read lock. This caused a deadlock when running nvmet-tcp and...

5.5CVSS5.1AI score0.00015EPSS
Exploits0
CNNVD
CNNVD
added 2024/02/28 12:0 a.m.2 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 incorrect locking in the statechange sk callback...

5.5CVSS6.5AI score0.00015EPSS
Exploits0References6
Prion
Prion
added 2024/02/27 7:4 p.m.18 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Avoid potential use after free in MHI send It is possible that the MHI ulcallback will be invoked immediately following the queueing of the skb for transmission, leading to the callback decrementing the refcount of the...

7.3AI score0.00019EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/02/27 6:47 p.m.28 views

CVE-2021-46973

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Avoid potential use after free in MHI send It is possible that the MHI ulcallback will be invoked immediately following the queueing of the skb for transmission, leading to the callback decrementing the refcount of the...

8.4CVSS6.3AI score0.00019EPSS
Exploits0
NVD
NVD
added 2024/02/27 10:15 a.m.16 views

CVE-2021-46931

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Wrap the tx reporter dump callback to extract the sq Function mlx5etxreporterdumpsq casts its void argument to struct mlx5etxqsq , but in TX-timeout-recovery flow the argument is actually of type struct mlx5etxtimeoutc...

5.5CVSS6AI score0.00019EPSS
Exploits0References3
CNNVD
CNNVD
added 2024/02/27 12:0 a.m.3 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 possibility that MHI ulcallback may be called immediately after a skb has queued for transmission, causi...

8.4CVSS6.5AI score0.00019EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/02/23 2:46 p.m.25 views

CVE-2023-52463 efivarfs: force RO when remounting if SetVariable is not supported

In the Linux kernel, the following vulnerability has been resolved: efivarfs: force RO when remounting if SetVariable is not supported If SetVariable at runtime is not supported by the firmware we never assign a callback for that function. At the same time mount the efivarfs as RO so no one can...

6.7AI score0.00009EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2024/02/23 3:20 a.m.3 views

SUSE CVE-2024-26584

In the Linux kernel, the following vulnerability has been resolved: net: tls: handle backlogging of crypto requests Since we're setting the CRYPTOTFMREQMAYBACKLOG flag on our requests to the crypto API, cryptoaeadencrypt,decrypt can return -EBUSY instead of -EINPROGRESS in valid situations. For...

7.8CVSS6.3AI score0.00033EPSS
Exploits0References32
SUSE CVE
SUSE CVE
added 2024/02/22 3:6 a.m.1 views

SUSE CVE-2023-52438

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS6.1AI score0.00014EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2024/02/21 3:15 p.m.31 views

CVE-2024-26584

In the Linux kernel, the following vulnerability has been resolved: net: tls: handle backlogging of crypto requests Since we're setting the CRYPTOTFMREQMAYBACKLOG flag on our requests to the crypto API, cryptoaeadencrypt,decrypt can return -EBUSY instead of -EINPROGRESS in valid situations. For...

5.5CVSS6.3AI score0.00033EPSS
Exploits0References25
Prion
Prion
added 2024/02/21 3:15 p.m.30 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: net: tls: handle backlogging of crypto requests Since we're setting the CRYPTOTFMREQMAYBACKLOG flag on our requests to the crypto API, cryptoaeadencrypt,decrypt can return -EBUSY instead of -EINPROGRESS in valid situations. For...

7.3AI score0.00033EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/02/21 2:59 p.m.29 views

CVE-2024-26584

In the Linux kernel, the following vulnerability has been resolved: net: tls: handle backlogging of crypto requests Since we're setting the CRYPTOTFMREQMAYBACKLOG flag on our requests to the crypto API, cryptoaeadencrypt,decrypt can return -EBUSY instead of -EINPROGRESS in valid situations. For...

5.5CVSS7.5AI score0.00033EPSS
Exploits0
Cvelist
Cvelist
added 2024/02/21 2:59 p.m.27 views

CVE-2024-26584 net: tls: handle backlogging of crypto requests

In the Linux kernel, the following vulnerability has been resolved: net: tls: handle backlogging of crypto requests Since we're setting the CRYPTOTFMREQMAYBACKLOG flag on our requests to the crypto API, cryptoaeadencrypt,decrypt can return -EBUSY instead of -EINPROGRESS in valid situations. For...

6.4AI score0.00033EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2024/02/21 9:10 a.m.30 views

CVE-2023-52438

A flaw was found in the shinker's callback in the Linux Kernel. A use-after-free memory flaw in the shinker's callback functionality allows a local user to crash or escalate their privileges on the system...

7CVSS7AI score0.00014EPSS
Exploits0References4
Rows per page
Query Builder