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…
高危 CVSS 7.8
摘要
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…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判 · 自动通道
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
受影响产品
- :
数据来源
- NVD DATABASE
原始链接
- 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
时间线
- nvd_ingest NVD