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

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

In ghes_handle_arm_hw_error(), after skipping the cper_sec_proc_arm
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 cper_arm_err_info records and can
let the parser read past the CPER section when err_info_num is large
enough relative to error_data_length.

Use sizeof(*err) so the length accounting matches the pointer advance
and the earlier sizeof(*err) size check.
Published: 2026-09-11
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Out‑of‑bounds read that could lead to a kernel denial of service
Action: Apply patch
AI Analysis

Impact

The Linux kernel’s GHES handler for ACPI on ARM architectures miscalculates the remaining length of a CPER section after skipping its header. It subtracts the size of a pointer instead of the size of the pointed‑to structure, therefore overestimating the bytes left for subsequent error records. If the declared number of records exceeds the actual data length, the parser reads past the end of the CPER section, causing an out‑of‑bounds read. The description does not assert broader memory corruption or code execution, but a malformed CPER section may trigger a kernel panic or corruption of kernel data structures.

Affected Systems

All Linux kernel builds that implement the ACPI APEI/GHES error reporting on ARM hardware are affected. The flaw exists in any kernel version that includes the GHES handler before the patch; specific version information is not listed.

Risk and Exploitability

The EPSS score is less than 1 % and the vulnerability is not in the CISA KEV catalog, suggesting low exploitation probability. The CVSS score of 5.1 indicates a moderate severity. The primary attack vector requires injection of a malformed CPER section, which typically requires local or firmware‑level access. Until the kernel patch that corrects the length accounting is applied, affected systems remain vulnerable to an out‑of‑bounds read that could destabilize the kernel.

Generated by OpenCVE AI on September 13, 2026 at 02:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a release that includes the GHES handler fix
  • If a kernel update is not yet available, configure the kernel to disable APEI or GHES error reporting for ARM by using the appropriate boot parameter or module option
  • Enable logging of CPER parsing errors and verify the integrity of ARM firmware components that provide CPER tables

Generated by OpenCVE AI on September 13, 2026 at 02:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 12 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:H'}

threat_severity

Moderate


Sat, 12 Sep 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-125

Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: GHES: fix ARM section length accounting after header In ghes_handle_arm_hw_error(), after skipping the cper_sec_proc_arm 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 cper_arm_err_info records and can let the parser read past the CPER section when err_info_num is large enough relative to error_data_length. Use sizeof(*err) so the length accounting matches the pointer advance and the earlier sizeof(*err) size check.
Title ACPI: APEI: GHES: fix ARM section length accounting after header
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-11T19:44:52.842Z

Reserved: 2026-09-11T19:38:34.729Z

Link: CVE-2026-89588

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:43.300

Modified: 2026-09-11T20:19:43.300

Link: CVE-2026-89588

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:44:52Z

Links: CVE-2026-89588 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T02:45:17Z

Weaknesses