CVE-2023-31047
07.05.2023, 02:15
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.Enginsight
Vendor | Product | Version |
---|---|---|
djangoproject | django | 3.2 ≤ 𝑥 < 3.2.19 |
djangoproject | django | 4.0 ≤ 𝑥 < 4.1.9 |
djangoproject | django | 4.2 |
djangoproject | django | 4.2:b1 |
djangoproject | django | 4.2:rc1 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Ubuntu Product | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
python-django |
|
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
- CWE-862 - Missing AuthorizationThe software does not perform an authorization check when an actor attempts to access a resource or perform an action.
References