Files
CVEs-PoC/2021/CVE-2021-29620.md
2025-09-29 21:09:30 +02:00

18 lines
1.1 KiB
Markdown

### [CVE-2021-29620](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29620)
![](https://img.shields.io/static/v1?label=Product&message=reportportal&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3E%3D%203.1.0%2C%20%3C%205.4.0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-611%3A%20Improper%20Restriction%20of%20XML%20External%20Entity%20Reference&color=brightgreen)
### Description
Report portal is an open source reporting and analysis framework. Starting from version 3.1.0 of the service-api XML parsing was introduced. Unfortunately the XML parser was not configured properly to prevent XML external entity (XXE) attacks. This allows a user to import a specifically-crafted XML file which imports external Document Type Definition (DTD) file with external entities for extraction of secrets from Report Portal service-api module or server-side request forgery. This will be resolved in the 5.4.0 release.
### POC
#### Reference
- https://mvnrepository.com/artifact/com.epam.reportportal/service-api
#### Github
No PoCs found on GitHub currently.