In the Linux kernel before 4.9.3, fs/xfs/xfs_aops.c allows local users to cause a denial of service (system crash) because there is a race condition between direct and memory-mapped I/O (associated with a hole) that is handled with BUG_ON instead of an I/O failure.
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 |
---|---|
https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.3 | release notes |
http://www.securityfocus.com/bid/106822 | third party advisory vdb entry |
https://bugzilla.suse.com/show_bug.cgi?id=1124010 | third party advisory issue tracking |
https://github.com/torvalds/linux/commit/04197b341f23b908193308b8d63d17ff23232598 | third party advisory patch |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=04197b341f23b908193308b8d63d17ff23232598 | third party advisory patch |
https://lists.debian.org/debian-lts-announce/2019/03/msg00034.html | third party advisory mailing list |
https://lists.debian.org/debian-lts-announce/2019/04/msg00004.html | third party advisory mailing list |