CVE-2026-68172
Last modified
CVE-2026-68172 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: arm64: make huge_ptep_get handled unaligned addresses huge_ptep_get() can be handed a virtual address pointing to the middle of a contpmd/contpte mapped hugetlb folio (examples of callers are pagemap_hugetlb_range, page_mapped_in_vma). The arm64 helper rewalks the pgtables in find_num_contig to answer whether the huge pte we have maps a contpmd or a contpte hugetlb folio, and returns CONT_PMDS or CONT_PTES, so that it can collect a/d bits over the contiguous ptes. We can falsely return CONT_PTES instead of CONT_PMDS if the addr is not aligned.
Description
In the Linux kernel, the following vulnerability has been resolved: arm64: make huge_ptep_get handled unaligned addresses huge_ptep_get() can be handed a virtual address pointing to the middle of a contpmd/contpte mapped hugetlb folio (examples of callers are pagemap_hugetlb_range, page_mapped_in_vma). The arm64 helper rewalks the pgtables in find_num_contig to answer whether the huge pte we have maps a contpmd or a contpte hugetlb folio, and returns CONT_PMDS or CONT_PTES, so that it can collect a/d bits over the contiguous ptes. We can falsely return CONT_PTES instead of CONT_PMDS if the addr is not aligned. On systems where CONT_PTES != CONT_PMDS (meaning page size is 16K), we could collect excess A/D bit state, meaning extra work for the kernel. Even worse, we may iterate beyond the PTE table and dereference a garbage ptep pointer to access physical memory we don't own. Since the ptep pointer is a linear map address, we may run off the end of the linear map or into a hole, dereference a VA not mapped into the kernel pgtables and cause kernel panic. Fix this by aligning the pmdp pointer down to a contpmd base before checking equality with the passed huge pte pointer, to correctly answer whether the huge pte is the base of a contpmd block.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 29cb80519689706387bde47000dbb2ed91143063, < 9cd4b1a52eff330798d668c1775f8bc450776280; >= 29cb80519689706387bde47000dbb2ed91143063, < f3530aec26563f4d483ff31402392961362e9bc6; >= 29cb80519689706387bde47000dbb2ed91143063, < f73a8edc2ccc6ec72c37d5c578e7592d2e1f9922 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68172?
How severe is CVE-2026-68172?
How do I fix CVE-2026-68172?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68167In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68168In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68169In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6817The Quiz Maker by AYS plugin for WordPress is vulnerable to …5.8
- CVE-2026-68170In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68171Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-68173In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68174In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68175In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68176In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68177In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68178In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68172?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
