7.8
HIGH CVSS 3.1
CVE-2026-64051
accel/qaic: Add overflow check to remap_pfn_range during mmap
Description

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Add overflow check to remap_pfn_range during mmap The call to remap_pfn_range in qaic_gem_object_mmap is susceptible to (re)mapping beyond the VMA if the BO is too large. This can cause use after free issues when munmap() unmaps only the VMA region and not the additional mappings. To prevent this, check the remaining size of the VMA before remapping and truncate the remapped length if sg->length is too large. [jhugo: fix braces from checkpatch --strict]

INFO

Published Date :

July 19, 2026, 4:17 p.m.

Last Modified :

July 20, 2026, 3:17 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-64051 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Solution
Apply kernel patches to check VMA size before remapping to prevent use-after-free.
  • Update the Linux kernel to the latest version.
  • Apply relevant patches for the qaic driver.
  • Ensure VMA size checks are implemented in remap_pfn_range.
  • Verify memory mapping and unmapping operations.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-64051 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-64051 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-64051 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-64051 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jul. 20, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jul. 19, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'ff13be8303336ead5621712f2c55012d738878b5', 'lessThan': '9baafc2fea096279e75480f93fd5942e8336b510', 'versionType': 'git'}, {'status': 'affected', 'version': 'ff13be8303336ead5621712f2c55012d738878b5', 'lessThan': '8dd6edbe26770df147136c3f2ac976c873b82650', 'versionType': 'git'}, {'status': 'affected', 'version': 'ff13be8303336ead5621712f2c55012d738878b5', 'lessThan': '97a8e89cdef36207a8776edc03d6931763a06ad0', 'versionType': 'git'}, {'status': 'affected', 'version': 'ff13be8303336ead5621712f2c55012d738878b5', 'lessThan': '8c795012d0e06b7740e40319b86ff8d2a435098d', 'versionType': 'git'}, {'status': 'affected', 'version': 'ff13be8303336ead5621712f2c55012d738878b5', 'lessThan': 'aa16b2bc0f02709919e2435f531406531e5bcc69', 'versionType': 'git'}], 'programFiles': ['drivers/accel/qaic/qaic_data.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.4'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.4', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.142', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.92', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.34', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.11', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/accel/qaic/qaic_data.c'], 'defaultStatus': 'affected'}]
    Added Description In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Add overflow check to remap_pfn_range during mmap The call to remap_pfn_range in qaic_gem_object_mmap is susceptible to (re)mapping beyond the VMA if the BO is too large. This can cause use after free issues when munmap() unmaps only the VMA region and not the additional mappings. To prevent this, check the remaining size of the VMA before remapping and truncate the remapped length if sg->length is too large. [jhugo: fix braces from checkpatch --strict]
    Added Reference https://git.kernel.org/stable/c/8c795012d0e06b7740e40319b86ff8d2a435098d
    Added Reference https://git.kernel.org/stable/c/8dd6edbe26770df147136c3f2ac976c873b82650
    Added Reference https://git.kernel.org/stable/c/97a8e89cdef36207a8776edc03d6931763a06ad0
    Added Reference https://git.kernel.org/stable/c/9baafc2fea096279e75480f93fd5942e8336b510
    Added Reference https://git.kernel.org/stable/c/aa16b2bc0f02709919e2435f531406531e5bcc69
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.