CVE-2026-90259

Unknown

Last modified

CVE-2026-90259 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data() In that function, we round down the start position and round up the ending position. But during the calculation of @len, we use "round_up(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 @aligned_start and @aligned_len and use them instead..

Description

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data() In that function, we round down the start position and round up the ending position. But during the calculation of @len, we use "round_up(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 @aligned_start and @aligned_len and use them instead.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= bc42bda22345efdb5d8b578d1b4df2c6eaa85c58, < e6edde29990af8064b9d12217ec03db231ccd55d; >= bc42bda22345efdb5d8b578d1b4df2c6eaa85c58, < c4c136555ff90f1e2921cc42da43daac0ef9985e; >= bc42bda22345efdb5d8b578d1b4df2c6eaa85c58, < 9102b179512e11644fb0489ae62010a09afa199c
LinuxLinux4.13

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-90259?
In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data() In that function, we round down the start position and round up the ending position. But during the calculation of @len, we use "round_up(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 @aligned_start and @aligned_len and use them instead.
How severe is CVE-2026-90259?
Severity scoring for CVE-2026-90259 is pending analysis.
How do I fix CVE-2026-90259?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-90259?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST