CVE-2026-34962 PUBLISHED

barebox ext4 Directory Parsing Infinite Loop Denial of Service

Assigner: VulnCheck
Reserved: 31.03.2026 Published: 11.05.2026 Updated: 11.05.2026

barebox version prior to 2026.04.0 contains a denial-of-service vulnerability in ext4 directory parsing in fs/ext4/ext4_common.c where the ext4fs_iterate_dir() function fails to validate that directory entry length values are non-zero. Attackers can supply a malicious ext4 filesystem image with a crafted directory entry containing a direntlen value of 0 to cause an infinite loop during directory listing or path resolution, resulting in the boot process hanging indefinitely.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor barebox
Product barebox
Versions Default: unknown
  • affected from 0 to 2026.04.0 (incl.)

Credits

  • Kazuma Matsumoto finder

References

Problem Types

  • CWE-835 Loop with Unreachable Exit Condition ('Infinite Loop') CWE