Files
CVEs-PoC/2016/CVE-2016-4989.md
T
2025-09-29 21:09:30 +02:00

18 lines
968 B
Markdown

### [CVE-2016-4989](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4989)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
setroubleshoot allows local users to bypass an intended container protection mechanism and execute arbitrary commands by (1) triggering an SELinux denial with a crafted file name, which is handled by the _set_tpath function in audit_data.py or via a crafted (2) local_id or (3) analysis_id field in a crafted XML document to the run_fix function in SetroubleshootFixit.py, related to the subprocess.check_output and commands.getstatusoutput functions, a different vulnerability than CVE-2016-4445.
### POC
#### Reference
- http://seclists.org/oss-sec/2016/q2/574
#### Github
- https://github.com/c-skills/CVEs