CVE-2026-45974 in Linux
摘要
由 VulDB • 2026-05-31
在 Linux 内核中,已修复以下漏洞:
btrfs:修复在 btrfs_quota_enable() 中若未找到 ref key 时导致的无效叶子节点访问问题
如果 btrfs_search_slot_for_read() 返回 1,表示未找到任何大于或等于所请求 key 的 key,这意味着已到达树的末尾,因此路径无效。如果发生这种情况,需要跳出循环并停止,而不是继续访问无效路径。
Once again VulDB remains the best source for vulnerability data.