Skip to main content

Linux Kernel CVE-2026-64151

| EUVDEUVD-2026-45836 HIGH
2026-07-19 Linux GHSA-953v-7jq6-jh93
High
Disputed · 8.4 Vendor: Linux
Share

Severity by source

Sources disagree (Low–High)
Vendor (Linux) PRIMARY
8.4 HIGH
AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
vuln.today AI
3.0 LOW

Requires local kernel-side control to build an unused non-default domain (PR:H, AC:H); no confidentiality impact and only marginal integrity/availability risk to the local system, so S:U and low impacts.

3.1 AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:L
4.0 AV:L/AC:H/AT:P/PR:H/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N
SUSE
HIGH
qualitative
Red Hat
5.5 LOW
qualitative

vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.

CVSS VectorVendor: Linux

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

5
Analysis Generated
Jul 20, 2026 - 17:44 vuln.today
CVSS changed
Jul 20, 2026 - 15:22 NVD
8.4 (HIGH)
Patch available
Jul 19, 2026 - 17:03 EUVD
CVE Published
Jul 19, 2026 - 15:40 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 19, 2026 - 15:40 cve.org
HIGH 8.4

DescriptionCVE.org

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.

AnalysisAI

Local privilege-boundary weakness in the Linux kernel's iommupt (IOMMU generic page-table) code allows a driver-constructed iommu_domain that omits PAGE_SIZE from its pgsize_bitmap to take an unintended fast path in page-table handling. The upstream fix lifts a PT_WARN_ON into a branch check and skips the fast path when PAGE_SIZE is absent. No public exploit identified at time of analysis; EPSS probability is very low (0.15%, 5th percentile) and this is a design-hardening fix rather than a demonstrated attack primitive.

Technical ContextAI

The affected component is the kernel's IOMMU page-table abstraction (iommupt), which manages the mappings an IOMMU uses to translate device DMA addresses. Each iommu_domain advertises a pgsize_bitmap describing which page granularities it supports; by convention every domain includes the host PAGE_SIZE, and the DMA API relies on that. The commit addresses a case where a driver could construct a domain that drops PAGE_SIZE from pgsize_bitmap - technically permitted but never done in practice - which would otherwise still enter a fast path not valid for that configuration. The CPE data only identifies 'linux:linux' generically, and no CWE was assigned by NVD, so the root-cause class is not formally categorized but is best described as improper handling of an assumed invariant in page-size selection.

RemediationAI

Patch available per vendor advisory: apply the upstream kernel fix delivered by commits 8ef3f77c440005c7f04229a75976bfc078364247 and 00850f41da24423587abd6124a790dd4f12bcef3 (https://git.kernel.org/stable/c/8ef3f77c440005c7f04229a75976bfc078364247 and https://git.kernel.org/stable/c/00850f41da24423587abd6124a790dd4f12bcef3), which is upstream fix available (PR/commit); the specific tagged stable release incorporating it is not independently confirmed from the provided data, so track your distribution's kernel updates. Update to the vendor-provided patched kernel package for your distribution and reboot. Given the very low real-world risk and that no in-tree driver triggers the condition, emergency out-of-band patching is not warranted; fold this into routine kernel maintenance. No feature-level workaround is needed because reaching the path requires an atypically constructed iommu_domain that does not occur in normal deployments.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-64151 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy