cve/2018/CVE-2018-14572.md
2024-06-18 02:51:15 +02:00

19 lines
788 B
Markdown

### [CVE-2018-14572](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14572)
![](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
In conference-scheduler-cli, a pickle.load call on imported data allows remote attackers to execute arbitrary code via a crafted .pickle file, as demonstrated by Python code that contains an os.system call.
### POC
#### Reference
- https://github.com/PyconUK/ConferenceScheduler-cli/issues/19
- https://joel-malwarebenchmark.github.io/blog/2020/04/25/cve-2018-14572-conference-scheduler-cli/
#### Github
No PoCs found on GitHub currently.