PatchSiren cyber security CVE debrief
CVE-2026-68172 Linux CVE debrief
The CVE-2026-68172 vulnerability is related to the Linux kernel, specifically in the arm64 architecture. The issue arises from the huge_ptep_get function being handed a virtual address pointing to the middle of a contpmd/contpte mapped hugetlb folio. This can lead to incorrect results and potentially allow an attacker to access physical memory they don't own, leading to a kernel panic. Users of the Linux kernel, especially those using the arm64 architecture, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing and applying patches, ensuring the kernel is up to date, and monitoring systems for potential issues. The vulnerability has a CVSS score of 7.1 and is considered HIGH severity.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-10
- Original CVE updated
- 2026-08-17
- Advisory published
- 2026-08-10
- Advisory updated
- 2026-08-17
Who should care
Users of the Linux kernel, especially those using the arm64 architecture, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing and applying patches, ensuring the kernel is up to date, and monitoring systems for potential issues. The vulnerability can potentially allow an attacker to access physical memory they don't own, leading to a kernel panic.
Technical summary
The huge_ptep_get function in the Linux kernel can be handed a virtual address pointing to the middle of a contpmd/contpte mapped hugetlb folio. This can lead to incorrect results and potentially allow an attacker to access physical memory they don't own, leading to a kernel panic. The issue is resolved 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. The vulnerability has a CVSS score of 7.1 and is considered HIGH severity.
Defensive priority
This vulnerability has a CVSS score of 7.1 and is considered HIGH severity. It is related to the Linux kernel and could potentially allow an attacker to access physical memory they don't own, leading to a kernel panic.
Recommended defensive actions
- Review and apply the patches provided by the Linux kernel maintainers.
- Ensure that the Linux kernel is updated to a version that includes the fix.
- Monitor systems for potential kernel panics or other issues related to this vulnerability.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability is in the Linux kernel, specifically in the arm64 architecture. The issue arises from the huge_ptep_get function being handed a virtual address pointing to the middle of a contpmd/contpte mapped hugetlb folio. This can lead to incorrect results and potentially allow an attacker to access physical memory they don't own. The 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.
Official resources
-
CVE-2026-68172 CVE record
CVE.org
-
CVE-2026-68172 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-10T13:20:03.933Z and has not been modified since then.