Security Advisory

CVE-2024-46753

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-09-18 07:12:12
Last updated 2026-05-11 20:35:44
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfs_dec_ref() properly In walk_up_proc() we BUG_ON(ret) from btrfs_dec_ref(). This is incorrect, we have proper error handling here, return the error.