CVE Catalog

CVE-2026-97488

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the qnx4 filesystem uses buffer_heads, which do not handle block size > PAGE_SIZE well. Without the fix, mounting triggers BUG_ON(offset >= folio_size(folio)) in folio_set_bh on the first __bread_gfp call.

Risk Assessment

The BUG_ON call causes a kernel panic and denial of service (DoS). Requires the ability to mount a qnx4 filesystem with an unsuitable block size.

Recommendation

Update the Linux kernel to a version containing the fix that handles set_blocksize failures in the qnx4 filesystem.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: qnx4: handle set_blocksize failures qnx4 uses buffer_heads, which don't handle block size > PAGE_SIZE well. Without this, mounting 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