5.5
CVSSv3

CVE-2015-4177

Published: 02/05/2016 Updated: 06/05/2016
CVSS v2 Base Score: 4.9 | Impact Score: 6.9 | Exploitability Score: 3.9
CVSS v3 Base Score: 5.5 | Impact Score: 3.6 | Exploitability Score: 1.8
VMScore: 437
Vector: AV:L/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

The collect_mounts function in fs/namespace.c in the Linux kernel prior to 4.0.5 does not properly consider that it may execute after a path has been unmounted, which allows local users to cause a denial of service (system crash) by leveraging user-namespace root access for an MNT_DETACH umount2 system call.

Vulnerable Product Search on Vulmon Subscribe to Product

linux linux kernel

Vendor Advisories

A flaw was discovered in the kernel's collect_mounts function If the kernel's audit subsystem called collect_mounts to audit an unmounted path, it could panic the system With this flaw, an unprivileged user could call umount(MNT_DETACH) to launch a denial-of-service attack ...