Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68172

7.1 · HIGH
Published Aug 10, 2026 EPSS 0.16% (5th pctl)

Overview

CVE-2026-68172 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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,

deref

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68172?

CVE-2026-68172 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2026-68172?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-68172?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68172?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68172 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.