From f52972c3374cb80fb85e5c14e1e92f29971173c5 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Sat, 14 Jan 2023 13:56:35 +0000 Subject: [PATCH] 22fdcc39-8c1a-4e4c-8eae-be3fd764f8b4 --- 2022/2xxx/CVE-2022-2815.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/2xxx/CVE-2022-2815.json b/2022/2xxx/CVE-2022-2815.json index f8f18dda366..a775bfc9b16 100644 --- a/2022/2xxx/CVE-2022-2815.json +++ b/2022/2xxx/CVE-2022-2815.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-2815", - "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." - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2022-2815", + "STATE": "PUBLIC", + "TITLE": "Insecure Storage of Sensitive Information in publify/publify" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "publify/publify", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "9.2.10" + } + ] + } + } + ] + }, + "vendor_name": "publify" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Insecure Storage of Sensitive Information in GitHub repository publify/publify prior to 9.2.10." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.6, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-922 Insecure Storage of Sensitive Information" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/22fdcc39-8c1a-4e4c-8eae-be3fd764f8b4", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/22fdcc39-8c1a-4e4c-8eae-be3fd764f8b4" + }, + { + "name": "https://github.com/publify/publify/commit/af69097d349f4c00f244c51cd3c3e937fd3387cd", + "refsource": "MISC", + "url": "https://github.com/publify/publify/commit/af69097d349f4c00f244c51cd3c3e937fd3387cd" + } + ] + }, + "source": { + "advisory": "22fdcc39-8c1a-4e4c-8eae-be3fd764f8b4", + "discovery": "EXTERNAL" + } } \ No newline at end of file