mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
113 lines
3.8 KiB
JSON
113 lines
3.8 KiB
JSON
{
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"data_version": "4.0",
|
|
"generator": {
|
|
"engine": "Vulnogram 0.0.9"
|
|
},
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2021-25963",
|
|
"ASSIGNER": "vulnerabilitylab@whitesourcesoftware.com",
|
|
"DATE_PUBLIC": "2021-09-28T07:42:00.000Z",
|
|
"TITLE": "Shuup - Reflected XSS in Error Page",
|
|
"AKA": "",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"source": {
|
|
"defect": [],
|
|
"advisory": "https://www.whitesourcesoftware.com/vulnerability-database/",
|
|
"discovery": "UNKNOWN"
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "shuup",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "shuup",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_name": "",
|
|
"version_affected": ">=",
|
|
"version_value": "1.6.0",
|
|
"platform": ""
|
|
},
|
|
{
|
|
"version_name": "",
|
|
"version_affected": "<=",
|
|
"version_value": "2.10.8",
|
|
"platform": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-79 Cross-site Scripting (XSS)"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "In Shuup, versions 1.6.0 through 2.10.8 are vulnerable to reflected Cross-Site Scripting (XSS) that allows execution of arbitrary javascript code on a victim browser. This vulnerability exists due to the error page contents not escaped."
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"refsource": "MISC",
|
|
"url": "https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25963",
|
|
"name": "https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25963"
|
|
},
|
|
{
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/shuup/shuup/commit/75714c37e32796eb7cbb0d977af5bcaa26573588",
|
|
"name": "https://github.com/shuup/shuup/commit/75714c37e32796eb7cbb0d977af5bcaa26573588"
|
|
}
|
|
]
|
|
},
|
|
"configuration": [],
|
|
"impact": {
|
|
"cvss": {
|
|
"version": "3.1",
|
|
"attackVector": "NETWORK",
|
|
"attackComplexity": "LOW",
|
|
"privilegesRequired": "NONE",
|
|
"userInteraction": "REQUIRED",
|
|
"scope": "CHANGED",
|
|
"confidentialityImpact": "LOW",
|
|
"integrityImpact": "LOW",
|
|
"availabilityImpact": "NONE",
|
|
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
|
|
"baseScore": 6.1,
|
|
"baseSeverity": "MEDIUM"
|
|
}
|
|
},
|
|
"exploit": [],
|
|
"work_around": [],
|
|
"solution": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Update to 2.11.0"
|
|
}
|
|
],
|
|
"credit": []
|
|
} |