CVE-2024-26792
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of anonymous device after snapshot creation failure When creating a snapshot we may do a double free of an anonymous device in case there's an error committing the transaction. The second free may result in freeing an anonymous device number that was allocated by some other subsystem in the kernel or another btrfs filesystem. The steps that lead to this: 1) At ioctl.c:create_snapshot() we allocate an anonymous device number and assign it to pending_snapshot->anon_dev; 2) Then we call btrfs_commit_tran...
- CVSS
- 7.8
- EPSS
- 0.24% 14.6% percentile
- CISA KEV
- Not listed
- Published
- 2024.04.04