CVE Catalog

CVE-2026-97485

Unknown
Published: Translated: NVD NIST

Summary

Similarly to hpfs, omfs in the Linux kernel fails to handle set_blocksize errors. The filesystem uses buffer_heads that do not support block sizes larger than PAGE_SIZE, leading to a BUG_ON in folio_set_bh during mount.

Risk Assessment

The vulnerability may cause a crash or hang when mounting an omfs partition, posing a denial-of-service risk.

Recommendation

Apply a kernel patch that adds proper handling of set_blocksize errors and prevents the BUG_ON condition.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: omfs: handle set_blocksize failures omfs uses buffer_heads, which don't handle block size > PAGE_SIZE well. Without this, mounting we will hit the BUG_ON(offset >= folio_size(folio)); in folio_set_bh on the first __bread_gfp call.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS