Lucene search
+L

6346 matches found

NVD
NVD
added 2024/12/04 3:15 p.m.38 views

CVE-2024-53136

In the Linux kernel, the following vulnerability has been resolved: mm: revert "mm: shmem: fix data-race in shmemgetattr" Revert d949d1d14fa2 "mm: shmem: fix data-race in shmemgetattr" as suggested by Chuck 1. It is causing deadlocks when accessing tmpfs over NFS. As Hugh commented, "added just t...

7.5CVSS0.00422EPSS
SaveExploits0References10
OSV
OSV
added 2024/12/04 2:20 p.m.11 views

CVE-2024-53139 sctp: fix possible UAF in sctp_v6_available()

In the Linux kernel, the following vulnerability has been resolved: sctp: fix possible UAF in sctpv6available A lockdep report 1 with CONFIGPROVERCULIST=y hints that sctpv6available is calling devgetbyindexrcu and ipv6chkaddr without holding rcu. 1 ============================= WARNING: suspiciou...

7.8CVSS7AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/04 2:20 p.m.29 views

CVE-2024-53138 net/mlx5e: kTLS, Fix incorrect page refcounting

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix incorrect page refcounting The kTLS tx handling code is using a mix of getpage and pagerefinc APIs to increment the page reference. But on the release path mlx5ektlstxhandleresyncdumpcomp, only putpage is use...

9.8CVSS0.00545EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/12/04 2:20 p.m.18 views

CVE-2024-53136 mm: revert "mm: shmem: fix data-race in shmem_getattr()"

In the Linux kernel, the following vulnerability has been resolved: mm: revert "mm: shmem: fix data-race in shmemgetattr" Revert d949d1d14fa2 "mm: shmem: fix data-race in shmemgetattr" as suggested by Chuck 1. It is causing deadlocks when accessing tmpfs over NFS. As Hugh commented, "added just t...

7.5CVSS0.00422EPSS
SaveExploits0References8
CVE
CVE
added 2024/12/04 2:20 p.m.182 views

CVE-2024-53136

In CVE-2024-53136, the Linux kernel mm/shmem fix was reverted: reverting the patch that fixed data-race in shmem_getattr() to address deadlocks when accessing tmpfs over NFS. The description notes the revert was done at d949d1d14fa2 per guidance, with comments indicating the change silenced a syz...

7.5CVSS6.5AI score0.00422EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/12/04 2:20 p.m.40 views

CVE-2024-53127 Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"

In the Linux kernel, the following vulnerability has been resolved: Revert "mmc: dwmmc: Fix IDMAC operation with pages bigger than 4K" The commit 8396c793ffdf "mmc: dwmmc: Fix IDMAC operation with pages bigger than 4K" increased the maxreqsize, even for 4K pages, causing various issues: - Panic...

7.8CVSS0.0023EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/12/04 2:11 p.m.44 views

CVE-2024-53125 bpf: sync_linked_regs() must preserve subreg_def

In the Linux kernel, the following vulnerability has been resolved: bpf: synclinkedregs must preserve subregdef Range propagation must not affect subregdef marks, otherwise the following example is rewritten by verifier incorrectly when BPFFTESTRNDHI32 flag is set: 0: call bpfktimegetns call...

7.8CVSS0.00224EPSS
SaveExploits0References6
OSV
OSV
added 2024/12/04 12:0 a.m.7 views

OPENSUSE-SU-2024:14544-1 teleport-17.0.3-1.1 on GA media

These are all security issues fixed in the teleport-17.0.3-1.1 package on the GA media of openSUSE Tumbleweed...

6.5CVSS8.2AI score0.00608EPSS
SaveExploits0References2
NVD
NVD
added 2024/12/03 6:15 p.m.27 views

CVE-2024-52545

An unauthenticated attacker can perform an out of bounds heap read in the IQ Service TCP port 9876. This vulnerability has been resolved in firmware version 2.800.0000000.8.R.20241111...

6.5CVSS0.00719EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2024/12/02 3:26 p.m.23 views

CVE-2024-53109

In the Linux kernel, the following vulnerability has been resolved: nommu: pass NULL argument to vmaiterprealloc When deleting a vma entry from a maple tree, it has to pass NULL to vmaiterprealloc in order to calculate internal state of the tree, but it passed a wrong argument. As a result, nommu...

5.5CVSS6.7AI score0.00245EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/02 3:26 p.m.31 views

CVE-2024-53105

In the Linux kernel, the following vulnerability has been resolved: mm: pagealloc: move mlocked flag clearance into freepagesprepare Syzbot reported a bad page state problem caused by a page being freed using freepage still having a mlocked flag at freepagesprepare stage: BUG: Bad page state in...

5.5CVSS6.8AI score0.00233EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/02 2:15 p.m.12 views

CVE-2024-53113

In the Linux kernel, the following vulnerability has been resolved: mm: fix NULL pointer dereference in allocpagesbulknoprof We triggered a NULL pointer dereference for ac.preferredzoneref-zone in allocpagesbulknoprof when the task is migrated between cpusets. When cpuset is enabled, in...

5.5CVSS0.00248EPSS
SaveExploits0References6
NVD
NVD
added 2024/12/02 2:15 p.m.17 views

CVE-2024-53115

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid nullptrderef in vmwframebuffersurfacecreatehandle The 'vmwuserobjectbuffer' function may return NULL with incorrect inputs. To avoid possible null pointer dereference, add a check whether the 'bo' is NULL in the...

5.5CVSS0.002EPSS
SaveExploits0References2
NVD
NVD
added 2024/12/02 2:15 p.m.25 views

CVE-2024-53121

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fs, lock FTE when checking if active The referenced commits introduced a two-step process for deleting FTEs: - Lock the FTE, delete it from hardware, set the hardware deletion function to NULL and unlock the FTE. - Lock...

7.8CVSS0.00205EPSS
SaveExploits0References9
CVE
CVE
added 2024/12/02 1:44 p.m.200 views

CVE-2024-53120

CVE-2024-53120 concerns the Linux kernel net/mlx5e offload code (mlx5_core). In the error path of mlx5_tc_ct_entry_add_rule(), if ct_rule_add() returns an error, zone_rule->attr is used uninitialized, causing a NULL pointer dereference. The fix uses attr (with the required pointer value) inste...

7.5CVSS6.4AI score0.00658EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/12/02 1:44 p.m.34 views

CVE-2024-53121 net/mlx5: fs, lock FTE when checking if active

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fs, lock FTE when checking if active The referenced commits introduced a two-step process for deleting FTEs: - Lock the FTE, delete it from hardware, set the hardware deletion function to NULL and unlock the FTE. - Lock...

7.8CVSS0.00205EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/12/02 1:44 p.m.23 views

CVE-2024-53118 vsock: Fix sk_error_queue memory leak

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix skerrorqueue memory leak Kernel queues MSGZEROCOPY completion notifications on the error queue. Where they remain, until explicitly recved. To prevent memory leaks, clean up the queue when the socket is destroyed...

0.00203EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/02 1:44 p.m.178 views

CVE-2024-53117

CVE-2024-53117 (Linux kernel) : The vulnerability affects virtio/vsock in the Linux kernel. The root cause was a missing kfree_skb() in error handling for MSG_ZEROCOPY paths, which could cause memory leaks. The fix adds the missing kfree_skb() to prevent leaks when MSG_ZEROCOPY encounters errors....

5.5CVSS6.5AI score0.00203EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/12/02 1:44 p.m.136 views

CVE-2024-53115

Technical details for CVE-2024-53115 are not publicly disclosed in the provided connected documents. The initial description mentions a kernel fix for a null pointer dereference in vmw_framebuffer_surface_create_handle, but no product/version specifics or exploit info are given here. Monitor for ...

5.5CVSS6.5AI score0.002EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/12/02 1:44 p.m.26 views

CVE-2024-53115 drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handle

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid nullptrderef in vmwframebuffersurfacecreatehandle The 'vmwuserobjectbuffer' function may return NULL with incorrect inputs. To avoid possible null pointer dereference, add a check whether the 'bo' is NULL in the...

0.002EPSS
SaveExploits0References2
Rows per page
Query Builder