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.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
No history.
Information
Published : 2023-05-07 02:15
Updated : 2023-11-07 04:14
NVD link : CVE-2023-31047
Mitre link : CVE-2023-31047
CVE.ORG link : CVE-2023-31047
JSON object : View
Products Affected
djangoproject
- django
fedoraproject
- fedora
CWE
CWE-20
Improper Input Validation