CVE-2026-45974
Analyzed
Analyzed - Analysis Complete
Btrfs Invalid Leaf Access in quota enable
Publication date: 2026-05-27
Last updated on: 2026-06-16
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not found
If btrfs_search_slot_for_read() returns 1, it means we did not find any
key greater than or equals to the key we asked for, meaning we have
reached the end of the tree and therefore the path is not valid. If
this happens we need to break out of the loop and stop, instead of
continuing and accessing an invalid path.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.10 |
| linux | linux_kernel | 5.10 |
| linux | linux_kernel | 5.10 |
| linux | linux_kernel | From 5.9.7 (inc) to 5.10 (exc) |
| linux | linux_kernel | 5.10 |
| linux | linux_kernel | 5.10 |
| linux | linux_kernel | 5.10 |
| linux | linux_kernel | 5.10 |
| linux | linux_kernel | From 6.13 (inc) to 6.18.14 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 6.19.4 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.128 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.75 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.202 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.165 (exc) |
| linux | linux_kernel | From 5.10.1 (inc) to 5.10.252 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |