diff --git a/2021/37xxx/CVE-2021-37627.json b/2021/37xxx/CVE-2021-37627.json index f6a47d6cc5c..492fdbcf2bf 100644 --- a/2021/37xxx/CVE-2021-37627.json +++ b/2021/37xxx/CVE-2021-37627.json @@ -1,18 +1,94 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-37627", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Privilege escalation via form generator" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "contao", + "version": { + "version_data": [ + { + "version_value": "< 4.4.56" + }, + { + "version_value": ">= 4.5.0, < 4.9.18" + }, + { + "version_value": ">= 4.10.0, < 4.11.7" + } + ] + } + } + ] + }, + "vendor_name": "contao" + } + ] + } + }, + "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": "Contao is an open source CMS that allows creation of websites and scalable web applications. In affected versions it is possible to gain privileged rights in the Contao back end. Installations are only affected if they have untrusted back end users who have access to the form generator. All users are advised to update to Contao 4.4.56, 4.9.18 or 4.11.7. As a workaround users may disable the form generator or disable the login for untrusted back end users." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8.0, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-269: Improper Privilege Management" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/contao/contao/security/advisories/GHSA-hq5m-mqmx-fw6m", + "refsource": "CONFIRM", + "url": "https://github.com/contao/contao/security/advisories/GHSA-hq5m-mqmx-fw6m" + }, + { + "name": "https://contao.org/en/security-advisories/privilege-escalation-with-the-form-generator.html", + "refsource": "MISC", + "url": "https://contao.org/en/security-advisories/privilege-escalation-with-the-form-generator.html" + } + ] + }, + "source": { + "advisory": "GHSA-hq5m-mqmx-fw6m", + "discovery": "UNKNOWN" } } \ No newline at end of file