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: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel memory corruption
Action: Immediate Patch
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 EPSS score of < 1% indicates a very low probability of exploitation in the wild. The vulnerability is not yet listed in CISA’s KEV catalog. The CVSS score of 8.4 is high severity. 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 September 2, 2026 at 02:50 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 September 2, 2026 at 02:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 29 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 29 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


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-29T06:22:40.126Z

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-29T07:16:54.343

Link: CVE-2026-80723

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80723 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T03:00:13Z

Weaknesses