Bug 2313099 (CVE-2024-46751) - CVE-2024-46751 kernel: btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
Summary: CVE-2024-46751 kernel: btrfs: don't BUG_ON() when 0 reference count at bt...
Keywords:
Status: NEW
Alias: CVE-2024-46751
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2313194
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-18 08:21 UTC by OSIDB Bzimport
Modified: 2024-11-14 03:59 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-09-18 08:21:37 UTC
In the Linux kernel, the following vulnerability has been resolved:

btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()

Instead of doing a BUG_ON() handle the error by returning -EUCLEAN,
aborting the transaction and logging an error message.


Note You need to log in before you can comment on or make changes to this bug.