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

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

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

If the device tree defines more than MAX_RESERVED_REGIONS
dynamically-placed regions, fdt_scan_reserved_mem() 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.
Published: 2026-08-28
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel scanner for device tree reserved‑memory entries allocates a fixed‑size array (size MAX_RESERVED_REGIONS) to store information about dynamically–placed regions. When a device tree contains more regions than this limit, the kernel writes past the end of the array, corrupting memory in the kernel address space. This out‑of‑bounds write is a classic buffer overflow that can overwrite control data or kernel structures, enabling an attacker to execute arbitrary code with kernel privileges or destabilize the system. The vulnerability is rooted in improper bounds checking. Based on the description, it is inferred that an attacker must supply a device tree that triggers the overflow—typically by flashing firmware or modifying the boot medium.

Affected Systems

The flaw touches the Linux kernel itself, regardless of distribution. Any kernel that parses device tree nodes for reserved‑memory, which applies to many ARM, MIPS, and RISC‑V platforms used in embedded and IoT devices, can be affected. Systems that load a device tree with an excessive number of reserved‑memory subnodes during boot are candidates for exploitation; this includes devices that rely on custom firmware or user‑modifiable device trees.

Risk and Exploitability

The lack of an EPSS score means the exploitation probability cannot be quantified, and the vulnerability is not yet listed in CISA’s KEV catalog. Nonetheless, an out‑of‑bounds write in the kernel is routinely treated as a high‑risk flaw capable of privilege escalation or denial of service. The attack vector is local: an actor must control the boot configuration to supply a malicious device tree, a scenario common in compromised firmware. No public exploits are documented, but the potential impact warrants a high priority response.

Generated by OpenCVE AI on August 28, 2026 at 12:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that adds bounds checking in fdt_scan_reserved_mem to prevent writing past the array.
  • Verify that device tree sources are signed or otherwise protected so that only trusted firmware can alter reserved‑memory subnodes.
  • If an immediate kernel update is not possible, edit the device tree to reduce the number of dynamically‑placed reserved‑memory regions below MAX_RESERVED_REGIONS or disable the feature entirely.

Generated by OpenCVE AI on August 28, 2026 at 12:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: of: reserved_mem: prevent OOB when too many dynamic regions are defined On boot, fdt_scan_reserved_mem() saves each dynamically-placed /reserved-memory subnode into a local array of size MAX_RESERVED_REGIONS. If the device tree defines more than MAX_RESERVED_REGIONS dynamically-placed regions, fdt_scan_reserved_mem() 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.
Title of: reserved_mem: prevent OOB when too many dynamic regions are defined
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-08-28T06:53:18.485Z

Reserved: 2026-08-26T14:34:25.788Z

Link: CVE-2026-80723

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:58.113

Modified: 2026-08-28T08:16:58.113

Link: CVE-2026-80723

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T12:15:04Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer