CVE-2026-90259
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.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bc42bda22345efdb5d8b578d1b4df2c6eaa85c58, < e6edde29990af8064b9d12217ec03db231ccd55d; >= bc42bda22345efdb5d8b578d1b4df2c6eaa85c58, < c4c136555ff90f1e2921cc42da43daac0ef9985e; >= bc42bda22345efdb5d8b578d1b4df2c6eaa85c58, < 9102b179512e11644fb0489ae62010a09afa199c |
| Linux | Linux | 4.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90259?
How severe is CVE-2026-90259?
How do I fix CVE-2026-90259?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90253In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90254In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90255In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90256In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90257In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90260In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90261In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90262In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90263In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90264In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90265In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90259?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
