diff --git a/2021/29xxx/CVE-2021-29620.json b/2021/29xxx/CVE-2021-29620.json index 86f2a59ed54..8da37206a81 100644 --- a/2021/29xxx/CVE-2021-29620.json +++ b/2021/29xxx/CVE-2021-29620.json @@ -1,18 +1,93 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-29620", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "XXE vulnerability on Launch import with externally-defined DTD file" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "reportportal", + "version": { + "version_data": [ + { + "version_value": ">= 3.1.0, < 5.4.0" + } + ] + } + } + ] + }, + "vendor_name": "reportportal" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "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." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-611: Improper Restriction of XML External Entity Reference" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/reportportal/reportportal/security/advisories/GHSA-24wf-7vf2-pv59", + "refsource": "CONFIRM", + "url": "https://github.com/reportportal/reportportal/security/advisories/GHSA-24wf-7vf2-pv59" + }, + { + "name": "https://github.com/reportportal/service-api/pull/1392", + "refsource": "MISC", + "url": "https://github.com/reportportal/service-api/pull/1392" + }, + { + "name": "https://mvnrepository.com/artifact/com.epam.reportportal/service-api", + "refsource": "MISC", + "url": "https://mvnrepository.com/artifact/com.epam.reportportal/service-api" + } + ] + }, + "source": { + "advisory": "GHSA-24wf-7vf2-pv59", + "discovery": "UNKNOWN" } } \ No newline at end of file