CVE-2026-43486: arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faults

Published May 13, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

arm64: contpte: fix setaccessflags() no-op check for SMMU/ATS faults

contpteptepsetaccessflags() compared the gathered ptepget() value against the requested entry to detect no-ops. ptepget() ORs AF/dirty from all sub-PTEs in the CONT block, so a dirty sibling can make the target appear already-dirty. When the gathered value matches entry, the function returns 0 even though the target sub-PTE still has PTERDONLY set in hardware.

For a CPU with FEATHAFDBS this gathered view is fine, since hardware may set AF/dirty on any sub-PTE and CPU TLB behavior is effectively gathered across the CONT range. But page-table walkers that evaluate each descriptor individually (e.g. a CPU without DBM support, or an SMMU without HTTU, or with HA/HD disabled in CD.TCR) can keep faulting on the unchanged target sub-PTE, causing an infinite fault loop.

Gathering can therefore cause false no-ops when only a sibling has been updated: - write faults: target still has PTERDONLY (needs PTERDONLY cleared) - read faults: target still lacks PTEAF

Fix by checking each sub-PTE against the requested AF/dirty/write state (the same bits consumed by ptepsetaccessflags()), using raw per-PTE values rather than the gathered ptepget() view, before returning no-op. Keep using the raw target PTE for the write-bit unfold decision.

Per Arm ARM (DDI 0487) D8.7.1 ("The Contiguous bit"), any sub-PTE in a CONT range may become the effective cached translation and software must maintain consistent attributes across the range.

Affected Software

6 affected components
Linux Linux kernel
Linux Linux kernel>=6.9<6.12.78
Linux Linux kernel>=6.13<6.18.19
Linux Linux kernel>=6.19<6.19.9
Linux Linux kernel=7.0-rc1
Linux Linux kernel=7.0-rc2

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Linux kernel arm64: contpte to a version that resolves this vulnerability.

    Patch arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faults

Event History

May 13, 2026
CVE Published
via MITRE·03:08 PM
Data Sourced
via MITRE·03:08 PM
Description
Data Sourced
via NVD·04:16 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-43486?

The severity of CVE-2026-43486 is considered moderate.

2

How do I fix CVE-2026-43486?

To fix CVE-2026-43486, update your Linux kernel to the latest patched version.

3

What systems are affected by CVE-2026-43486?

CVE-2026-43486 affects the Linux kernel specifically on arm64 architecture.

4

What are the potential risks of CVE-2026-43486?

The potential risks of CVE-2026-43486 include denial of service and potential information leakage.

5

Is CVE-2026-43486 actively exploited?

As of now, there are no known active exploits for CVE-2026-43486.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203