mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 13:19:29 +02:00
18 lines
915 B
Markdown
18 lines
915 B
Markdown
### [CVE-2020-26564](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26564)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|