๐Ÿ” CVE Alert

CVE-2026-89588

HIGH 8.4

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

CVSS Score
8.4
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2026
Last Updated Sep 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
242c652849d979d0133c315a42d9acea0ff88390 < 5ff385e9403e87ae33f65b8c38698d3b1e92cfde 136093ba4161e0080088abff48273f6830a47766 < 452eb28e03015abec6d4bf6488ee567706ade4e1 87880af2d24e62a84ed19943dbdd524f097172f2 < b48b613073c3d652cb1823c15d16f7067cf4cee4 87880af2d24e62a84ed19943dbdd524f097172f2 < 903308ea40adf0577d82eab69882faf8836326ce db103b8bd3a4aca69b1b5fe8831a6ed75ac4b3bd 6.12.75 < 6.12.109 6.18.16 < 6.18.50 6.19.6 < 6.20
Linux / Linux
7.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/5ff385e9403e87ae33f65b8c38698d3b1e92cfde git.kernel.org: https://git.kernel.org/stable/c/452eb28e03015abec6d4bf6488ee567706ade4e1 git.kernel.org: https://git.kernel.org/stable/c/b48b613073c3d652cb1823c15d16f7067cf4cee4 git.kernel.org: https://git.kernel.org/stable/c/903308ea40adf0577d82eab69882faf8836326ce