CVE-2026-80723
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-80723 is an out-of-bounds (OOB) memory write vulnerability in the Linux kernel's fdt_scan_reserved_mem() function within the of: reserved_mem subsystem. During system boot, the function saves dynamically-placed /reserved-memory device tree subnodes into a fixed-size local array (MAX_RESERVED_REGIONS); if the device tree defines more regions than the array can hold, the function writes past the end of the array. Affected versions include Linux kernel 6.12.13 through 6.12.102 and kernel 6.13 through certain git commits. The vulnerability was published on August 28, 2026, with patches available the same day. The CVSS score has not been formally assigned; Feedly estimates severity as Medium with an EPSS score of 0.0 (Github Advisory, Feedly).

Technical details

The root cause is a missing bounds check in fdt_scan_reserved_mem(), which iterates over /reserved-memory device tree subnodes and writes each dynamically-placed region into a stack-allocated array of size MAX_RESERVED_REGIONS without verifying the index stays within bounds (CWE-787: Out-of-bounds Write). An attacker or misconfigured device tree with more than MAX_RESERVED_REGIONS dynamic entries triggers the overflow at boot time, before most kernel protections are active. The fix adds a bounds check that logs an error and skips excess regions rather than writing out of bounds. Exploitation requires local control over the device tree configuration supplied at boot (Github Advisory, Feedly).

Impact

Successful exploitation can result in arbitrary kernel code execution or a system crash (kernel panic), as the out-of-bounds write corrupts kernel memory during the early boot phase. Because the vulnerability occurs before most security mitigations are initialized, the potential for privilege escalation or persistent compromise is elevated on affected systems. The impact is limited to systems where an attacker can influence the device tree configuration, which is typically a local or physical access scenario (Feedly).

Exploitability

There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the disclosure date (Feedly, Github Advisory). The EPSS score is 0.0, reflecting very low current exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access to modify or supply a malicious device tree, significantly limiting the attacker population.

Mitigation and workarounds

Apply the available kernel patches that introduce bounds checking in fdt_scan_reserved_mem(). Fixed versions include Linux kernel 6.12.103, 6.18.44, 7.1.8, and 7.2 (mainline). The corresponding fix commits are 68d27250c9e8 (for one branch), cfa7e2734877, de8ccbd6bf4e, and db3dbdfea1b8. As a workaround, limit the number of dynamically-placed /reserved-memory subnodes in the device tree to not exceed MAX_RESERVED_REGIONS for the running kernel version (Github Advisory, Feedly).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-80724HIGH8.8
  • Linux Kernel logoLinux Kernel
  • linux-azure-6.17
NoNoAug 28, 2026
CVE-2026-80722HIGH8.8
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-core
NoYesAug 28, 2026
CVE-2026-80721HIGH8.8
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-modules
NoYesAug 28, 2026
CVE-2026-80723HIGH8.4
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-devel
NoYesAug 28, 2026
CVE-2026-80725HIGH7
  • Linux Kernel logoLinux Kernel
  • kernel-zfcpdump
NoYesAug 29, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management