diff --git a/2022/36xxx/CVE-2022-36080.json b/2022/36xxx/CVE-2022-36080.json index 747d2503b46..94f84e4ec51 100644 --- a/2022/36xxx/CVE-2022-36080.json +++ b/2022/36xxx/CVE-2022-36080.json @@ -1,18 +1,88 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-36080", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Wikmd Cross-site Scripting vulnerability" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "wikmd", + "version": { + "version_data": [ + { + "version_value": "< 1.7.1" + } + ] + } + } + ] + }, + "vendor_name": "Linbreux" + } + ] + } + }, + "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": "Wikmd is a file based wiki that uses markdown. Prior to version 1.7.1, an attacker could capture user's session cookies or execute malicious Javascript when a victim edits a markdown file. Version 1.7.1 fixes this issue." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.1, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", + "version": "3.1" + } + }, + "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://github.com/Linbreux/wikmd/security/advisories/GHSA-9m4m-6gqx-gfj3", + "refsource": "CONFIRM", + "url": "https://github.com/Linbreux/wikmd/security/advisories/GHSA-9m4m-6gqx-gfj3" + }, + { + "name": "https://github.com/Linbreux/wikmd/commit/259412c47d64d5b85980f95345179fbf05927798", + "refsource": "MISC", + "url": "https://github.com/Linbreux/wikmd/commit/259412c47d64d5b85980f95345179fbf05927798" + } + ] + }, + "source": { + "advisory": "GHSA-9m4m-6gqx-gfj3", + "discovery": "UNKNOWN" } } \ No newline at end of file