From 18d36afc82125fdc6710f506a7ab018a9a516aac Mon Sep 17 00:00:00 2001 From: "Mark J. Cox" Date: Mon, 27 Dec 2021 14:49:51 +0000 Subject: [PATCH] APISXI --- 2021/45xxx/CVE-2021-45232.json | 100 ++++++++++++++++++++++++++++++--- 1 file changed, 92 insertions(+), 8 deletions(-) diff --git a/2021/45xxx/CVE-2021-45232.json b/2021/45xxx/CVE-2021-45232.json index ecb80f7a2b8..b1bcf4aea81 100644 --- a/2021/45xxx/CVE-2021-45232.json +++ b/2021/45xxx/CVE-2021-45232.json @@ -1,18 +1,102 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@apache.org", "ID": "CVE-2021-45232", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "security vulnerability on unauthorized access." }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Apache APISIX Dashboard", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_name": "2.7", + "version_value": "2.7 and 2.7.1" + }, + { + "version_affected": "=", + "version_name": "2.8", + "version_value": "2.8" + }, + { + "version_affected": "=", + "version_name": "2.9", + "version_value": "2.9" + }, + { + "version_affected": "=", + "version_name": "2.10", + "version_value": "2.10" + } + ] + } + } + ] + }, + "vendor_name": "Apache Software Foundation" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Independently discovered by ZHU Yucheng of YuanbaoTeach Security Team." + } + ], + "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": "In Apache APISIX Dashboard before 2.10.1, the Manager API uses two frameworks and introduces framework `droplet` on the basis of framework `gin`, all APIs and authentication middleware are developed based on framework `droplet`, but some API directly use the interface of framework `gin` thus bypassing the authentication. " } ] - } -} \ No newline at end of file + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": [ + { + "other": "high" + } + ], + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-306 Missing Authentication for Critical Function" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://lists.apache.org/thread/979qbl6vlm8269fopfyygnxofgqyn6k5" + } + ] + }, + "source": { + "discovery": "UNKNOWN" + }, + "work_around": [ + { + "lang": "eng", + "value": "Implement one of the following mitigation techniques:\n\n1. Upgrade to release 2.10.1\n\n2. Change the default username and password, restrict the source IP to access the Apache APISIX Dashboard" + } + ] +}