CVE-2026-97489
Received Received - Intake

BFS Filesystem Blocksize Handling Failure in Linux Kernel

Vulnerability report for CVE-2026-97489, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: kernel.org

Description

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves the BFS filesystem failing to handle set_blocksize errors properly. BFS uses buffer_heads which struggle with block sizes larger than the system page size. Without proper handling, mounting a filesystem could trigger a kernel bug check during the first __bread_gfp call.

Detection Guidance

This vulnerability is specific to the Linux kernel's BFS filesystem handling. Detection involves checking kernel logs for BFS-related errors during mount operations or filesystem operations. Monitor for messages like 'BUG_ON(offset >= folio_size(folio))' in system logs. Use commands like 'dmesg | grep -i bfs' or 'journalctl -k | grep -i bfs' to search for related errors.

Impact Analysis

This vulnerability could cause system crashes or kernel panics when mounting a BFS filesystem with a block size larger than the page size. Users relying on BFS may experience unexpected system failures during filesystem operations.

Mitigation Strategies

Immediate mitigation involves updating the Linux kernel to a patched version that resolves this issue. Check your distribution's updates or compile a kernel with the fix. Avoid using the BFS filesystem until patched. If BFS is not in use, no action is required beyond standard kernel updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-97489. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart