cve/2024/CVE-2024-46753.md
2025-09-29 21:09:30 +02:00

814 B

CVE-2024-46753

Description

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

POC

Reference

No PoCs from references.

Github