From d961dd5b771fa0e6f42caf5fd18de30c5018b840 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 23 Dec 2024 11:00:58 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/12xxx/CVE-2024-12902.json | 103 +++++++++++++++++++++++++++++++-- 1 file changed, 99 insertions(+), 4 deletions(-) diff --git a/2024/12xxx/CVE-2024-12902.json b/2024/12xxx/CVE-2024-12902.json index 851a18f9074..c759bc545ce 100644 --- a/2024/12xxx/CVE-2024-12902.json +++ b/2024/12xxx/CVE-2024-12902.json @@ -1,17 +1,112 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-12902", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cve@cert.org.tw", + "STATE": "PUBLIC" }, "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": "ANCHOR from Global Wisdom Software is an integrated product running on a Windows virtual machine. The underlying Windows OS of the product contains high-privilege service accounts. If these accounts use default passwords, attackers could remotely log in to the virtual machine using the default credentials." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-1392 Use of Default Credentials", + "cweId": "CWE-1392" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Global Wisdom Software", + "product": { + "product_data": [ + { + "product_name": "ANCHOR", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "2.5.*", + "version_value": "2.5.9.5" + }, + { + "version_affected": "<", + "version_name": "2.7.*", + "version_value": "2.7.2.4" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.twcert.org.tw/tw/cp-132-8314-983c9-1.html", + "refsource": "MISC", + "name": "https://www.twcert.org.tw/tw/cp-132-8314-983c9-1.html" + }, + { + "url": "https://www.twcert.org.tw/en/cp-139-8315-e6069-2.html", + "refsource": "MISC", + "name": "https://www.twcert.org.tw/en/cp-139-8315-e6069-2.html" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.2.0" + }, + "source": { + "advisory": "TVN-202412007", + "discovery": "EXTERNAL" + }, + "solution": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Modify the default password manually or apply the following updates to automatically change the default password:
For the 2.5 series, please update to version 2.5.9.5 or later.
For the 2.7 series, please update to version 2.7.2.4 or later.

For remote access, versions 2.5.3.1 and later and versions 2.7 series have disabled the SMB service by default and restricted high-privilege service accounts from remote login via RDP and WinRM services.
If you need to use the following services, it is recommended to set up a firewall to restrict IP sources:
135 (RPC), 139 (NetBIOS), 445 (SMB), 3389 (RDP), 5985 (WinRM).
" + } + ], + "value": "Modify the default password manually or apply the following updates to automatically change the default password:\nFor the 2.5 series, please update to version 2.5.9.5 or later.\nFor the 2.7 series, please update to version 2.7.2.4 or later.\n\nFor remote access, versions 2.5.3.1 and later and versions 2.7 series have disabled the SMB service by default and restricted high-privilege service accounts from remote login via RDP and WinRM services.\nIf you need to use the following services, it is recommended to set up a firewall to restrict IP sources:\n135 (RPC), 139 (NetBIOS), 445 (SMB), 3389 (RDP), 5985 (WinRM)." + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 8.4, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "version": "3.1" } ] }