Files
CVEs-PoC/2020/CVE-2020-26564.md
T
2024-05-25 21:48:12 +02:00

18 lines
915 B
Markdown

### [CVE-2020-26564](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26564)
![](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
ObjectPlanet Opinio before 7.15 allows XXE attacks via three steps: modify a .css file to have <!ENTITY content, create a .xml file for a generic survey template (containing a link to this .css file), and import this .xml file at the survey/admin/folderSurvey.do?action=viewImportSurvey['importFile'] URI. The XXE can then be triggered at a admin/preview.do?action=previewSurvey&surveyId= URI.
### POC
#### Reference
- https://packetstormsecurity.com/files/163707/ObjectPlanet-Opinio-7.13-7.14-XML-Injection.html
#### Github
- https://github.com/ARPSyndicate/cvemon