From 0f720a9f71829c57e0aa454b970553e5b0cdc083 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Sun, 6 Mar 2022 15:19:43 +0000 Subject: [PATCH] 5f4db013-64bd-4a6b-9dad-870c296b0b02 --- 2022/0xxx/CVE-2022-0868.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/0xxx/CVE-2022-0868.json b/2022/0xxx/CVE-2022-0868.json index 4599d7d1fbd..898ade6f7f4 100644 --- a/2022/0xxx/CVE-2022-0868.json +++ b/2022/0xxx/CVE-2022-0868.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-0868", - "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-2022-0868", + "STATE": "PUBLIC", + "TITLE": "Open Redirect in medialize/uri.js" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "medialize/uri.js", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "1.19.10" + } + ] + } + } + ] + }, + "vendor_name": "medialize" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Open Redirect in GitHub repository medialize/uri.js prior to 1.19.10." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H", + "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/5f4db013-64bd-4a6b-9dad-870c296b0b02", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/5f4db013-64bd-4a6b-9dad-870c296b0b02" + }, + { + "name": "https://github.com/medialize/uri.js/commit/a8166fe02f3af6dc1b2b888dcbb807155aad9509", + "refsource": "MISC", + "url": "https://github.com/medialize/uri.js/commit/a8166fe02f3af6dc1b2b888dcbb807155aad9509" + } + ] + }, + "source": { + "advisory": "5f4db013-64bd-4a6b-9dad-870c296b0b02", + "discovery": "EXTERNAL" + } } \ No newline at end of file