Junglewise Threat Intelligence

CVE-2026-53130: Linux Kernel memory corruption in fs/omfs

CVE-2026-53130 · Severity: info · CVSS 7.8 · Published 2026-06-24

Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's Optimized Media File System (OMFS) driver. An attacker could use a specially crafted filesystem image to cause a memory corruption event when the system attempts to mount or process the disk. This could lead to a complete system crash or allow an attacker to gain unauthorized control over the operating system.

Technical details

An integer underflow vulnerability exists in the fs/omfs component of the Linux kernel. The function omfs_fill_super() failed to validate that the s_sys_blocksize value was at least as large as OMFS_DIR_START (440 bytes). When a crafted image with a smaller block size is processed, the subsequent call to omfs_make_empty() performs a subtraction that underflows a u32 value, resulting in a massive (~4 GiB) memset() operation. This results in an out-of-bounds write that overwrites critical kernel memory. The issue has been resolved by adding a lower-bound check during superblock validation.

Affected products

  • Linux Linux a3ab7155ea21 to 0621c385fda1

Timeline

  • 2026-03-17: patched: Initial fix committed to mainline kernel
  • 2026-06-24: advisory: CVE-2026-53130 published

References