From d53f3b73b819fc0ed10ae2f9ea475d6a0f1d3af5 Mon Sep 17 00:00:00 2001 From: "Shelby J. Cunningham" Date: Mon, 20 Feb 2023 18:50:29 -0500 Subject: [PATCH] Add CVE-2021-32860 for GHSL-2021-1044 --- 2021/32xxx/CVE-2021-32860.json | 95 +++++++++++++++++++++++++++++++--- 1 file changed, 89 insertions(+), 6 deletions(-) diff --git a/2021/32xxx/CVE-2021-32860.json b/2021/32xxx/CVE-2021-32860.json index 80a292e4e8b..060835d13a5 100644 --- a/2021/32xxx/CVE-2021-32860.json +++ b/2021/32xxx/CVE-2021-32860.json @@ -1,18 +1,101 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-32860", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "iziModal vulnerable to Cross-site Scripting" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "iziModal", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "1.6.1", + "version_value": "1.6.1" + } + ] + } + } + ] + }, + "vendor_name": "npm" + } + ] + } + }, + "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": "iziModal is a modal plugin with jQuery. Versions prior to 1.6.1 are vulnerable to cross-site scripting (XSS) when handling untrusted modal titles. An attacker who is able to influence the field `title` when creating a `iziModal` instance is able to supply arbitrary `html` or `javascript` code that will be rendered in the context of a user, potentially leading to `XSS`. Version 1.6.1 contains a patch for this issue" } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.1, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Cross-site Scripting (XSS)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://securitylab.github.com/advisories/GHSL-2021-1044_iziModal/", + "refsource": "CONFIRM", + "url": "https://securitylab.github.com/advisories/GHSL-2021-1044_iziModal/" + }, + { + "name": "https://github.com/marcelodolza/iziModal/issues/249", + "refsource": "MISC", + "url": "https://github.com/marcelodolza/iziModal/issues/249" + }, + { + "name": "https://github.com/marcelodolza/iziModal/commit/01728ac52bac5c1b4512087dafe0ad8b091fdc9e", + "refsource": "MISC", + "url": "https://github.com/marcelodolza/iziModal/commit/01728ac52bac5c1b4512087dafe0ad8b091fdc9e" + } + ] + }, + "source": { + "advisory": "GHSL-2021-1044", + "defect": [ + "GHSL-2021-1044" + ], + "discovery": "UNKNOWN" } } \ No newline at end of file