mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
969 B
969 B
CVE-2024-47726
Description
In the Linux kernel, the following vulnerability has been resolved:f2fs: fix to wait dio completionIt should wait all existing dio write IOs before block removal,otherwise, previous direct write IO may overwrite data in theblock which may be reused by other inode.
POC
Reference
No PoCs from references.