René Helmke 7791f18b51 bootstrap
2023-05-16 16:09:41 +02:00

135 lines
4.3 KiB
JSON

{
"id": "CVE-2021-44649",
"sourceIdentifier": "cve@mitre.org",
"published": "2022-01-12T13:15:07.737",
"lastModified": "2022-01-20T14:24:31.873",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "Django CMS 3.7.3 does not validate the plugin_type parameter while generating error messages for an invalid plugin type, resulting in a Cross Site Scripting (XSS) vulnerability. The vulnerability allows an attacker to execute arbitrary JavaScript code in the web browser of the affected user."
},
{
"lang": "es",
"value": "Django CMS versi\u00f3n 3.7.3, no comprueba el par\u00e1metro plugin_type mientras genera mensajes de error para un tipo de plugin no v\u00e1lido, resultando en una vulnerabilidad de tipo Cross Site Scripting (XSS). La vulnerabilidad permite a un atacante ejecutar c\u00f3digo JavaScript arbitrario en el navegador web del usuario afectado"
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "CHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM"
},
"exploitabilityScore": 2.3,
"impactScore": 2.7
}
],
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:M/Au:S/C:N/I:P/A:N",
"accessVector": "NETWORK",
"accessComplexity": "MEDIUM",
"authentication": "SINGLE",
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"availabilityImpact": "NONE",
"baseScore": 3.5
},
"baseSeverity": "LOW",
"exploitabilityScore": 6.8,
"impactScore": 2.9,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": true
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-79"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:django-cms:django_cms:*:*:*:*:*:*:*:*",
"versionStartIncluding": "3.4.0",
"versionEndExcluding": "3.4.7",
"matchCriteriaId": "D3493A6A-D5BC-49FA-88D9-1BF22E62B4DD"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:django-cms:django_cms:*:*:*:*:*:*:*:*",
"versionStartIncluding": "3.5.0",
"versionEndExcluding": "3.5.4",
"matchCriteriaId": "A14A7554-8C03-410F-893A-947AB40BC9CD"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:django-cms:django_cms:*:*:*:*:*:*:*:*",
"versionStartIncluding": "3.6.0",
"versionEndExcluding": "3.6.1",
"matchCriteriaId": "BF6DC761-7FC8-4425-9A2F-2EA44B26887A"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:django-cms:django_cms:*:*:*:*:*:*:*:*",
"versionStartIncluding": "3.7.0",
"versionEndExcluding": "3.7.4",
"matchCriteriaId": "6E92BC14-82C2-47D0-A046-1863184F519E"
}
]
}
]
}
],
"references": [
{
"url": "https://sahildhar.github.io/blogpost/Django-CMS-Reflected-XSS-Vulnerability/",
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Third Party Advisory"
]
},
{
"url": "https://www.django-cms.org/en/blog/2020/07/22/django-cms-security-updates-1/",
"source": "cve@mitre.org",
"tags": [
"Vendor Advisory"
]
}
]
}