The add_free_nid function in fs/f2fs/node.c in the Linux kernel before 4.12 does not properly track an allocated nid, which allows local users to cause a denial of service (race condition) or possibly have unspecified other impact via concurrent threads.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Link | Tags |
---|---|
http://www.securitytracker.com/id/1041432 | third party advisory vdb entry |
https://github.com/torvalds/linux/commit/30a61ddf8117c26ac5b295e1233eaa9629a94ca3 | third party advisory patch |
https://lists.debian.org/debian-lts-announce/2019/03/msg00017.html | third party advisory mailing list |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=30a61ddf8117c26ac5b295e1233eaa9629a94ca3 | third party advisory patch |
https://usn.ubuntu.com/3932-1/ | vendor advisory |
https://usn.ubuntu.com/3932-2/ | vendor advisory |