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

accel/amdxdna: Fix leak when pinning ubuf pages

When pin_user_pages_fast() returns fewer pages than requested, the pages
that were successfully pinned are not released, leading to a leak.

Fix this by unpinning any partially pinned pages before returning failure.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s accel/amdxdna driver contains a flaw in the page‑pinning procedure. When pin_user_pages_fast returns fewer pages than requested, the pages that were successfully pinned are not released, creating a kernel‑level memory leak. The unbalanced reference count for the partially pinned pages can accumulate over time, incrementally reducing available kernel memory. The CVE description confirms that the issue is limited to release omissions; there is no indication that a crash or denial of service results from the leaked pages.

Affected Systems

Any Linux kernel build that includes the unpatched accel/amdxdna module is affected. A public enumeration indicates linux_kernel, and the vendor list lists Linux:Linux for both vendor and product, implying all standard Linux kernel distributions that compile this driver without the later commit are vulnerable. Version information is not provided, so any kernel prior to the firmware fix referenced in the commit logs is considered at risk.

Risk and Exploitability

The CVSS score of 5.5 denotes moderate severity. The EPSS score of < 1% signals a very low likelihood of exploitation. The vulnerability resides in a kernel routine that requires privileged execution; therefore, the likely attack vector is execution of kernel code, either through a privileged user or via a compromise that achieves kernel execution. The vulnerability is currently not listed in the CISA KEV catalog, indicating no known large‑scale exploitation has been reported.

Generated by OpenCVE AI on August 22, 2026 at 02:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that contains the patch which unpins any partially pinned pages before returning failure, as referenced in the commits linked in the advisory
  • If an immediate kernel upgrade is not possible, unload or disable the accel/amdxdna module until the patch is applied
  • Under the temporary state, monitor system memory usage for unexpected growth in kernel pages; anomalous increases may indicate a remaining leak

Generated by OpenCVE AI on August 22, 2026 at 02:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
CWE-404

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Low


Sat, 15 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
CWE-404

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix leak when pinning ubuf pages When pin_user_pages_fast() returns fewer pages than requested, the pages that were successfully pinned are not released, leading to a leak. Fix this by unpinning any partially pinned pages before returning failure.
Title accel/amdxdna: Fix leak when pinning ubuf pages
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-17T05:19:08.522Z

Reserved: 2026-08-15T05:44:03.894Z

Link: CVE-2026-74423

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:44.387

Modified: 2026-08-17T06:19:37.727

Link: CVE-2026-74423

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74423 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T03:00:12Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime