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

iommupt: Check for missing PAGE_SIZE in the pgsize_bitmap

Sashiko pointed out that the driver could drop PAGE_SIZE from the
pgsize_bitmap. That is technically allowed but nothing does it, and
such an iommu_domain would not be used with the DMA API today.

Still, it is against the design and it is trivial to fix up. Lift
the PT_WARN_ON to the if branch and just skip the fast path.
Published: 2026-07-19
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the iommupt driver may omit the PAGE_SIZE bit from its pgsize_bitmap. Although technically permissible, the mismatch deviates from the intended design and can cause improper DMA mapping or kernel instability. The description does not detail a direct privilege elevation or other direct impact, but the misconfiguration could lead to erroneous memory access behaviors within the kernel.

Affected Systems

The flaw is present in the Linux kernel across all versions that include the iommupt code, including the 7.1 release candidates (rc1 through rc3) and any other kernel releases that incorporate the same driver path.

Risk and Exploitability

The CVSS score of 8.4 signifies high severity, while the EPSS score of less than 1% indicates a low current potential for exploitation. The vulnerability is not listed in the CISA KEV catalog. No exploit path or attack vector is disclosed in the CVE data; thus, it is unclear how an attacker might leverage this design flaw in practice.

Generated by OpenCVE AI on August 17, 2026 at 21:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Linux kernel revision that contains the iommupt driver fix for missing PAGE_SIZE validation.
  • If an update cannot be applied immediately, configure the kernel to restrict or disable manipulation of iommupt's pgsize_bitmap by untrusted drivers or firmware, enforcing stricter IOMMU domain isolation.
  • Ensure that all loaded kernel modules are signed and regularly audit the kernel for changes to iommupt configuration to detect unauthorized alterations.

Generated by OpenCVE AI on August 17, 2026 at 21:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8663-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8664-1 Linux kernel (NVIDIA BaseOS) vulnerabilities
History

Mon, 17 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*

Tue, 21 Jul 2026 00:15:00 +0000


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N'}


Sun, 19 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: iommupt: Check for missing PAGE_SIZE in the pgsize_bitmap Sashiko pointed out that the driver could drop PAGE_SIZE from the pgsize_bitmap. That is technically allowed but nothing does it, and such an iommu_domain would not be used with the DMA API today. Still, it is against the design and it is trivial to fix up. Lift the PT_WARN_ON to the if branch and just skip the fast path.
Title iommupt: Check for missing PAGE_SIZE in the pgsize_bitmap
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:39:45.883Z

Reserved: 2026-07-19T07:54:57.037Z

Link: CVE-2026-64151

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-19T16:17:57.070

Modified: 2026-08-17T17:11:43.930

Link: CVE-2026-64151

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64151 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T22:00:03Z

Weaknesses