Files
CVEs-PoC/2014/CVE-2014-7970.md
T
2024-06-18 02:51:15 +02:00

19 lines
809 B
Markdown

### [CVE-2014-7970](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7970)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The pivot_root implementation in fs/namespace.c in the Linux kernel through 3.17 does not properly interact with certain locations of a chroot directory, which allows local users to cause a denial of service (mount-tree loop) via . (dot) values in both arguments to the pivot_root system call.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2014/10/08/21
- http://www.ubuntu.com/usn/USN-2514-1
#### Github
No PoCs found on GitHub currently.