CVE-2026-80723
Received Received - Intake

Out-of-Bounds Write in Linux Kernel Reserved Memory Handling

Vulnerability report for CVE-2026-80723, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-29

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-29
Generated
2026-09-17
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves an out-of-bounds (OOB) write issue in the reserved memory handling code. When the device tree defines more dynamically-placed memory regions than allowed by the kernel's limit (MAX_RESERVED_REGIONS), the function fdt_scan_reserved_mem() writes past the end of a local array, causing memory corruption.

Detection Guidance

This vulnerability is specific to the Linux kernel and relates to device tree handling. Detection requires checking kernel logs for out-of-bounds errors during boot related to reserved memory regions. Examine dmesg output for errors like 'reserved_mem: OOB when too many dynamic regions' or similar messages.

Impact Analysis

This vulnerability could lead to system instability, crashes, or potential privilege escalation if exploited. It may allow an attacker to corrupt kernel memory, leading to arbitrary code execution or denial of service.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA. It is a memory corruption issue in the Linux kernel's device tree handling that could lead to system instability or crashes. Compliance impacts would only occur if the vulnerability were exploited to compromise data integrity or availability in systems subject to these regulations.

Mitigation Strategies

Update the Linux kernel to a patched version that includes the fix for this issue. Monitor kernel logs after updating to confirm the error no longer occurs. If using a custom device tree, ensure it does not define more than MAX_RESERVED_REGIONS dynamically-placed regions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80723. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart