AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74423

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of user buffer pages in the AMD XDNA accelerator, where a failure to release successfully pinned pages can lead to resource leaks. This could potentially degrade system performance or exhaust memory resources over time. Organizations using affected Linux distributions, particularly those leveraging AMD XDNA hardware, should prioritize applying the fix to mitigate these risks.

CVE
CVE-2026-74423
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.