Integer overflow in Util-linux - CVE-2026-53615
Published: September 2, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service and overwrite critical disk structures.
The vulnerability exists due to integer overflow or wraparound in parse_dos_extended() in libblkid/src/partitions/dos.c when parsing a crafted disk image or removable media containing malicious EBR partition entries. A remote attacker can provide a specially crafted disk image or removable media to cause a denial of service and overwrite critical disk structures.
The issue can cause a wrapped partition start value to be registered as sector 0, which may lead downstream consumers to treat the MBR as a valid partition.