Stack-based buffer overflow in Linux kernel - CVE-2025-71306
Published: May 28, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a stack-based buffer overflow in is_bprm_creds_for_exec() when handling IMA appraisal during exec-related measurement processing. A local user can trigger the vulnerable code path to cause a denial of service.
The issue was observed as a stack out-of-bounds read in ima_appraise_measurement caused by using container_of on the file pointer.