๐Ÿ” CVE Alert

CVE-2026-90259

UNKNOWN 0.0

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

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
bc42bda22345efdb5d8b578d1b4df2c6eaa85c58 < e6edde29990af8064b9d12217ec03db231ccd55d bc42bda22345efdb5d8b578d1b4df2c6eaa85c58 < c4c136555ff90f1e2921cc42da43daac0ef9985e bc42bda22345efdb5d8b578d1b4df2c6eaa85c58 < 9102b179512e11644fb0489ae62010a09afa199c
Linux / Linux
4.13

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/e6edde29990af8064b9d12217ec03db231ccd55d git.kernel.org: https://git.kernel.org/stable/c/c4c136555ff90f1e2921cc42da43daac0ef9985e git.kernel.org: https://git.kernel.org/stable/c/9102b179512e11644fb0489ae62010a09afa199c