diff --git a/2021/32xxx/CVE-2021-32851.json b/2021/32xxx/CVE-2021-32851.json index b2f29185374..02ce2703504 100644 --- a/2021/32xxx/CVE-2021-32851.json +++ b/2021/32xxx/CVE-2021-32851.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-32851", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "jQuery MiniColors vulnerable to Cross-site Scripting" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "mind-elixir", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0.18.1", + "version_value": "0.18.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": "Mind-elixir is a free, open source mind map core. Prior to version 0.18.1, mind-elixir is prone to cross-site scripting when handling untrusted menus. This issue is patched in version 0.18.1" } ] + }, + "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-1047_Mind-elixir/", + "refsource": "CONFIRM", + "url": "https://securitylab.github.com/advisories/GHSL-2021-1047_Mind-elixir/" + }, + { + "name": "https://github.com/ssshooter/mind-elixir-core/commit/073485269ac83af24371f35bd08507defa885655", + "refsource": "MISC", + "url": "https://github.com/ssshooter/mind-elixir-core/commit/073485269ac83af24371f35bd08507defa885655" + }, + { + "name": "https://github.com/ssshooter/mind-elixir-core/blob/79942a68b14c8875ab7d270b1ad25bfff351b04c/src/plugin/contextMenu.js#L13", + "refsource": "MISC", + "url": "https://github.com/ssshooter/mind-elixir-core/blob/79942a68b14c8875ab7d270b1ad25bfff351b04c/src/plugin/contextMenu.js#L13" + } + ] + }, + "source": { + "advisory": "GHSL-2021-1047", + "defect": [ + "GHSL-2021-1047" + ], + "discovery": "UNKNOWN" } } \ No newline at end of file