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

104 lines
4.0 KiB
JSON
Raw Normal View History

2022-07-16 00:01:14 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2022-07-16 00:01:14 +00:00
"ID": "CVE-2022-36094",
"STATE": "PUBLIC",
"TITLE": "XWiki Platform Web Parent POM vulnerable to XSS in the attachment history"
2022-07-16 00:01:14 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "xwiki-platform",
"version": {
"version_data": [
{
"version_value": ">= 1.0, < 13.10.6"
},
{
"version_value": ">= 14.0, < 14.3-rc-1"
}
]
}
}
]
},
"vendor_name": "xwiki"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-07-16 00:01:14 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "XWiki Platform Web Parent POM contains Web resources for the XWiki platform, a generic wiki platform. Starting with version 1.0 and prior to versions 13.10.6 and 14.30-rc-1, it's possible to store JavaScript which will be executed by anyone viewing the history of an attachment containing javascript in its name. This issue has been patched in XWiki 13.10.6 and 14.3RC1. As a workaround, it is possible to replace `viewattachrev.vm`, the entry point for this attack, by a patched version from the patch without updating XWiki."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.9,
"baseSeverity": "HIGH",
"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:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-mxf2-4r22-5hq9",
"refsource": "CONFIRM",
"url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-mxf2-4r22-5hq9"
},
{
"name": "https://github.com/xwiki/xwiki-platform/commit/047ce9fa4a7c13f3883438aaf54fc50f287a7e8e",
"refsource": "MISC",
"url": "https://github.com/xwiki/xwiki-platform/commit/047ce9fa4a7c13f3883438aaf54fc50f287a7e8e"
},
{
"name": "https://jira.xwiki.org/browse/XWIKI-19612",
"refsource": "MISC",
"url": "https://jira.xwiki.org/browse/XWIKI-19612"
2022-07-16 00:01:14 +00:00
}
]
},
"source": {
"advisory": "GHSA-mxf2-4r22-5hq9",
"discovery": "UNKNOWN"
2022-07-16 00:01:14 +00:00
}
}