Lucene search
+L

269 matches found

Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-56712

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - udmabuf: fix memory leak on last exportudmabuf error path In exportudmabuf, if dmabuffd fails because the FD table is full, a dmabuf owning the udmabuf has...

5.5CVSS6.9AI score0.00186EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/27 2:12 a.m.60 views

CVE-2024-58008

CVE-2024-58008 affects the Linux kernel where, with CONFIG_VMAP_STACK=y, the DCP crypto driver can crash while encrypting/decrypting the blob key due to improper use of sg_init_one() on vmalloc’d buffers (plain_key_blob). The fix is to always use kmalloc() for buffers given to the DCP crypto driv...

5.5CVSS6.7AI score0.00122EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/27 2:12 a.m.7 views

CVE-2024-58008 KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: dcp: fix improper sg use with CONFIGVMAPSTACK=y With vmalloc stack addresses enabled CONFIGVMAPSTACK=y DCP trusted keys can crash during en- and decryption of the blob encryption key via the DCP crypto driver. This...

5.5CVSS6.1AI score0.00122EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.12 views

CVE-2024-58008

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: dcp: fix improper sg use with CONFIGVMAPSTACK=y With vmalloc stack addresses enabled CONFIGVMAPSTACK=y DCP trusted keys can crash during en- and decryption of the blob encryption key via the DCP crypto driver. This...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:23 a.m.8 views

CVE-2022-49657 usbnet: fix memory leak in error case

In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnetwritecmdasync mixed up which buffers need to be freed in which error case. v2: add Fixes tag v3: fix uninitialized buf pointer...

5.5CVSS5.1AI score0.00278EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.7 views

CVE-2022-49657

In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnetwritecmdasync mixed up which buffers need to be freed in which error case. v2: add Fixes tag v3: fix uninitialized buf pointer...

5.5CVSS5.3AI score0.00278EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.20 views

CVE-2022-49207 bpf, sockmap: Fix memleak in sk_psock_queue_msg

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix memleak in skpsockqueuemsg If tcpbpfsendmsg is running during a tear down operation we may enqueue data on the ingress msg queue while tear down is trying to free it. sk1 redirect sk2 sk2 -------------------...

0.00263EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.27 views

CVE-2022-49191 mxser: fix xmit_buf leak in activate when LSR == 0xff

In the Linux kernel, the following vulnerability has been resolved: mxser: fix xmitbuf leak in activate when LSR == 0xff When LSR is 0xff in -activate rather unlike, we return an error. Provided -shutdown is not called when -activate fails, nothing actually frees the buffer in this case. Fix this...

0.0027EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/24 9:1 a.m.10 views

CVE-2023-52926 io_uring/rw: split io_read() into a helper

In the Linux kernel, the following vulnerability has been resolved: IORINGOPREAD did not correctly consume the provided buffer list when read i/o returned 0 except for -EAGAIN and -EIOCBQUEUED return. This can lead to a potential use-after-free when the completion via iorwdone runs at separate...

7.8CVSS6.1AI score0.00234EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/12/28 3:50 a.m.4 views

SUSE CVE-2024-53213

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Fix double free issue with interrupt buffer allocation In lan78xxprobe, the buffer buf was being freed twice: once implicitly through usbfreeurbdev-urbintr with the URBFREEBUFFER flag and again explicitly by...

6.1CVSS7.9AI score0.00233EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.30 views

CVE-2024-56572 media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_internal()

In the Linux kernel, the following vulnerability has been resolved: media: platform: allegro-dvt: Fix possible memory leak in allocatebuffersinternal The buffer in the loop should be released under the exception path, otherwise there may be a memory leak here. To mitigate this, free the buffer wh...

0.00235EPSS
SaveExploits0References7
CVE
CVE
added 2024/12/27 1:49 p.m.174 views

CVE-2024-53213

CVE-2024-53213 – Linux kernel (LAN78xx USB Ethernet driver) Connected sources confirm a concrete issue in lan78xx where a buffer allocated in lan78xx_probe() was freed twice: once via usb_free_urb(dev->urb_intr) with URB_FREE_BUFFER and again by kfree(buf). The root cause is the double free st...

7.8CVSS7.3AI score0.00233EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/12/25 9:36 a.m.20 views

CLSA-2024-1735119353 openssl: Fix of CVE-2024-4741

CVE-2024-4741: Only free the read buffers if we're not using them...

7.5CVSS6.8AI score0.02945EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.14 views

CVE-2024-53059

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: Fix response handling in iwlmvmsendrecoverycmd 1. The size of the response packet is not validated. 2. The response buffer is not freed. Resolve these issues by switching to iwlmvmsendcmdstatus, which handles...

5.5CVSS6.9AI score0.00282EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/11/20 3:49 a.m.4 views

SUSE CVE-2024-53059

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: Fix response handling in iwlmvmsendrecoverycmd 1. The size of the response packet is not validated. 2. The response buffer is not freed. Resolve these issues by switching to iwlmvmsendcmdstatus, which handles...

5.5CVSS8AI score0.00282EPSS
SaveExploits0References17
OSV
OSV
added 2024/10/07 10:15 p.m.3 views

UBUNTU-CVE-2024-47814

Vim is an open source, command line text editor. A use-after-free was found in Vim 9.1.0764. When closing a buffer visible in a window a BufWinLeave auto command can cause an use-after-free if this auto command happens to re-open the same buffer in a new split window. Impact is low since the user...

4.7CVSS7.3AI score0.00292EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/16 2:15 a.m.4 views

DEBIAN-CVE-2024-43374

The UNIX editor Vim prior to version 9.1.0678 has a use-after-free error in argument list handling. When adding a new file to the argument list, this triggers Buf autocommands. If in such an autocommand the buffer that was just opened is closed including the window where it is shown, this causes...

4.7CVSS5.4AI score0.00349EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/08 8:49 a.m.8 views

CVE-2024-42254 io_uring: fix error pbuf checking

In the Linux kernel, the following vulnerability has been resolved: iouring: fix error pbuf checking Syz reports a problem, which boils down to NULL vs ISERR inconsistent error handling in ioallocpbufring. KASAN: null-ptr-deref in range 0x0000000000000000-0x0000000000000007 RIP:...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.11 views

kernel: tipc: fix a possible memleak in tipc_buf_append

In the Linux kernel, the following vulnerability has been resolved: tipc: fix a possible memleak in tipcbufappend skblinearize doesn't free the skb when it fails, so move 'buf = NULL' after skblinearize, so that the skb can be freed on the err path...

5.5CVSS6.8AI score0.00249EPSS
SaveExploits0References5
CVE
CVE
added 2024/08/01 9:44 p.m.102 views

CVE-2024-41965

Vulnerability: CVE-2024-41965 in Vim due to a double-free in dialog_changed() when renaming an unnamed buffer during abandonment, which could lead to a heap-use-after-free and a crash. Affected: Vim versions prior to 9.1.0648; fix: Vim patch v9.1.0648 and later. Exploitation details are not provi...

4.2CVSS4.7AI score0.00289EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder