From 8d548277b585089a7b2c58c25a8e4e068d59ab9f Mon Sep 17 00:00:00 2001 From: TR-CERT Date: Fri, 29 Jul 2022 08:34:44 -0400 Subject: [PATCH] TR-22-0514/CVE-2022-1277/20220729 --- 2022/1xxx/CVE-2022-1277.json | 123 ++++++++++++++++++++++++++++++----- 1 file changed, 107 insertions(+), 16 deletions(-) diff --git a/2022/1xxx/CVE-2022-1277.json b/2022/1xxx/CVE-2022-1277.json index 77b8a6e017f..962a323ccf3 100644 --- a/2022/1xxx/CVE-2022-1277.json +++ b/2022/1xxx/CVE-2022-1277.json @@ -1,18 +1,109 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-1277", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" - }, - "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." - } - ] + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "CVE_data_meta": { + "ID": "CVE-2022-1277", + "ASSIGNER": "cve@usom.gov.tr", + "DATE_PUBLIC": "2022-07-29T15:00:00.000Z", + "TITLE": "SQL Injection in Inavitas Solar Log", + "AKA": "", + "STATE": "PUBLIC" + }, + "source": { + "defect": [ + "TR-22-0514" + ], + "advisory": "TR-22-0514", + "discovery": "EXTERNAL" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Inavitas", + "product": { + "product_data": [ + { + "product_name": "Inavitas Solar Log", + "version": { + "version_data": [ + { + "version_name": "", + "version_affected": "<", + "version_value": "1.0", + "platform": "" + } + ] + } + } + ] + } + } + ] } -} \ No newline at end of file + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-89 SQL Injection" + } + ] + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Inavitas Solar Log product has an unauthenticated SQL Injection vulnerability." + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://www.usom.gov.tr/bildirim/tr-22-0514", + "name": "https://www.usom.gov.tr/bildirim/tr-22-0514" + } + ] + }, + "configuration": [], + "impact": { + "cvss": { + "version": "3.1", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "availabilityImpact": "LOW", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L", + "baseScore": 9.4, + "baseSeverity": "CRITICAL" + } + }, + "exploit": [], + "work_around": [], + "solution": [ + { + "lang": "eng", + "value": "Inavitas Solar Log should be updated to the latest version provided by the vendor." + } + ], + "credit": [ + { + "lang": "eng", + "value": "Ismail ERKEK" + } + ] +}