From 7983126c50af949e82f0f9e982b5686ad80ec509 Mon Sep 17 00:00:00 2001 From: Zyxel PSIRT <86775651+zyxel-psirt@users.noreply.github.com> Date: Wed, 11 Jan 2023 09:35:05 +0800 Subject: [PATCH] Update CVE-2022-43392.json --- 2022/43xxx/CVE-2022-43392.json | 60 +++++++++++++++++++++++++++++++--- 1 file changed, 55 insertions(+), 5 deletions(-) diff --git a/2022/43xxx/CVE-2022-43392.json b/2022/43xxx/CVE-2022-43392.json index d4fd04513cc..90bd22cc5e0 100644 --- a/2022/43xxx/CVE-2022-43392.json +++ b/2022/43xxx/CVE-2022-43392.json @@ -3,16 +3,66 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2022-43392", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "PSIRT@zyxel.com.tw", + "ID": "CVE-2022-43392" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Zyxel", + "product": { + "product_data": [ + { + "product_name": "Nebula NR7101 firmware", + "version": { + "version_data": [ + { + "version_value": "< V1.15(ACCC.3)C0" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-120: Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "name": "https://www.zyxel.com/global/en/support/security-advisories/zyxel-security-advisory-for-command-injection-and-buffer-overflow-vulnerabilities-of-cpe-fiber-onts-and-wifi-extenders", + "url": "https://www.zyxel.com/global/en/support/security-advisories/zyxel-security-advisory-for-command-injection-and-buffer-overflow-vulnerabilities-of-cpe-fiber-onts-and-wifi-extenders" + } + ] + }, + "impact": { + "cvss": { + "baseScore": "7.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/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 buffer overflow vulnerability in the parameter of web server in Zyxel Nebula NR7101 firmware prior to V1.15(ACCC.3)C0, which could allow an authenticated attacker to cause denial-of-service (DoS) conditions by sending a crafted authorization request." } ] } -} \ No newline at end of file +}