diff --git a/2023/0xxx/CVE-2023-0111.json b/2023/0xxx/CVE-2023-0111.json index 77e78044628..e17197eea4f 100644 --- a/2023/0xxx/CVE-2023-0111.json +++ b/2023/0xxx/CVE-2023-0111.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-0111", - "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-0111", + "STATE": "PUBLIC", + "TITLE": "Cross-site Scripting (XSS) - Stored in usememos/memos" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "usememos/memos", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "0.10.0" + } + ] + } + } + ] + }, + "vendor_name": "usememos" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Cross-site Scripting (XSS) - Stored in GitHub repository usememos/memos prior to 0.10.0." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 5.4, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/70da256c-977a-487e-8a6a-9ae22caedbe3", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/70da256c-977a-487e-8a6a-9ae22caedbe3" + }, + { + "name": "https://github.com/usememos/memos/commit/46c13a4b7f675b92d297df6dabb4441f13c7cd9c", + "refsource": "MISC", + "url": "https://github.com/usememos/memos/commit/46c13a4b7f675b92d297df6dabb4441f13c7cd9c" + } + ] + }, + "source": { + "advisory": "70da256c-977a-487e-8a6a-9ae22caedbe3", + "discovery": "EXTERNAL" + } } \ No newline at end of file