CVE-2026-23288
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
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| 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.