mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-28 09:12:08 +00:00
807 B
807 B
CVE-2016-1576
Description
The overlayfs implementation in the Linux kernel through 4.5.2 does not properly restrict the mount namespace, which allows local users to gain privileges by mounting an overlayfs filesystem on top of a FUSE filesystem, and then executing a crafted setuid program.
POC
Reference
- http://www.halfdog.net/Security/2016/OverlayfsOverFusePrivilegeEscalation/
- https://bugs.launchpad.net/bugs/1535150