cvelist/2021/41xxx/CVE-2021-41169.json

88 lines
3.0 KiB
JSON
Raw Normal View History

2021-09-15 19:01:29 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2021-09-15 19:01:29 +00:00
"ID": "CVE-2021-41169",
"STATE": "PUBLIC",
"TITLE": "Improper Neutralization HTML tags in sulu/sulu"
2021-09-15 19:01:29 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "sulu",
"version": {
"version_data": [
{
"version_value": "< 1.6.43"
}
]
}
}
]
},
"vendor_name": "sulu"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-09-15 19:01:29 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-10-21 21:01:04 +00:00
"value": "Sulu is an open-source PHP content management system based on the Symfony framework. In versions before 1.6.43 are subject to stored cross site scripting attacks. HTML input into Tag names is not properly sanitized. Only admin users are allowed to create tags. Users are advised to upgrade."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:N/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')"
}
]
2021-09-15 19:01:29 +00:00
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/sulu/sulu/security/advisories/GHSA-h58v-g3q6-q9fx",
"refsource": "CONFIRM",
"url": "https://github.com/sulu/sulu/security/advisories/GHSA-h58v-g3q6-q9fx"
},
{
"name": "https://github.com/sulu/sulu/commit/20007ac70a3af3c9e53a6acb0ef8794b65642445",
"refsource": "MISC",
"url": "https://github.com/sulu/sulu/commit/20007ac70a3af3c9e53a6acb0ef8794b65642445"
}
]
},
"source": {
"advisory": "GHSA-h58v-g3q6-q9fx",
"discovery": "UNKNOWN"
2021-09-15 19:01:29 +00:00
}
}