4 matches found
The vulnerability of the btrfs_dec_ref() function in the Linux operating system’s kernel allows a hacker to cause a service failure.
The vulnerability of the btrfsdecref function in the Linux operating system’s kernel is related to improper handling of exception states. Exploiting this vulnerability can allow an attacker to cause a service failure...
DEBIAN-CVE-2024-46753
In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfsdecref properly In walkupproc we BUGONret from btrfsdecref. This is incorrect, we have proper error handling here, return the error...
CVE-2024-46753
CVE-2024-46753 affects the Linux kernel via the btrfs subsystem. Description: in walk_up_proc() the code previously BUG_ON(ret) after btrfs_dec_ref(); the error is now returned, indicating proper error propagation. The vulnerability is resolved in the Linux kernel as described in multiple advisor...
CVE-2024-46753 btrfs: handle errors from btrfs_dec_ref() properly
In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfsdecref properly In walkupproc we BUGONret from btrfsdecref. This is incorrect, we have proper error handling here, return the error...