Lucene search
+L

37 matches found

OSV
OSV
added 2025/06/18 10:15 a.m.12 views

UBUNTU-CVE-2025-38050

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios A kernel crash was observed when replacing free hugetlb folios: BUG: kernel NULL pointer dereference, address: 0000000000000028 PGD 0 P4D 0 Oops:...

5.5CVSS5.9AI score0.0014EPSS
SaveExploits0References12
OSV
OSV
added 2025/06/18 9:33 a.m.7 views

CVE-2025-38050 mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios A kernel crash was observed when replacing free hugetlb folios: BUG: kernel NULL pointer dereference, address: 0000000000000028 PGD 0 P4D 0 Oops:...

6.5AI score
SaveExploits0References5
OSV
OSV
added 2025/04/16 3:16 p.m.5 views

DEBIAN-CVE-2025-22091

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix pagesize variable overflow Change all variables storing mlx5umemmkcfindbestpgsz result to unsigned long to support values larger than 31 and avoid overflow. For example: If we try to register 4GB of memory that is...

5.5CVSS5.8AI score0.00193EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: powerpc/fadump: The code for fadumpcmainit should now be moved to setuparch, after initmeminit. In the early stages of kernel initialization, CMAMINALIGNMENTBYTES can be set to PAGESIZE, since pageblockorder is still zero and is...

7.8CVSS6AI score0.00278EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.15 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: dma-buf: heaps: Fixed an issue where the CMA heap fault handler made a mistake in calculating the boundary. Until the VMDONTEXPAND flag was added in commit 1c1914d6e8c6 “dma-buf: heaps: Don’t track CMA dma-buf pages under RssFile...

7.8CVSS6.7AI score0.00215EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.8 views

PT-2026-2900

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to kexec and the Integrity Measurement Architecture IMA. Specifically, the issue arises when the kexec target address is allocated within the CM...

9.8CVSS5.8AI score0.99907EPSS
SaveExploits275References63
Positive Technologies
Positive Technologies
added 2024/12/28 12:00 a.m.22 views

PT-2024-36985

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue arises during early initialization in the Linux kernel, specifically in the powerpc/fadump module. The problem occurs because CMA MIN ALIGNMENT BYTES can be PAGE SIZE during...

6.8CVSS5.5AI score0.00278EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/28 12:00 a.m.10 views

Linux kernel 安全漏洞

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 a CMA memory alignment issue caused by an improperly placed fadmumpcmainit in the powerpc/fadump module...

5.5CVSS6.3AI score0.00278EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.10 views

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

...

7.8CVSS6.9AI score0.00215EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/09/28 2:51 a.m.10 views

SUSE CVE-2024-46852

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...

5.5CVSS6.6AI score0.00215EPSS
SaveExploits0References13
OSV
OSV
added 2024/09/27 1:15 p.m.23 views

AZL-49809 CVE-2024-46852 affecting package kernel for versions less than 5.15.176.3-1

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.8CVSS7AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/27 1:15 p.m.14 views

UBUNTU-CVE-2024-46852

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.8AI score0.00215EPSS
SaveExploits0References19
Vulnrichment
Vulnrichment
added 2024/06/19 1:35 p.m.12 views

CVE-2024-38543 lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure

In the Linux kernel, the following vulnerability has been resolved: lib/testhmm.c: handle srcpfns and dstpfns allocation failure The kcalloc in dmirrordeviceevictchunk will return null if the physical memory has run out. As a result, if srcpfns or dstpfns is dereferenced, the null pointer...

6.6AI score0.00241EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/01 5:18 a.m.27 views

CVE-2024-26943 nouveau/dmem: handle kcalloc() allocation failure

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

5.9AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/01 5:18 a.m.18 views

CVE-2024-26943 nouveau/dmem: handle kcalloc() allocation failure

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

6.4AI score0.00225EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/01 5:18 a.m.30 views

CVE-2024-26943

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

5.5CVSS7.5AI score0.00225EPSS
SaveExploits0
CNVD
CNVD
added 2015/07/30 12:00 a.m.6 views

Cisco AnyConnect Secure Mobility Client Denial of Service Vulnerability

Cisco AnyConnect Secure Mobility Client is a set of next-generation VPN clients from Cisco. The client enables remote users to securely connect to the Cisco ASA 5500 device via SSL VPN. A denial of service vulnerability exists in Cisco AnyConnect Secure Mobility Client 4.0on OS X that allows loca...

4.9CVSS6.5AI score0.00292EPSS
SaveExploits0References1
Rows per page
Query Builder