CVE-2026-23280

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/03/2026
Last modified:
02/04/2026

Description

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