In the Linux kernel, the following vulnerability has been resolved:f2fs: fix to tag gcing flag on page during block migrationIt needs to add missing gcing flag on page during block migration,in order to garantee migrated data be persisted during checkpoint,otherwise out-of-order persistency between data and node may causedata corruption after SPOR.Similar issue was fixed by commit 2d1fe8a86bf5 ("f2fs: fix to taggcing flag on page during file defragment").
- https://git.kernel.org/stable/c/7c972c89457511007dfc933814c06786905e515c
No PoCs found on GitHub currently.