From 057d461a508663ea32f36ed32b35514256808f35 Mon Sep 17 00:00:00 2001 From: MonicaHCL Date: Mon, 31 Oct 2022 18:01:55 -0400 Subject: [PATCH] CVE Record HCL Launch 10/31/22 --- 2021/27xxx/CVE-2021-27784.json | 81 +++++++++++++++++++++++++++++++--- 1 file changed, 74 insertions(+), 7 deletions(-) diff --git a/2021/27xxx/CVE-2021-27784.json b/2021/27xxx/CVE-2021-27784.json index 0aa35b79b8e..8e394e5349d 100644 --- a/2021/27xxx/CVE-2021-27784.json +++ b/2021/27xxx/CVE-2021-27784.json @@ -1,18 +1,85 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "PSIRT@hcl.com", + "DATE_PUBLIC": "2022-10-19T18:11:00.000Z", "ID": "CVE-2021-27784", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "HCL Launch container images may contain non-unique https certificates and database encryption key" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "HCL Launch", + "version": { + "version_data": [ + { + "version_value": "7.0.0.0 - 7.0.52; 7.1.0.0 - 7.1.0.1.ifix01; 7.2.0.0 - 7.2.3.0" + } + ] + } + } + ] + }, + "vendor_name": "HCL Software" + } + ] + } + }, + "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": "The provided HCL Launch Container images contain non-unique HTTPS certificates and a database encryption key. The fix provides directions and tools to replace the non-unique keys and certificates. This does not affect the standard installer packages." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 5.9, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-327 Use of a Broken or Risky Cryptographic Algorithm" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0101093" + } + ] + }, + "source": { + "discovery": "UNKNOWN" } -} \ No newline at end of file +}