From b1aad80a246dc9c7548520e023e33614e79e36e5 Mon Sep 17 00:00:00 2001 From: MonicaHCL Date: Wed, 6 Jul 2022 16:19:35 -0400 Subject: [PATCH] CVE Records July 6th --- 2022/27xxx/CVE-2022-27548.json | 81 +++++++++++++++++++++++++++++++--- 2022/27xxx/CVE-2022-27549.json | 81 +++++++++++++++++++++++++++++++--- 2 files changed, 148 insertions(+), 14 deletions(-) diff --git a/2022/27xxx/CVE-2022-27548.json b/2022/27xxx/CVE-2022-27548.json index 566e5bc9d33..1a25922313d 100644 --- a/2022/27xxx/CVE-2022-27548.json +++ b/2022/27xxx/CVE-2022-27548.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-07-01T19:33:00.000Z", "ID": "CVE-2022-27548", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "HCL Launch is vulnerable to information disclosure which can be read by a local user." }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "HCL Launch", + "version": { + "version_data": [ + { + "version_value": "7.2.2.1, 7.1.2.6, 7.0.5.10" + } + ] + } + } + ] + }, + "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": "HCL Launch stores user credentials in plain clear text which can be read by a local user." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.9, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-256 Unprotected Storage of Credentials" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0099253" + } + ] + }, + "source": { + "discovery": "UNKNOWN" } -} \ No newline at end of file +} diff --git a/2022/27xxx/CVE-2022-27549.json b/2022/27xxx/CVE-2022-27549.json index ff067895c70..1cd61007b77 100644 --- a/2022/27xxx/CVE-2022-27549.json +++ b/2022/27xxx/CVE-2022-27549.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-07-01T19:43:00.000Z", "ID": "CVE-2022-27549", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": " HCL Launch could disclose sensitive database information to a local user in plain text." }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "HCL Launch", + "version": { + "version_data": [ + { + "version_value": "7.2.2.1, 7.1.2.6, 7.0.5.10" + } + ] + } + } + ] + }, + "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": "HCL Launch may store certain data for recurring activities in a plain text format." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "NONE", + "baseScore": 4, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-532 Information Exposure Through Log Files" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0099254" + } + ] + }, + "source": { + "discovery": "UNKNOWN" } -} \ No newline at end of file +}