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-72043

7.1 · HIGH
Published Aug 15, 2026 EPSS 0.16% (6th pctl)

Overview

CVE-2026-72043 is a high-severity vulnerability. It was published on August 15, 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:

LoongArch: Fix missing dirty page tracking in {pte,pmd}_wrprotect()

When hardware page table walker (PTW) is enabled on LoongArch, the CPU

may set _PAGE_DIRTY directly in the page table entry during a write TLB

miss, without going through the software TLB store handler. The software

TLB store handler (tlbex.S:254) sets both _PAGE_DIRTY and_PAGE_MODIFIED

together:

ori t0, t0, (_PAGE_VALID | _PAGE_DIRTY | _PAGE_MODIFIED)

Since hardware PTW only sets _PAGE_DIRTY, the software-only bit, i.e.

_PAGE_MODIFIED is left unchanged. This creates a window where a PTE has

_PAGE_DIRTY set (hardware knows the page is dirty) but _PAGE_MODIFIED

clear (software is unaware).

When fork()/clone() triggers copy-on-write, __copy_present_ptes() calls

pte_wrprotect(), which unconditionally clears both the _PAGE_WRITE and

_PAGE_DIRTY bits:

pte_val(pte) &= ~(_PAGE_WRITE | _PAGE_DIRTY);

Since _PAGE_MODIFIED was never set, the dirtin

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-72043?

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

How severe is CVE-2026-72043?

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-72043?

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-72043?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72043 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.