CVE-2026-89588: ACPI: APEI: GHES: fix ARM section length accounting after header

Published Sep 11, 2026
·
Updated

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

ACPI: APEI: GHES: fix ARM section length accounting after header

In gheshandlearmhwerror(), after skipping the cpersecprocarm header with (err + 1), the remaining length was reduced by sizeof(err) (pointer size) instead of sizeof(err) (structure size).

That overestimates the bytes left for cperarmerrinfo records and can let the parser read past the CPER section when errinfonum is large enough relative to errordatalength.

Use sizeof(err) so the length accounting matches the pointer advance and the earlier sizeof(err) size check.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:44 PM
Data Sourced
via MITRE·07:44 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Linux kernel systems that process ARM processor hardware-error sections through the ACPI APEI GHES path are relevant. The issue is triggered while parsing CPER section data containing ARM error-information records.

2

How can I verify that the correction is present in source code?

In ghes_handle_arm_hw_error(), after advancing past the header with err + 1, the remaining length must be reduced by sizeof(*err), not sizeof(err). The corrected accounting should match the pointer advance and the existing sizeof(*err) size check.

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