CVE-2026-74419
Received Received - Intake

Buffer Size Validation Flaw in Linux Kernel amdxdna Driver

Vulnerability report for CVE-2026-74419, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper handling of data copying to user space in the amdxdna acceleration driver. When returning data to an application, the kernel should respect the buffer size provided by the application. Instead, it may return more data than the buffer can hold, potentially causing buffer overflows or data corruption.

Detection Guidance

This vulnerability is specific to the Linux kernel's amdxdna driver and involves improper buffer size handling. Detection requires checking kernel logs for related errors or examining the driver's behavior. Commands like dmesg | grep amdxdna or checking kernel version with uname -r may help identify affected systems.

Impact Analysis

This vulnerability could lead to crashes, data leaks, or privilege escalation if exploited. Applications relying on the amdxdna driver might behave unpredictably or crash when processing large data returns. Users could experience system instability or unauthorized access if an attacker exploits this issue.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the accel/amdxdna issue. Monitor vendor advisories for kernel updates and apply them promptly.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74419. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart