cvelist/2022/22xxx/CVE-2022-22115.json
2022-01-10 16:01:17 +00:00

109 lines
3.9 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "vulnerabilitylab@whitesourcesoftware.com",
"DATE_PUBLIC": "2022-01-04T22:00:00.000Z",
"ID": "CVE-2022-22115",
"STATE": "PUBLIC",
"TITLE": "Teedy - Stored Cross-Site Scripting (XSS) in Tag Name"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "docs",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "v1.5"
},
{
"version_affected": "<=",
"version_value": "v1.9"
}
]
}
}
]
},
"vendor_name": "sismics"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "WhiteSource Vulnerability Research Team (WVR)"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In Teedy, versions v1.5 through v1.9 are vulnerable to Stored Cross-Site Scripting (XSS) in the name of a created Tag. Since the Tag name is not being sanitized properly in the edit tag page, a low privileged attacker can store malicious scripts in the name of the Tag. In the worst case, the victim who inadvertently triggers the attack is a highly privileged administrator. The injected scripts can extract the Session ID, which can lead to full Account Takeover of the administrator, and privileges escalation."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Cross-site Scripting (XSS)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://github.com/sismics/docs/commit/4951229576d6892dc58ab8c572e73639ca82d80c",
"name": "https://github.com/sismics/docs/commit/4951229576d6892dc58ab8c572e73639ca82d80c"
},
{
"refsource": "MISC",
"url": "https://www.whitesourcesoftware.com/vulnerability-database/CVE-2022-22115",
"name": "https://www.whitesourcesoftware.com/vulnerability-database/CVE-2022-22115"
}
]
},
"solution": [
{
"lang": "eng",
"value": "Update to Teedy v1.10"
}
],
"source": {
"advisory": "https://www.whitesourcesoftware.com/vulnerability-database/",
"discovery": "UNKNOWN"
}
}