Bug 2395200 (CVE-2025-39800) - CVE-2025-39800 kernel: btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()
Summary: CVE-2025-39800 kernel: btrfs: abort transaction on unexpected eb generation a...
Keywords:
Status: NEW
Alias: CVE-2025-39800
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-15 13:01 UTC by OSIDB Bzimport
Modified: 2025-09-15 16:40 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-15 13:01:40 UTC
In the Linux kernel, the following vulnerability has been resolved:

btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()

If we find an unexpected generation for the extent buffer we are cloning
at btrfs_copy_root(), we just WARN_ON() and don't error out and abort the
transaction, meaning we allow to persist metadata with an unexpected
generation. Instead of warning only, abort the transaction and return
-EUCLEAN.


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