From f913be850a91d35e3fb92f00b70570f61317649f Mon Sep 17 00:00:00 2001 From: Zyxel PSIRT <86775651+zyxel-psirt@users.noreply.github.com> Date: Tue, 25 Apr 2023 00:28:51 +0800 Subject: [PATCH] Update CVE-2023-22913.json --- 2023/22xxx/CVE-2023-22913.json | 70 +++++++++++++++++++++++++++++++--- 1 file changed, 65 insertions(+), 5 deletions(-) diff --git a/2023/22xxx/CVE-2023-22913.json b/2023/22xxx/CVE-2023-22913.json index e5d58b2b465..2788643e620 100644 --- a/2023/22xxx/CVE-2023-22913.json +++ b/2023/22xxx/CVE-2023-22913.json @@ -3,16 +3,76 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-22913", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "PSIRT@zyxel.com.tw", + "ID": "CVE-2023-22913" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Zyxel", + "product": { + "product_data": [ + { + "product_name": "USG FLEX series firmware", + "version": { + "version_data": [ + { + "version_value": "4.50 through 5.35" + } + ] + } + }, + { + "product_name": "VPN series firmware", + "version": { + "version_data": [ + { + "version_value": "4.30 through 5.35" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://www.zyxel.com/global/en/support/security-advisories/zyxel-security-advisory-for-multiple-vulnerabilities-of-firewalls-and-aps", + "url": "https://www.zyxel.com/global/en/support/security-advisories/zyxel-security-advisory-for-multiple-vulnerabilities-of-firewalls-and-aps" + } + ] + }, + "impact": { + "cvss": { + "baseScore": "8.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H", + "version": "3.1" + } }, "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": "A post-authentication command injection vulnerability in the “account_operator.cgi” CGI program of Zyxel USG FLEX series firmware versions 4.50 through 5.35, and VPN series firmware versions 4.30 through 5.35, which could allow a remote authenticated attacker to modify device configuration data, resulting in denial-of-service (DoS) conditions on an affected device." } ] } -} \ No newline at end of file +}