CVE Catalog

CVE-2026-97490

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the affs 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 an affs filesystem with an unsuitable block size.

Recommendation

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

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: affs: handle set_blocksize failures affs 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