diff --git a/2021/23xxx/CVE-2021-23803.json b/2021/23xxx/CVE-2021-23803.json index a6c25300f92..936bf89b99a 100644 --- a/2021/23xxx/CVE-2021-23803.json +++ b/2021/23xxx/CVE-2021-23803.json @@ -3,16 +3,92 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "report@snyk.io", + "DATE_PUBLIC": "2021-12-17T20:00:07.832467Z", "ID": "CVE-2021-23803", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Access Control Bypass" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "latte/latte", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.10.6" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Access Control Bypass" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://snyk.io/vuln/SNYK-PHP-LATTELATTE-1932226" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/nette/latte/issues/279" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/nette/latte/commit/227c86eda9a8a6d060ea8501923e768b6d992210" + } + ] }, "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": "This affects the package latte/latte before 2.10.6.\n There is a way to bypass allowFunctions that will affect the security of the application. When the template is set to allow/disallow the use of certain functions, adding control characters (x00-x08) after the function will bypass these restrictions.\r\n\r\n" } ] - } + }, + "impact": { + "cvss": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P", + "baseScore": 9.8, + "baseSeverity": "CRITICAL", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "availabilityImpact": "HIGH" + } + }, + "credit": [ + { + "lang": "eng", + "value": "Jiang" + } + ] } \ No newline at end of file