CVE-2026-23288
Analyzed Analyzed - Analysis Complete
Out-of-Bounds Write in Linux amdxdna Command Slot Handling

Publication date: 2026-03-25

Last updated on: 2026-05-29

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix out-of-bounds memset in command slot handling The remaining space in a command slot may be smaller than the size of the command header. Clearing the command header with memset() before verifying the available slot space can result in an out-of-bounds write and memory corruption. Fix this by moving the memset() call after the size validation.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-25
Last Modified
2026-05-29
Generated
2026-06-16
AI Q&A
2026-03-25
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel 7.0
linux linux_kernel From 6.19.4 (inc) to 6.19.7 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's accel/amdxdna component. It involves an out-of-bounds write caused by the use of memset() on a command header before verifying that there is enough space in the command slot. Specifically, the remaining space in a command slot may be smaller than the size of the command header, so clearing the header with memset() without checking the size can overwrite memory beyond the intended boundary, leading to memory corruption.

The fix involved moving the memset() call to occur only after confirming that the slot has sufficient space, preventing the out-of-bounds write.

Impact Analysis

This vulnerability can lead to memory corruption in the Linux kernel, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges if exploited.

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