Security Advisory

CVE-2026-23280

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-03-25 10:26:41
Last updated 2026-05-11 22:03:48
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Prevent ubuf size overflow The ubuf size calculation may overflow, resulting in an undersized allocation and possible memory corruption. Use check_add_overflow() helpers to validate the size calculation before allocation.