In the Linux kernel, the following vulnerability has been resolved:
btrfs: fix invalid leaf access in btrfsquotaenable() if ref key not found
If btrfssearchslotforread() 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.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45974.json"
}