cvelist/2023/31xxx/CVE-2023-31047.json

77 lines
2.7 KiB
JSON
Raw Normal View History

2023-04-24 02:00:35 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2023-05-07 02:00:33 +00:00
"ID": "CVE-2023-31047",
"STATE": "PUBLIC"
2023-04-24 02:00:35 +00:00
},
2023-05-07 02:00:33 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2023-04-24 02:00:35 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2023-05-07 02:00:33 +00:00
"value": "In Django 3.2 before 3.2.19, 4.x before 4.1.9, and 4.2 before 4.2.1, it was possible to bypass validation when using one form field to upload multiple files. This multiple upload has never been supported by forms.FileField or forms.ImageField (only the last uploaded file was validated). However, Django's \"Uploading multiple files\" documentation suggested otherwise."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://groups.google.com/forum/#!forum/django-announce",
"refsource": "MISC",
"name": "https://groups.google.com/forum/#!forum/django-announce"
},
{
"url": "https://docs.djangoproject.com/en/4.2/releases/security/",
"refsource": "MISC",
"name": "https://docs.djangoproject.com/en/4.2/releases/security/"
},
{
"refsource": "CONFIRM",
"name": "https://www.djangoproject.com/weblog/2023/may/03/security-releases/",
"url": "https://www.djangoproject.com/weblog/2023/may/03/security-releases/"
2023-05-11 05:00:41 +00:00
},
{
"refsource": "FEDORA",
"name": "FEDORA-2023-0d20d09f2d",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A45VKTUVQ2BN6D5ZLZGCM774R6QGFOHW/"
2023-04-24 02:00:35 +00:00
}
]
}
}