Add CVE-2021-29620 for GHSA-24wf-7vf2-pv59

This commit is contained in:
Jonathan Moroney 2021-06-23 10:32:22 -07:00
parent 9bec8dc4bd
commit 6f8c37e948
No known key found for this signature in database
GPG Key ID: 3F1697A1388A846C

View File

@ -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"
}
}