cvelist/2021/32xxx/CVE-2021-32774.json

93 lines
3.3 KiB
JSON
Raw Normal View History

2021-05-12 22:01:10 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2021-05-12 22:01:10 +00:00
"ID": "CVE-2021-32774",
"STATE": "PUBLIC",
"TITLE": "Cross-Site Request Forgery (CSRF) in DataDump"
2021-05-12 22:01:10 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "DataDump",
"version": {
"version_data": [
{
"version_value": "< 67a82b76e186925330b89ace9c5fd893a300830b"
}
]
}
}
]
},
"vendor_name": "miraheze"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-05-12 22:01:10 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "DataDump is a MediaWiki extension that provides dumps of wikis. Prior to commit 67a82b76e186925330b89ace9c5fd893a300830b, DataDump had no protection against CSRF attacks so requests to generate or delete dumps could be forged. The vulnerability was patched in commit 67a82b76e186925330b89ace9c5fd893a300830b. There are no known workarounds. You must completely disable DataDump."
2021-05-12 22:01:10 +00:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-352: Cross-Site Request Forgery (CSRF)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/miraheze/DataDump/security/advisories/GHSA-29mh-4vhv-x8mr",
"refsource": "CONFIRM",
"url": "https://github.com/miraheze/DataDump/security/advisories/GHSA-29mh-4vhv-x8mr"
},
{
"name": "https://github.com/miraheze/DataDump/commit/67a82b76e186925330b89ace9c5fd893a300830b",
"refsource": "MISC",
"url": "https://github.com/miraheze/DataDump/commit/67a82b76e186925330b89ace9c5fd893a300830b"
},
{
"name": "https://phabricator.miraheze.org/T7593",
"refsource": "MISC",
"url": "https://phabricator.miraheze.org/T7593"
}
]
},
"source": {
"advisory": "GHSA-29mh-4vhv-x8mr",
"discovery": "UNKNOWN"
2021-05-12 22:01:10 +00:00
}
}