CVE-2026-45974
5.5 MEDIUMIn the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key no...
Published: 2026-05-27 · Last updated: 2026-06-16
Severity and scoring
- CVSS
- 5.5 MEDIUM
- Vector
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected products
| Vendor | Product |
|---|---|
| linux | linux_kernel |
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.
Source: NVD
References
- [NVD]https://nvd.nist.gov/vuln/detail/CVE-2026-45974
- [Patch]https://git.kernel.org/stable/c/023545e272f369d487e6a986c1e321c6e04be1da
- [Patch]https://git.kernel.org/stable/c/0761447f6f51e1c7997960d8e6559337deed6729
- [Patch]https://git.kernel.org/stable/c/1ee1d006c9fe4d6be5527ab1c84216b80cccbe40
- [Patch]https://git.kernel.org/stable/c/b2bd557b75b760e4b9d209112bda19314bd64558
- [Patch]https://git.kernel.org/stable/c/b5b8ade9da452086e78f5d519b90d3769e354853
- [Patch]https://git.kernel.org/stable/c/d7cf2314dd5e8661c05d076cd627eea9a7f76616
- [Patch]https://git.kernel.org/stable/c/ecb7c2484cfc83a93658907580035a8adf1e0a92
- [Patch]https://git.kernel.org/stable/c/fd4913a53e3b54ad7e161847291439fe445d6356
Related CVEs
Same vendor
- CVE-2026-46273 — In the Linux kernel, the following vulnerability has been resolved: ibmveth: Disable GSO for packets with small MSS Some physical adapt... (8.6 HIGH)
- CVE-2026-46272 — In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode ... (4.7 MEDIUM)
- CVE-2026-46271 — In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: do WoW offloads only on primary link In case of multi... (7.8 HIGH)
- CVE-2026-46270 — In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: Fix use-after-free in power_supply_changed() ... (8.4 HIGH)
- CVE-2026-46269 — In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix NULL pointer dereference when parsing dev... (5.5 MEDIUM)