From b918b4041c79113ff98025950509f4ff8cb65210 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Sat, 14 Jan 2023 14:59:07 +0000 Subject: [PATCH] 0049774b-1857-46dc-a834-f1fb15138c53 --- 2023/0xxx/CVE-2023-0299.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/0xxx/CVE-2023-0299.json b/2023/0xxx/CVE-2023-0299.json index 8b798127c7a..f4f47424059 100644 --- a/2023/0xxx/CVE-2023-0299.json +++ b/2023/0xxx/CVE-2023-0299.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-0299", - "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-2023-0299", + "STATE": "PUBLIC", + "TITLE": "Improper Input Validation 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": "Improper Input Validation in GitHub repository publify/publify prior to 9.2.10." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8.4, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20 Improper Input Validation" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/0049774b-1857-46dc-a834-f1fb15138c53", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/0049774b-1857-46dc-a834-f1fb15138c53" + }, + { + "name": "https://github.com/publify/publify/commit/ca46da283572b4f8c0b5aa245008756c8a5fd1b1", + "refsource": "MISC", + "url": "https://github.com/publify/publify/commit/ca46da283572b4f8c0b5aa245008756c8a5fd1b1" + } + ] + }, + "source": { + "advisory": "0049774b-1857-46dc-a834-f1fb15138c53", + "discovery": "EXTERNAL" + } } \ No newline at end of file