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

arm64: dts: renesas: ironhide: Describe inline ECC carveouts

The DBSC5 DRAM controller protects DRAM content using inline ECC.
The inline ECC utilizes areas of DRAM for its operation, which are
in the DRAM address range, but must not be accessed or modified.
Describe the inline ECC carveout areas used by the DBSC5 controller
on this hardware as reserved-memory, which must not be accessed.
Include DRAM areas which are unprotected by ECC as well, those are
parts of the DRAM which directly precede the ECC carveout.

In case of high DRAM utilization, unless the inline ECC carveouts
are properly reserved, Linux may use and corrupt the memory used
by the DBSC5 DRAM controller for inline ECC, which would lead to
the system becoming unstable.
Published: 2026-09-04
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Linux kernel device tree for Renesas Ironhide boards. The DBSC5 DRAM controller protects memory with inline ECC, which relies on specific carveout regions that must be reserved and never accessed by other code. If these carveouts are not properly marked as reserved memory, the kernel can mistakenly allocate or touch them during high DRAM utilization, corrupting ECC data and potentially destabilizing the system. This flaw represents a classic memory corruption weakness where protected memory is inadvertently accessed or overwritten.

Affected Systems

All Linux kernel builds that include the renesas:ironhide device tree and employ the DBSC5 DRAM controller are affected. The issue is specific to devices using the Renesas Ironhide hardware platform where the ECC carveout reservation is required. The vulnerability does not appear to affect generic Linux distributions on unrelated hardware. No version range is provided in the CNA data, so any kernel that contains this device tree entry is potentially impacted.

Risk and Exploitability

The CVE scores do not list an EPSS value and it is not included in the CISA KEV catalog, indicating no publicly known exploit at the time of reporting. However, the flaw can be triggered by normal system operation when memory pressure forces the kernel to use the reserved ECC areas. An attacker does not need a remote code execution vector; simply causing the system to reach high memory utilization could lead to instability, crashes, or potential data corruption. Given that no exploitation evidence is disclosed and the issue is hardware-specific, the likelihood of widespread exploitation is low, but the impact is severe if the flaw is exercised.

Generated by OpenCVE AI on September 4, 2026 at 19:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel patch that reserves the DBSC5 ECC carveout regions in the device tree.
  • If a kernel update is delayed, apply a device tree overlay that explicitly reserves the ECC carveout memory before booting.
  • Limit system memory usage so that the total DRAM consumption stays below the threshold that would otherwise overlay the ECC carveout space.

Generated by OpenCVE AI on September 4, 2026 at 19:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-788

Fri, 04 Sep 2026 17:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: arm64: dts: renesas: ironhide: Describe inline ECC carveouts The DBSC5 DRAM controller protects DRAM content using inline ECC. The inline ECC utilizes areas of DRAM for its operation, which are in the DRAM address range, but must not be accessed or modified. Describe the inline ECC carveout areas used by the DBSC5 controller on this hardware as reserved-memory, which must not be accessed. Include DRAM areas which are unprotected by ECC as well, those are parts of the DRAM which directly precede the ECC carveout. In case of high DRAM utilization, unless the inline ECC carveouts are properly reserved, Linux may use and corrupt the memory used by the DBSC5 DRAM controller for inline ECC, which would lead to the system becoming unstable.
Title arm64: dts: renesas: ironhide: Describe inline ECC carveouts
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-09-04T16:48:46.209Z

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

Link: CVE-2026-80874

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T17:16:59.390

Modified: 2026-09-04T17:16:59.390

Link: CVE-2026-80874

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T20:00:07Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index

  • CWE-788

    Access of Memory Location After End of Buffer