CVE-2026-97451

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/09/2026
Last modified:
25/09/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ACPICA: Fix integer overflow in acpi_ex_opcode_3A_1T_1R() (mid_op)<br /> <br /> Add overflow check for Index + Length to prevent integer overflow<br /> when calculating the truncation length. This prevents negative<br /> size parameter being passed to memcpy().