CVE-2026-23288
Received Received - Intake
Out-of-Bounds Write in Linux amdxdna Command Slot Handling

Publication date: 2026-03-25

Last updated on: 2026-04-02

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-04-02
Generated
2026-05-07
AI Q&A
2026-03-25
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

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.


How can this vulnerability impact me? :

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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart