In the Linux kernel before 4.15, fs/ocfs2/aops.c omits use of a semaphore and consequently has a race condition for access to the extent tree during read operations in DIRECT mode, which allows local users to cause a denial of service (BUG) by modifying a certain e_cpos field.
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://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3e4c56d41eef5595035872a2ec5a483f42e8917f | patch vendor advisory |
https://github.com/torvalds/linux/commit/3e4c56d41eef5595035872a2ec5a483f42e8917f | third party advisory patch |
https://www.debian.org/security/2018/dsa-4188 | vendor advisory |
http://www.securityfocus.com/bid/103353 | vdb entry third party advisory |