Description
An issue was discovered in Denx U-Boot before 2026.04. An integer overflow vulnerability exists in function ext4fs_get_bgdtable, the size calculation can lead to under allocation and this underallocated buffer will be used in memcpy() which could lead to arbitrary code execution, a denial of service, or other unspecified impacts.
Published: 2026-08-26
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

An integer overflow in the ext4fs_get_bgdtable function causes the code to under‑allocate a buffer. The under‑allocated buffer is then used in a memcpy call, which can lead the attacker to execute arbitrary code, cause a denial of service, or produce other adverse effects. The vulnerability is triggered solely by the size calculation and does not rely on input the attacker controls directly, but the corrupted buffer presents an exploitable memory corruption flaw.

Affected Systems

Denx U‑Boot firmware prior to the 2026.04 release is affected. The exact affected versions are all releases before 2026.04; no specific vendor or product variants are listed beyond the generic U‑Boot designation.

Risk and Exploitability

The CVSS score is 9.8, and the EPSS score is less than 1%, indicating a high severity flaw but a low publicly reported exploitation probability. Nonetheless, because the flaw permits arbitrary code execution and could be triggered during the boot process via malicious ext4 filesystem data, the potential impact is severe. The attack likely requires the ability to influence the bootloader’s handling of ext4 filesystems, such as by booting from compromised media or injecting payloads into a target device’s storage. The flaw does not appear in the CISA KEV catalog, suggesting no confirmed exploitation has been reported yet, but the risk remains high due to the nature of bootloader vulnerabilities.

Generated by OpenCVE AI on September 2, 2026 at 06:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the device to Denx U‑Boot 2026.04 or newer, which removes the integer overflow in ext4fs_get_bgdtable.
  • If an upgrade is not immediately feasible, limit access to the storage media that U‑Boot reads the ext4 filesystem from, e.g., enforce read‑only or signed media requirements.
  • Apply any vendor‑supplied patches or workarounds that correct the size calculation or add bounds checks around the memcpy operation until a full firmware update can be performed.

Generated by OpenCVE AI on September 2, 2026 at 06:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 02 Sep 2026 07:00:00 +0000

Type Values Removed Values Added
Title Integer Overflow in Denx U-Boot ext4fs_get_bgdtable Allows Arbitrary Code Execution

Wed, 02 Sep 2026 00:45:00 +0000

Type Values Removed Values Added
Title Integer Overflow in ext4fs_get_bgdtable Leading to Arbitrary Code Execution in Denx U‑Boot
Weaknesses CWE-787

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

Type Values Removed Values Added
Weaknesses CWE-122
Metrics cvssV3_1

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


Wed, 26 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
First Time appeared Denx
Denx u-boot
Vendors & Products Denx
Denx u-boot

Wed, 26 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
Title Integer Overflow in ext4fs_get_bgdtable Leading to Arbitrary Code Execution in Denx U‑Boot
Weaknesses CWE-190
CWE-787

Wed, 26 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description An issue was discovered in Denx U-Boot before 2026.04. An integer overflow vulnerability exists in function ext4fs_get_bgdtable, the size calculation can lead to under allocation and this underallocated buffer will be used in memcpy() which could lead to arbitrary code execution, a denial of service, or other unspecified impacts.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-01T18:25:43.647Z

Reserved: 2026-01-09T00:00:00.000Z

Link: CVE-2025-70293

cve-icon Vulnrichment

Updated: 2026-09-01T18:25:37.903Z

cve-icon NVD

Status : Deferred

Published: 2026-08-26T20:16:59.697

Modified: 2026-09-09T16:04:24.933

Link: CVE-2025-70293

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T06:45:05Z

Weaknesses
  • CWE-122

    Heap-based Buffer Overflow

  • CWE-190

    Integer Overflow or Wraparound