CVE-2024-46752

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-46752
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-46752.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-46752
Downstream
Related
Published
2024-09-18T08:15:04Z
Modified
2025-09-26T18:14:08Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

btrfs: replace BUGON() with error handling at updaterefforcow()

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).

References

Affected packages