Lucene search
+L

130 matches found

NVD
NVD
added 2024/12/27 3:15 p.m.14 views

CVE-2024-56612

In the Linux kernel, the following vulnerability has been resolved: mm/gup: handle NULL pages in unpinuserpages The recent addition of "pofs" pages or folios handling to gup has a flaw: it assumes that unpinuserpages handles NULL pages in the pages array. That's not the case, as I discovered when...

5.5CVSS0.00173EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 3:15 p.m.6 views

DEBIAN-CVE-2024-56612

In the Linux kernel, the following vulnerability has been resolved: mm/gup: handle NULL pages in unpinuserpages The recent addition of "pofs" pages or folios handling to gup has a flaw: it assumes that unpinuserpages handles NULL pages in the pages array. That's not the case, as I discovered when...

5.5CVSS5.7AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.10 views

UBUNTU-CVE-2024-56612

In the Linux kernel, the following vulnerability has been resolved: mm/gup: handle NULL pages in unpinuserpages The recent addition of "pofs" pages or folios handling to gup has a flaw: it assumes that unpinuserpages handles NULL pages in the pages array. That's not the case, as I discovered when...

5.5CVSS6.5AI score0.00173EPSS
SaveExploits0References5
CVE
CVE
added 2024/12/27 2:51 p.m.71 views

CVE-2024-56612

CVE-2024-56612 describes a Linux kernel vulnerability in mm/gup where unpin_user_pages() may dereference NULL pages in the pages** array when using pofs. The flaw was triggered by a configuration like x86 with numa=fake=2 movablecore=4G on Linux 6.12, leading to a kernel NULL pointer dereference ...

5.5CVSS6.4AI score0.00173EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 2:51 p.m.10 views

CVE-2024-56612 mm/gup: handle NULL pages in unpin_user_pages()

In the Linux kernel, the following vulnerability has been resolved: mm/gup: handle NULL pages in unpinuserpages The recent addition of "pofs" pages or folios handling to gup has a flaw: it assumes that unpinuserpages handles NULL pages in the pages array. That's not the case, as I discovered when...

6AI score0.00173EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/12/27 12:00 a.m.9 views

PT-2024-36920 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel version 6.12 Description: A flaw in the Linux kernel's unpin user pages function assumes it handles NULL pages in the pages array, which is not the case. This issue can cause a kernel NULL pointer dereference. The problem arises...

5.5CVSS7.5AI score0.00173EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.7 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 an issue with the handling of NULL pages by unpinuserpages in the mm/gup subsystem. No details of the...

5.5CVSS6.5AI score0.00173EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/11/05 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, which originates in the nouveau/dmem module, Copy Error on Migration to RAM, which does not track whether the device firmwa...

5.5CVSS6.6AI score0.00244EPSS
SaveExploits0References7
OSV
OSV
added 2024/08/28 8:15 a.m.5 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
SaveExploits0References1
OSV
OSV
added 2024/07/16 12:15 p.m.8 views

UBUNTU-CVE-2022-48797

In the Linux kernel, the following vulnerability has been resolved: mm: don't try to NUMA-migrate COW pages that have other uses Oded Gabbay reports that enabling NUMA balancing causes corruption with his Gaudi accelerator test load: "All the details are in the bug, but the bottom line is that...

7.1CVSS5.9AI score0.00239EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/05/23 3:55 p.m.5 views

SUSE CVE-2021-47463

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix NULL page-mapping dereference in pageissecretmem Check for a NULL page-mapping before dereferencing the mapping in pageissecretmem, as the page's mapping can be nullified while gup is running, e.g. by reclaim or...

5.5CVSS6.3AI score0.0018EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/22 7:15 a.m.5 views

DEBIAN-CVE-2021-47463

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix NULL page-mapping dereference in pageissecretmem Check for a NULL page-mapping before dereferencing the mapping in pageissecretmem, as the page's mapping can be nullified while gup is running, e.g. by reclaim or...

5.5CVSS5.9AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.5 views

UBUNTU-CVE-2021-47463

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix NULL page-mapping dereference in pageissecretmem Check for a NULL page-mapping before dereferencing the mapping in pageissecretmem, as the page's mapping can be nullified while gup is running, e.g. by reclaim or...

5.5CVSS6.6AI score0.0018EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/03 4:15 p.m.16 views

CVE-2022-48700

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: Unpin zero pages There's currently a reference count leak on the zero page. We increment the reference via pinuserpagesremote, but the page is later handled as an invalid/reserved page, therefore it's not accounted...

6.2AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/03 3:12 p.m.26 views

CVE-2022-48700

Removed by vendor...

7.3AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2024/02/27 10:15 a.m.6 views

CVE-2021-46927

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

5.5CVSS6AI score0.0015EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/02/08 12:39 p.m.71 views

CVE-2024-24806

A server-side request forgery SSRF flaw was found in the libuv package due to how the hostnameascii variable is handled in uvgetaddrinfo and uvidnatoascii. When the hostname exceeds 256 characters, it gets truncated without a terminating null byte. As a result, attackers may be able to access...

7.3CVSS7.2AI score0.02003EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2023/04/19 10:15 a.m.6 views

CVE-2023-2170

The TaxoPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Related Posts functionality in versions up to, and including, 3.6.4 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers with Editor+ permissions to...

5.5CVSS6.9AI score0.00486EPSS
SaveExploits0References4
OSV
OSV
added 2023/04/15 8:16 p.m.9 views

DEBIAN-CVE-2021-30153

An issue was discovered in the VisualEditor extension in MediaWiki before 1.31.13, and 1.32.x through 1.35.x before 1.35.2. . When using VisualEditor to edit a MediaWiki user page belonging to an existing, but hidden, user, VisualEditor will disclose that the user exists. It shouldn't because the...

4.3CVSS5.4AI score0.00835EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2023/03/15 12:00 a.m.10 views

PT-2023-20393 · Cozmoslabs · Client Portal – Private User Pages/Login Plugin

Name of the Vulnerable Software and Affected Versions: Cozmoslabs, Madalin Ungureanu, Antohe Cristian Client Portal – Private user pages and login plugin versions = 1.1.8 Description: The issue is related to a Cross-Site Request Forgery CSRF vulnerability. This type of vulnerability allows an...

8.8CVSS8.8AI score0.00256EPSS
SaveExploits0References2
Rows per page
Query Builder