From c1a5830a119b7f9cb44474e204d72fc02a6f67df Mon Sep 17 00:00:00 2001 From: "Mark J. Cox" Date: Thu, 1 Sep 2022 14:57:52 +0100 Subject: [PATCH] Apache ShenYu --- 2022/37xxx/CVE-2022-37435.json | 85 ++++++++++++++++++++++++++++++---- 1 file changed, 77 insertions(+), 8 deletions(-) diff --git a/2022/37xxx/CVE-2022-37435.json b/2022/37xxx/CVE-2022-37435.json index 1a176325de6..a74536cc3d3 100644 --- a/2022/37xxx/CVE-2022-37435.json +++ b/2022/37xxx/CVE-2022-37435.json @@ -1,18 +1,87 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@apache.org", "ID": "CVE-2022-37435", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Apache ShenYu Admin Improper Privilege Management" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Apache ShenYu", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_name": "Apache ShenYu", + "version_value": "2.4.2 and 2.4.3" + } + ] + } + } + ] + }, + "vendor_name": "Apache Software Foundation" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Apache ShenYu would like to thank Lulu Gu for reporting this issue." + } + ], + "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": "Apache ShenYu Admin has insecure permissions, which may allow low-privilege administrators to modify high-privilege administrator's passwords.\nThis issue affects Apache ShenYu 2.4.2 and 2.4.3." } ] - } -} \ No newline at end of file + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": [ + { + "other": "moderate" + } + ], + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-269 Improper Privilege Management" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://lists.apache.org/thread/ndblyxr2fdrvjtgbs1bogxgv2cgk7t28" + } + ] + }, + "source": { + "discovery": "UNKNOWN" + }, + "work_around": [ + { + "lang": "eng", + "value": "Upgrade to Apache ShenYu 2.5.0 or apply patch https://github.com/apache/shenyu/pull/3658." + } + ] +}