CVE-2026-80723: of: reserved_mem: prevent OOB when too many dynamic regions are defined

Published Aug 28, 2026
·
Updated

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

of: reservedmem: prevent OOB when too many dynamic regions are defined

On boot, fdtscanreservedmem() saves each dynamically-placed /reserved-memory subnode into a local array of size MAXRESERVEDREGIONS.

If the device tree defines more than MAXRESERVEDREGIONS dynamically-placed regions, fdtscanreservedmem() writes past the end of the local array.

Add a bounds check that logs an error and skips the excess regions, restoring the original behavior.

Event History

Aug 28, 2026
CVE Published
via MITRE·06:53 AM
Data Sourced
via MITRE·06:53 AM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

Systems are exposed if they boot a Linux kernel that processes a device tree containing more than MAX_RESERVED_REGIONS dynamically placed /reserved-memory subnodes. The overflow occurs during boot in fdt_scan_reserved_mem().

2

What must an attacker control to trigger the out-of-bounds write?

The triggering condition is a device tree that defines more than MAX_RESERVED_REGIONS dynamically placed reserved-memory regions. The provided data does not state how an attacker could obtain control over the device tree on a target system.

3

What happens after applying the fix when the limit is exceeded?

The fix adds a bounds check. The kernel logs an error and skips dynamic reserved-memory regions beyond MAX_RESERVED_REGIONS rather than writing past the local array.

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