diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000000..c43d64e3c23 Binary files /dev/null and b/.DS_Store differ diff --git a/2021/32xxx/CVE-2021-32821.json b/2021/32xxx/CVE-2021-32821.json index 0616fa4f178..f87fa075aed 100644 --- a/2021/32xxx/CVE-2021-32821.json +++ b/2021/32xxx/CVE-2021-32821.json @@ -1,18 +1,91 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-32821", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Regular expression Denial of Service in MooTools" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "mootools-core", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "1.6.0", + "version_value": "1.6.0" + } + ] + } + } + ] + }, + "vendor_name": "mootools" + } + ] + } + }, + "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": "MooTools is a collection of JavaScript utilities for JavaScript developers. All known versions include a CSS selector parser that is vulnerable to Regular Expression Denial of Service (ReDoS). An attack requires that an attacker can inject a string into a CSS selector at runtime, which is quite common with e.g. jQuery CSS selectors. No patches are available for this issue." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 6.2, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-400 Uncontrolled Resource Consumption" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://securitylab.github.com/advisories/GHSL-2020-345-redos-mootools/", + "refsource": "CONFIRM", + "url": "https://securitylab.github.com/advisories/GHSL-2020-345-redos-mootools/" + } + ] + }, + "source": { + "advisory": "GHSL-2020-345", + "defect": [ + "GHSL-2020-345" + ], + "discovery": "UNKNOWN" } } \ No newline at end of file