diff --git a/2021/4xxx/CVE-2021-4000.json b/2021/4xxx/CVE-2021-4000.json index 410d5b07078..05c4cc29131 100644 --- a/2021/4xxx/CVE-2021-4000.json +++ b/2021/4xxx/CVE-2021-4000.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2021-4000", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" - }, - "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." - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2021-4000", + "STATE": "PUBLIC", + "TITLE": "Open Redirect in star7th/showdoc" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "star7th/showdoc", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.9.13" + } + ] + } + } + ] + }, + "vendor_name": "star7th" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "showdoc is vulnerable to URL Redirection to Untrusted Site" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-601 URL Redirection to Untrusted Site" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/e4d803e0-3104-432c-80b3-34bc453c8962", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/e4d803e0-3104-432c-80b3-34bc453c8962" + }, + { + "name": "https://github.com/star7th/showdoc/commit/c7f10033eba5f2b5a537f9af9ba2379138e67138", + "refsource": "MISC", + "url": "https://github.com/star7th/showdoc/commit/c7f10033eba5f2b5a537f9af9ba2379138e67138" + } + ] + }, + "source": { + "advisory": "e4d803e0-3104-432c-80b3-34bc453c8962", + "discovery": "EXTERNAL" + } } \ No newline at end of file