In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while the other is doing fsync, we have a race where we can end up either: 1) Attempt a fsync without holding the inode's lock, triggering an assertion failures when assertions are enabled; 2) Do an invalid memory access from the fsync task because the…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/01681aa609b5f110502f56c4e3b2938efcf4a5bc Patch
- https://git.kernel.org/stable/c/7b5595f33c3c273613b590892a578d78186bb400 Patch
- https://git.kernel.org/stable/c/cd3087582e4fa36e89be4e6f859e75a4400292b4 Patch
- https://git.kernel.org/stable/c/cd9253c23aedd61eb5ff11f37a36247cd46faf86 Patch
- https://git.kernel.org/stable/c/d116a0b0e02f395cedfb8c725bd67480aa7c428c Patch
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
Timeline
- nvd_ingest NVD