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

19 lines
752 B
Markdown

### [CVE-2016-1575](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1575)
![](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 overlayfs implementation in the Linux kernel through 4.5.2 does not properly maintain POSIX ACL xattr data, which allows local users to gain privileges by leveraging a group-writable setgid directory.
### POC
#### Reference
- http://www.halfdog.net/Security/2016/UserNamespaceOverlayfsXattrSetgidPrivilegeEscalation/
- https://launchpad.net/bugs/1534961
#### Github
No PoCs found on GitHub currently.