GHSA-r3xc-prgr-mg9p
CRITICAL
Django bypasses validation when using one form field to upload multiple files
Published May 7, 2023Updated February 21, 2025Source: osv
Details
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.
Remediation
Upgrade to the fixed version using your package manager.
pip
Update django to 3.2.19 or laterpip install "django>=3.2.19"
pip
Update django to 4.1.9 or laterpip install "django>=4.1.9"
pip
Update django to 4.2.1 or laterpip install "django>=4.2.1"
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (3)
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-20Improper Input ValidationMITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 3.1 score means for each attack dimension.
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
References
- https://nvd.nist.gov/vuln/detail/CVE-2023-31047ADVISORY
- https://github.com/django/django/commit/21b1b1fc03e5f9e9f8c977ee6e35618dd3b353ddWEB
- https://github.com/django/django/commit/e7c3a2ccc3a562328600be05068ed9149e12ce64WEB
- https://github.com/django/django/commit/eed53d0011622e70b936e203005f0e6f4ac48965WEB
- https://docs.djangoproject.com/en/4.2/releases/securityWEB
- https://github.com/django/djangoPACKAGE
- https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2023-61.yamlWEB
- https://groups.google.com/forum/#!forum/django-announceWEB
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A45VKTUVQ2BN6D5ZLZGCM774R6QGFOHWWEB
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DNEHD6N435OE2XUFGDAAVAXSYWLCUBFDWEB
- https://security.netapp.com/advisory/ntap-20230609-0008WEB
- https://www.djangoproject.com/weblog/2023/may/03/security-releasesWEB
Risk Assessment
CVSS Score
3.1
Exploitation is difficult or impact is minor. Address in your next planned update.
EPSS Score (30-day exploit probability)
0.10%
Higher than 29% of vulnerabilities
Also Known As
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies