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

19 lines
960 B
Markdown

### [CVE-2017-16763](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16763)
![](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
An exploitable vulnerability exists in the YAML parsing functionality in config.py in Confire 0.2.0. Due to the user-specific configuration being loaded from "~/.confire.yaml" using the yaml.load function, a YAML parser can execute arbitrary Python commands resulting in command execution. An attacker can insert Python into loaded YAML to trigger this vulnerability.
### POC
#### Reference
- https://github.com/bbengfort/confire/issues/24
- https://joel-malwarebenchmark.github.io/blog/2017/11/12/cve-2017-16763-configure-loaded-through-confire/
#### Github
- https://github.com/ARPSyndicate/cvemon