From 2462a96612b20056152430ff98a2245c8b110dd9 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sun, 12 Feb 2023 05:00:44 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2022/1xxx/CVE-2022-1970.json | 83 ++++++++++++++++++++++++++++++++++-- 1 file changed, 79 insertions(+), 4 deletions(-) diff --git a/2022/1xxx/CVE-2022-1970.json b/2022/1xxx/CVE-2022-1970.json index b11a7ff9319..4da3ef9343b 100644 --- a/2022/1xxx/CVE-2022-1970.json +++ b/2022/1xxx/CVE-2022-1970.json @@ -1,17 +1,92 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-1970", - "ASSIGNER": "cve@mitre.org", - "STATE": "REJECT" + "ASSIGNER": "secalert@redhat.com", + "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", - "value": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2022. Notes: none." + "value": "keycloak 18.0.0: open redirect in auth endpoint via the redirect_uri parameter." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "URL Redirection to Untrusted Site ('Open Redirect')", + "cweId": "CWE-601" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Red Hat", + "product": { + "product_data": [ + { + "product_name": "Keycloak", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "18.0.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://access.redhat.com/security/cve/CVE-2022-1970", + "refsource": "MISC", + "name": "https://access.redhat.com/security/cve/CVE-2022-1970" + }, + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092434", + "refsource": "MISC", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=2092434" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Red Hat would like to thank Syed Sohaib Karim for reporting this issue." + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.4, + "baseSeverity": "HIGH", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N", + "version": "3.1" } ] }