CVE-2026-64514
userfaultfd: gate must_wait writability check on pte_present()
Description
In the Linux kernel, the following vulnerability has been resolved: userfaultfd: gate must_wait writability check on pte_present() userfaultfd_must_wait() and userfaultfd_huge_must_wait() read the PTE without taking the page table lock and then apply pte_write() / huge_pte_write() to it. Those accessors decode bits from the present encoding only; on a swap or migration entry they read the offset bits that happen to share the same position and return an undefined result. The intent of the check is "is this fault still WP-blocked?". A non-marker swap entry means the page is in transit -- the userfault context the original fault delivered against is no longer the same, and the swap-in or migration completion path will re-deliver a fresh fault if userspace still needs to handle it. Worst case under the current code the garbage write bit says "wait", and the thread stays asleep until a UFFDIO_WAKE that may never arrive. Gate the writability check on pte_present() so the lockless re-check only inspects present-PTE bits when the entry is actually present. The non-present, non-marker case returns "don't wait" and lets the fault path retry.
INFO
Published Date :
July 25, 2026, 10:17 a.m.
Last Modified :
July 25, 2026, 10:17 a.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products
The following products are affected by CVE-2026-64514
vulnerability.
Even if cvefeed.io is aware of the exact versions of the
products
that
are
affected, the information is not represented in the table below.
No affected product recoded yet
Solution
- Update the Linux kernel to a patched version.
- Ensure the userfaultfd module is updated.
- Reboot the system if necessary after patching.
- Verify the fix by testing userfaultfd functionality.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-64514.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-64514 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-64514
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-64514 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-64514 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 25, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '369cd2121be440543280b91056de187f625d0dbb', 'lessThan': 'a5700a4c1c9099ac2ac73fe8a09cf059972e0d2f', 'versionType': 'git'}, {'status': 'affected', 'version': '369cd2121be440543280b91056de187f625d0dbb', 'lessThan': 'd4026417e8184d13850a0bad4d96ceb6ed9f7152', 'versionType': 'git'}, {'status': 'affected', 'version': '369cd2121be440543280b91056de187f625d0dbb', 'lessThan': '29e6f952c5fb7dc1d6b90fe5b7f36063d44ddae0', 'versionType': 'git'}, {'status': 'affected', 'version': '369cd2121be440543280b91056de187f625d0dbb', 'lessThan': '5f4dbdb0a87596214076b20b94f2b71b522170b3', 'versionType': 'git'}, {'status': 'affected', 'version': '369cd2121be440543280b91056de187f625d0dbb', 'lessThan': 'a6e9a4939e359599701b1da351e84f72e021443a', 'versionType': 'git'}, {'status': 'affected', 'version': '369cd2121be440543280b91056de187f625d0dbb', 'lessThan': '60d696a037eeeedfb57756dfe7ec08a1587c8631', 'versionType': 'git'}, {'status': 'affected', 'version': '369cd2121be440543280b91056de187f625d0dbb', 'lessThan': '710183888174639a15fcec16cd1af766b8480bb7', 'versionType': 'git'}, {'status': 'affected', 'version': '369cd2121be440543280b91056de187f625d0dbb', 'lessThan': '8e80af52db652fbc41320eee45a4f73bc029faf2', 'versionType': 'git'}], 'programFiles': ['mm/userfaultfd.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.11'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.11', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.96', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.39', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.4', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['mm/userfaultfd.c'], 'defaultStatus': 'affected'}] Added Description In the Linux kernel, the following vulnerability has been resolved: userfaultfd: gate must_wait writability check on pte_present() userfaultfd_must_wait() and userfaultfd_huge_must_wait() read the PTE without taking the page table lock and then apply pte_write() / huge_pte_write() to it. Those accessors decode bits from the present encoding only; on a swap or migration entry they read the offset bits that happen to share the same position and return an undefined result. The intent of the check is "is this fault still WP-blocked?". A non-marker swap entry means the page is in transit -- the userfault context the original fault delivered against is no longer the same, and the swap-in or migration completion path will re-deliver a fresh fault if userspace still needs to handle it. Worst case under the current code the garbage write bit says "wait", and the thread stays asleep until a UFFDIO_WAKE that may never arrive. Gate the writability check on pte_present() so the lockless re-check only inspects present-PTE bits when the entry is actually present. The non-present, non-marker case returns "don't wait" and lets the fault path retry. Added Reference https://git.kernel.org/stable/c/29e6f952c5fb7dc1d6b90fe5b7f36063d44ddae0 Added Reference https://git.kernel.org/stable/c/5f4dbdb0a87596214076b20b94f2b71b522170b3 Added Reference https://git.kernel.org/stable/c/60d696a037eeeedfb57756dfe7ec08a1587c8631 Added Reference https://git.kernel.org/stable/c/710183888174639a15fcec16cd1af766b8480bb7 Added Reference https://git.kernel.org/stable/c/8e80af52db652fbc41320eee45a4f73bc029faf2 Added Reference https://git.kernel.org/stable/c/a5700a4c1c9099ac2ac73fe8a09cf059972e0d2f Added Reference https://git.kernel.org/stable/c/a6e9a4939e359599701b1da351e84f72e021443a Added Reference https://git.kernel.org/stable/c/d4026417e8184d13850a0bad4d96ceb6ed9f7152