Lucene search
+L

210 matches found

Cvelist
Cvelist
added 2024/09/27 12:42 p.m.34 views

CVE-2024-46852 dma-buf: heaps: Fix off-by-one in CMA heap fault handler

In the Linux kernel, the following vulnerability has been resolved: dma-buf: heaps: Fix off-by-one in CMA heap fault handler Until VMDONTEXPAND was added in commit 1c1914d6e8c6 "dma-buf: heaps: Don't track CMA dma-buf pages under RssFile" it was possible to obtain a mapping larger than the buffer...

0.00215EPSS
Exploits0References5
OSV
OSV
added 2024/09/27 12:42 p.m.18 views

CVE-2024-46852 dma-buf: heaps: Fix off-by-one in CMA heap fault handler

In the Linux kernel, the following vulnerability has been resolved: dma-buf: heaps: Fix off-by-one in CMA heap fault handler Until VMDONTEXPAND was added in commit 1c1914d6e8c6 "dma-buf: heaps: Don't track CMA dma-buf pages under RssFile" it was possible to obtain a mapping larger than the buffer...

7.8CVSS6.3AI score0.00215EPSS
Exploits0References9
RedhatCVE
RedhatCVE
added 2024/09/02 8:41 a.m.19 views

CVE-2024-44943

A flaw was found in the Linux kernel. This issue involved improperly using the trygrabfolio function in the memory management subsystem and led to failures and kernel warnings during memory pinning in the Contiguous Memory Allocator CMA area, especially when starting SEV virtual machines...

5.5CVSS5.2AI score0.00183EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/08/29 3:0 a.m.4 views

SUSE CVE-2024-44943

In the Linux kernel, the following vulnerability has been resolved: mm: gup: stop abusing trygrabfolio A kernel warning was reported when pinning folio in CMA memory when launching SEV virtual machine. The splat looks like: 464.325306 WARNING: CPU: 13 PID: 6734 at mm/gup.c:1313...

5.5CVSS7.5AI score0.00183EPSS
Exploits0References3
OSV
OSV
added 2024/08/28 8:15 a.m.3 views

DEBIAN-CVE-2024-44943

In the Linux kernel, the following vulnerability has been resolved: mm: gup: stop abusing trygrabfolio A kernel warning was reported when pinning folio in CMA memory when launching SEV virtual machine. The splat looks like: 464.325306 WARNING: CPU: 13 PID: 6734 at mm/gup.c:1313...

5.5CVSS5.3AI score0.00183EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/08/28 8:15 a.m.19 views

CVE-2024-44943

In the Linux kernel, the following vulnerability has been resolved: mm: gup: stop abusing trygrabfolio A kernel warning was reported when pinning folio in CMA memory when launching SEV virtual machine. The splat looks like: 464.325306 WARNING: CPU: 13 PID: 6734 at mm/gup.c:1313...

5.5CVSS5.9AI score0.00183EPSS
Exploits0References9
Vulnrichment
Vulnrichment
added 2024/08/28 7:11 a.m.22 views

CVE-2024-44943 mm: gup: stop abusing try_grab_folio

In the Linux kernel, the following vulnerability has been resolved: mm: gup: stop abusing trygrabfolio A kernel warning was reported when pinning folio in CMA memory when launching SEV virtual machine. The splat looks like: 464.325306 WARNING: CPU: 13 PID: 6734 at mm/gup.c:1313...

6.5AI score0.00183EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/08/28 7:11 a.m.35 views

CVE-2024-44943 mm: gup: stop abusing try_grab_folio

In the Linux kernel, the following vulnerability has been resolved: mm: gup: stop abusing trygrabfolio A kernel warning was reported when pinning folio in CMA memory when launching SEV virtual machine. The splat looks like: 464.325306 WARNING: CPU: 13 PID: 6734 at mm/gup.c:1313...

0.00183EPSS
Exploits0References2
CVE
CVE
added 2024/08/28 7:11 a.m.108 views

CVE-2024-44943

CVE-2024-44943 relates to the Linux kernel mm/gup code where pinning folio in CMA memory during SEV VM startup could trigger a warning due to misusing try_grab_folio in both fast and slow paths. The issue stems from the longterm pinning check causing fallback paths to also fail, producing a kerne...

5.5CVSS6.5AI score0.00183EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2024/08/28 7:11 a.m.15 views

CVE-2024-44943 mm: gup: stop abusing try_grab_folio

In the Linux kernel, the following vulnerability has been resolved: mm: gup: stop abusing trygrabfolio A kernel warning was reported when pinning folio in CMA memory when launching SEV virtual machine. The splat looks like: 464.325306 WARNING: CPU: 13 PID: 6734 at mm/gup.c:1313...

5.5CVSS5.9AI score0.00183EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/08/23 2:53 a.m.9 views

SUSE CVE-2022-48925

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.srcaddr outside state checks If the state is not idle then resolvepreparesrc should immediately fail and no change to global state should happen. However, it unconditionally overwrites the srcad...

5.5CVSS7.8AI score0.00222EPSS
Exploits0References14
RedhatCVE
RedhatCVE
added 2024/08/22 6:56 p.m.23 views

CVE-2022-48925

A vulnerability in the Linux kernel's RDMA/cma subsystem was resolved, where the srcaddr source address was incorrectly modified outside of proper state checks, leading to potential corruption during RDMA operations. If the system was in a non-idle state, such as RDMACMLISTEN, this caused a...

7.8CVSS7.6AI score0.00222EPSS
Exploits0References4
NVD
NVD
added 2024/08/22 2:15 a.m.41 views

CVE-2022-48925

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.srcaddr outside state checks If the state is not idle then resolvepreparesrc should immediately fail and no change to global state should happen. However, it unconditionally overwrites the srcad...

7.8CVSS0.00222EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/08/22 2:15 a.m.34 views

CVE-2022-48925

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.srcaddr outside state checks If the state is not idle then resolvepreparesrc should immediately fail and no change to global state should happen. However, it unconditionally overwrites the srcad...

7.8CVSS6.2AI score0.00222EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/08/22 1:33 a.m.16 views

CVE-2022-48925 RDMA/cma: Do not change route.addr.src_addr outside state checks

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.srcaddr outside state checks If the state is not idle then resolvepreparesrc should immediately fail and no change to global state should happen. However, it unconditionally overwrites the srcad...

6.8AI score0.00222EPSS
Exploits0References4
CVE
CVE
added 2024/08/22 1:33 a.m.77 views

CVE-2022-48925

CVE-2022-48925 affects the Linux kernel RDMA/CMA path. The issue arises when the state is not idle: resolve_prepare_src() may overwrite route.addr.src_addr, potentially corrupting the source address and triggering a use-after-free trace in cma_cancel_listens() paths. The bug can occur with states...

7.8CVSS6.5AI score0.00222EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/08/22 1:33 a.m.19 views

CVE-2022-48925

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.srcaddr outside state checks If the state is not idle then resolvepreparesrc should immediately fail and no change to global state should happen. However, it unconditionally overwrites the srcad...

7.8CVSS5.5AI score0.00222EPSS
Exploits0
Cvelist
Cvelist
added 2024/08/22 1:33 a.m.29 views

CVE-2022-48925 RDMA/cma: Do not change route.addr.src_addr outside state checks

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.srcaddr outside state checks If the state is not idle then resolvepreparesrc should immediately fail and no change to global state should happen. However, it unconditionally overwrites the srcad...

0.00222EPSS
Exploits0References4
OSV
OSV
added 2024/08/22 1:33 a.m.24 views

CVE-2022-48925 RDMA/cma: Do not change route.addr.src_addr outside state checks

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.srcaddr outside state checks If the state is not idle then resolvepreparesrc should immediately fail and no change to global state should happen. However, it unconditionally overwrites the srcad...

7.8CVSS5.8AI score0.00222EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2024/06/20 5:56 p.m.25 views

CVE-2024-38539

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix kmemleak in rdmacore observed during blktests nvme/rdma use siw When running blktests nvme/rdma, the following kmemleak issue will appear. kmemleak: Kernel memory leak detector initialized mempool available:36041...

5.1CVSS6.9AI score0.00225EPSS
Exploits0References4
Rows per page
Query Builder