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

18 lines
964 B
Markdown

### [CVE-2018-10906](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10906)
![](https://img.shields.io/static/v1?label=Product&message=fuse&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-285&color=brighgreen)
### Description
In fuse before versions 2.9.8 and 3.x before 3.2.5, fusermount is vulnerable to a restriction bypass when SELinux is active. This allows non-root users to mount a FUSE file system with the 'allow_other' mount option regardless of whether 'user_allow_other' is set in the fuse configuration. An attacker may use this flaw to mount a FUSE file system, accessible by other users, and trick them into accessing files on that file system, possibly causing Denial of Service or other unspecified effects.
### POC
#### Reference
- https://www.exploit-db.com/exploits/45106/
#### Github
No PoCs found on GitHub currently.