CVE-2026-90262: btrfs: retry verity reads for not-uptodate Merkle folios

Published Sep 17, 2026
·
Updated

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

btrfs: retry verity reads for not-uptodate Merkle folios

btrfsreadmerkletreepage() can find a folio in the mapping that is not uptodate. After taking the folio lock, the current code treats that state as a read error and returns -EIO.

That can make a previous transient read failure sticky. If the failed read left a not-uptodate folio in the mapping, later callers find that folio and fail instead of retrying the read.

Keep the existing page-cache insertion and locking order, but retry the Merkle item read when a not-uptodate folio is found in the mapping. Also unlock the folio when readkeybytes() fails so that a later caller can lock it and retry the read.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:07 PM
Data Sourced
via MITRE·04:07 PM
Description

Frequently Asked Questions

1

What systems are realistically exposed to this issue?

Systems using the Linux kernel with btrfs filesystem verity reads are affected by the described failure mode. The issue concerns reads of Merkle-tree data associated with verity-protected content on btrfs.

2

What conditions trigger the failure?

A transient read failure must leave a Merkle folio in the page-cache mapping without the uptodate state. A later caller that finds that folio can receive -EIO instead of causing the read to be retried.

3

What happens if reading key bytes fails?

The described vulnerable behavior can leave the folio locked when read_key_bytes() fails. This prevents a later caller from locking the folio and retrying the read.

4

What is the relevant remediation?

Apply a kernel update containing the referenced stable commits. The fix retries Merkle item reads for non-uptodate folios and unlocks the folio when read_key_bytes() fails, allowing subsequent retry attempts.

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