Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Trigger is malformed on-disk ZFS metadata parsed at boot, so AV:L not AV:N; no auth or prior privilege needed (PR:N) and full code-execution impact gives C/I/A:H.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
An issue was discovered in Denx U-Boot before 2026.04. An integer overflow vulnerability in the ZFS filesystem support can be triggered by malformed on-disk metadata. The issue may result in incorrect memory allocation followed by out-of-bounds memory access, potentially leading to a crash or arbitrary code execution during the boot process.
AnalysisAI
Memory corruption in Das U-Boot's ZFS filesystem driver (all releases before 2026.04) lets an attacker who controls the on-disk ZFS metadata trigger an integer overflow (CWE-190) that leads to undersized allocation and out-of-bounds access, enabling a boot-time crash or arbitrary code execution in the pre-OS bootloader context. Rated CVSS 9.8 by the reporter, but the flaw is reached only when U-Boot parses attacker-supplied ZFS storage during boot, so realistic exploitation is local/physical rather than network-borne. EPSS is low (0.17%, 7th percentile) and there is no confirmed active exploitation.
Technical ContextAI
U-Boot is the dominant open-source bootloader for embedded and IoT systems; it can mount several filesystems (ext4, FAT, ZFS, etc.) to load kernel and boot images. The vulnerability lives in the optional ZFS support, where fields from on-disk ZFS metadata are used in size arithmetic without adequate bounds checking. Per CWE-190 (Integer Overflow or Wraparound), a crafted metadata value overflows during a size computation, so a subsequent allocation is too small; later reads/writes then run past the buffer (out-of-bounds access), corrupting adjacent memory in the bootloader's flat, largely unprotected execution environment. The CPE (cpe:2.3:a:n/a:n/a:*) is a placeholder and provides no usable product/version constraint.
RemediationAI
Vendor-released patch: upgrade to U-Boot 2026.04 or later, which contains the fix; rebuild and reflash device firmware and re-sign boot images as required by your secure-boot chain. Where immediate upgrade is not possible, the most effective compensating control is to disable ZFS filesystem support in the U-Boot build configuration (drop CONFIG_FS_ZFS / ZFS command support) if the device does not need to boot from ZFS - this removes the vulnerable code path entirely, at the cost of losing ZFS boot capability. Additionally, restrict the boot order so devices boot only from trusted, non-removable, integrity-protected storage and disallow booting from user-attachable ZFS media (trade-off: reduces recovery/USB-boot flexibility), and enforce signed-image verification before ZFS parsing where the platform allows. Confirm the exact fixed version and any backports against the official U-Boot release notes; the http://u-boot.com reference in the feed is unverified, so validate advisories via denx.de or the U-Boot GitLab.
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Remote code execution in the Exim mail transfer agent (versions before 4.99.3) built against certain GnuTLS configuratio
SQL injection in EasyAppointments <=1.5.1 allows unauthenticated attackers to extract and modify database contents via t
Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST
Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al
Privilege escalation via broken access control in Citrix Cloud (through 2025-11-10) lets a user holding only read-only p
go-wind-cms (GoWind) before 1.0.0 exposes all administrative APIs to any authenticated user because NewAuthorizer() retu
Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when
Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_
Same weakness CWE-190 – Integer Overflow or Wraparound
View allSame technique Integer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-210793
GHSA-j2xx-grh4-4p3q