fs/namespace.c in the Linux kernel before 4.9 does not restrict how many mounts may exist in a mount namespace, which allows local users to cause a denial of service (memory consumption and deadlock) via MS_BIND mount system calls, as demonstrated by a loop that triggers exponential growth in the number of mounts.
The product does not properly control the allocation and maintenance of a limited resource.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2016/07/13/8 | mailing list |
https://github.com/torvalds/linux/commit/d29216842a85c7970c536108e093963f02714498 | patch |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d29216842a85c7970c536108e093963f02714498 | patch vendor advisory |
http://www.securityfocus.com/bid/91754 | vdb entry |
https://bugzilla.redhat.com/show_bug.cgi?id=1356471 | issue tracking |
https://access.redhat.com/errata/RHSA-2017:2077 | vendor advisory |
https://access.redhat.com/errata/RHSA-2017:1842 | vendor advisory |