CVE-2015-5706
Vulnerability Summary
Timeline
Description
Use-after-free vulnerability in the path_openat function in fs/namei.c in the Linux kernel 3.x and 4.x before 4.0.4 allows local users to cause a denial of service or possibly have unspecified other impact via O_TMPFILE filesystem operations that leverage a duplicate cleanup operation.
CVSS Metrics
- v2.0•MEDIUM•Score: 4.6AV:L/AC:L/Au:N/C:P/I:P/A:P
EPSS Trends
Current EPSS score: 0.05%• Percentile: 16%
Techniques & Countermeasures
- CWE-416•Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Affected Systems
- canonical•ubuntu_linux
12.04 | 14.04
- debian•debian_linux
7.0 | 8.0
- linux•linux_kernel
≥ 3.0, ≤ 3.19.8 | ≥ 4.0, < 4.0.4
References (11)
- https://source.android.com/security/bulletin/2017-01-01.html
- http://twitter.com/grsecurity/statuses/597127122910490624
- http://www.ubuntu.com/usn/USN-2680-1
- http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.4
- https://bugzilla.redhat.com/show_bug.cgi?id=1250047
- http://www.securityfocus.com/bid/76142
- http://www.debian.org/security/2015/dsa-3329
- https://github.com/torvalds/linux/commit/f15133df088ecadd141ea1907f2c96df67c729f0
- http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f15133df088ecadd141ea1907f2c96df67c729f0
- http://www.ubuntu.com/usn/USN-2681-1
- http://www.openwall.com/lists/oss-security/2015/08/01/5