CVE-2026-90259: btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data()

Published Sep 17, 2026
·
Updated

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

btrfs: qgroup: fix a wrong length calculation in qgroupfreereserveddata()

In that function, we round down the start position and round up the ending position.

But during the calculation of @len, we use "roundup(start + len, sectorsize)", which is the rounded up end position, not the rounded up length.

Which results a much larger length, and later we are still using "start + len", which is completely incorrect.

Fix it by declaring a local @alignedstart and @alignedlen and use them instead.

Affected Software

1 affected component
Linux Kernel

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 kernel change should I look for when verifying remediation?

The referenced stable commits are e6edde29990af8064b9d12217ec03db231ccd55d, c4c136555ff90f1e2921cc42da43daac0ef9985e, and 9102b179512e11644fb0489ae62010a09afa199c. They correct the aligned start and length handling in btrfs qgroup_free_reserved_data().

2

Does the available information identify affected kernel versions?

No affected or fixed kernel version numbers are provided. Verification must therefore be based on whether the relevant fix commit is present rather than on a version number from this record.

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