cve/2021/CVE-2021-35196.md
2025-09-29 21:09:30 +02:00

19 lines
918 B
Markdown

### [CVE-2021-35196](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35196)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%20&color=brightgreen)
![](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
Manuskript through 0.12.0 allows remote attackers to execute arbitrary code via a crafted settings.pickle file in a project file, because there is insecure deserialization via the pickle.load() function in settings.py. NOTE: the vendor's position is that the product is not intended for opening an untrusted project file
### POC
#### Reference
- https://www.pizzapower.me/2021/06/20/arbitrary-code-execution-in-manuskript-0-12/
#### Github
No PoCs found on GitHub currently.