Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUG_ON() with error handling at update_ref_for_cow() Instead of a BUG_ON() just return an error, log an error message and abort the transaction in case we find an extent buffer belonging to the relocation tree that doesn't have the full backref flag set. This is unexpected and should never happen (save for bugs or a potential bad memory).
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 5.15.167 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/0fbac73a97286a7ec72229cb9b42d760a2c717acPatch
- https://git.kernel.org/stable/c/41a0f85e268d72fe04f731b8ceea4748c2d65491Patch
- https://git.kernel.org/stable/c/b50857b96429a09fd3beed9f7f21b7bb7c433688Patch
- https://git.kernel.org/stable/c/b56329a782314fde5b61058e2a25097af7ccb675Patch
- https://git.kernel.org/stable/c/f895db00c65e5d77c437cce946da9ec29dcdf563Patch
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
FAQ
What is CVE-2024-46752?
CVE-2024-46752 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUG_ON() with error handling at update_ref_for_cow() Instead of a BUG_ON() just return an error, log an error messa...
How severe is CVE-2024-46752?
CVE-2024-46752 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-46752?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.