CVE-2026-97490: affs: handle set_blocksize failures

Published Sep 24, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

affs: handle setblocksize failures

affs uses bufferheads, which don't handle block size > PAGESIZE well. Without this, mounting we will hit the

BUGON(offset >= foliosize(folio));

in foliosetbh on the first breadgfp call.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In affs, handle set_blocksize failures in folio_set_bh during the first __bread_gfp call to prevent the BUG_ON(offset >= folio_size(folio)) condition.

Event History

Sep 24, 2026
CVE Published
via MITRE·04:04 PM
Data Sourced
via MITRE·04:04 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Linux systems that mount an AFFS filesystem with a block size larger than PAGE_SIZE are exposed. The issue is specific to AFFS use of buffer_heads with oversized blocks.

2

What is the observable failure when the issue is triggered?

The mount operation can hit BUG_ON(offset >= folio_size(folio)) in folio_set_bh during the first __bread_gfp call.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203