cvelist/2022/36xxx/CVE-2022-36080.json

88 lines
2.9 KiB
JSON
Raw Normal View History

2022-07-16 00:00:43 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2022-07-16 00:00:43 +00:00
"ID": "CVE-2022-36080",
"STATE": "PUBLIC",
"TITLE": "Wikmd Cross-site Scripting vulnerability"
2022-07-16 00:00:43 +00:00
},
"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",
2022-07-16 00:00:43 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"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')"
}
]
2022-07-16 00:00:43 +00:00
}
]
},
"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"
2022-07-16 00:00:43 +00:00
}
}