diff --git a/2021/3xxx/CVE-2021-3806.json b/2021/3xxx/CVE-2021-3806.json index 73d7a7df532..e194b3f4255 100644 --- a/2021/3xxx/CVE-2021-3806.json +++ b/2021/3xxx/CVE-2021-3806.json @@ -2,17 +2,113 @@ "data_type": "CVE", "data_format": "MITRE", "data_version": "4.0", + "generator": { + "engine": "Vulnogram 0.0.9" + }, "CVE_data_meta": { - "ID": "CVE-2021-3806", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2021-3806", + "ASSIGNER": "cve@usom.gov.tr", + "DATE_PUBLIC": "2021-09-13T00:00:00.000Z", + "TITLE": "Path Traversal in Pardus Software Center", + "AKA": "", + "STATE": "PUBLIC" + }, + "source": { + "defect": [ + "TR-21-0754" + ], + "advisory": "TR-21-0754", + "discovery": "EXTERNAL" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "TUBITAK", + "product": { + "product_data": [ + { + "product_name": "Pardus Software Center", + "version": { + "version_data": [ + { + "version_name": "", + "version_affected": "<", + "version_value": "0.1.0~beta10", + "platform": "amd64" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')" + } + ] + } + ] }, "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." - } - ] - } -} \ No newline at end of file + "description_data": [ + { + "lang": "eng", + "value": "A path traversal vulnerability on Pardus Software Center's \"extractArchive\" function could allow anyone on the same network to do a man-in-the-middle and write files on the system." + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://www.usom.gov.tr/bildirim/tr-21-0754", + "name": "https://www.usom.gov.tr/bildirim/tr-21-0754" + }, + { + "refsource": "CONFIRM", + "url": "https://pentest.blog/pardus-21-linux-distro-remote-code-execution-0day-2021/", + "name": "https://pentest.blog/pardus-21-linux-distro-remote-code-execution-0day-2021/" + } + ] + }, + "configuration": [], + "impact": { + "cvss": { + "version": "3.1", + "attackVector": "LOCAL", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "REQUIRED", + "scope": "UNCHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "LOW", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", + "baseScore": 5.3, + "baseSeverity": "MEDIUM" + } + }, + "exploit": [], + "work_around": [], + "solution": [ + { + "lang": "eng", + "value": "Pardus Software Center should be updated to the latest version." + } + ], + "credit": [ + { + "lang": "eng", + "value": "Mehmet INCE from PRODAFT" + } + ] + } \ No newline at end of file