mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
### [CVE-2021-29620](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29620)
|
|

|
|

|
|

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