CVE-2026-97451: ACPICA: Fix integer overflow in acpi_ex_opcode_3A_1T_1R() (mid_op)

Published Sep 24, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ACPICA: Fix integer overflow in acpiexopcode3A1T1R() (midop)

Add overflow check for Index + Length to prevent integer overflow when calculating the truncation length. This prevents negative size parameter being passed to memcpy().

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Add an overflow check for Index + Length in acpi_ex_opcode_3A_1T_1R() (mid_op) before calculating the truncation length, preventing a negative size parameter from being passed to memcpy().

Event History

Sep 24, 2026
CVE Published
via MITRE·04:04 PM
Data Sourced
via MITRE·04:04 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

What condition triggers the unsafe copy operation?

The vulnerable path is reached when the ACPICA mid_op operation calculates a truncation length using Index + Length. An integer overflow in that calculation can produce a negative size parameter that is passed to memcpy().

2

How is this issue mitigated by the fix?

The resolved change adds an overflow check for Index + Length before calculating the truncation length. This prevents the negative memcpy size parameter caused by the overflow.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203