AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74419

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the AMD XDNA accelerator, where the `copy_to_user()` function does not properly limit the data returned to user space based on the application's buffer size. This could lead to potential information leakage or application crashes if the buffer is insufficient. Organizations using affected Linux distributions with AMD XDNA hardware should prioritize applying patches to mitigate this risk.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Adjust size for copy_to_user() The amount of data returned to user space should be limited by the buffer size provided by the application. If the buffer is smaller than the data size, return only the portion that fits instead of failing.