An issue was discovered in the HTTP FileResponse class in Django 3.2 before 3.2.15 and 4.0 before 4.0.7. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a FileResponse when the filename is derived from user-supplied input.
An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack.
This PR contains the following updates:
==3.2.13
->==3.2.18
GitHub Vulnerability Alerts
CVE-2022-36359
An issue was discovered in the HTTP FileResponse class in Django 3.2 before 3.2.15 and 4.0 before 4.0.7. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a FileResponse when the filename is derived from user-supplied input.
CVE-2023-24580
An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack.
Release Notes
django/django
### [`v3.2.18`](https://togithub.com/django/django/compare/3.2.17...3.2.18) [Compare Source](https://togithub.com/django/django/compare/3.2.17...3.2.18) ### [`v3.2.17`](https://togithub.com/django/django/compare/3.2.16...3.2.17) [Compare Source](https://togithub.com/django/django/compare/3.2.16...3.2.17) ### [`v3.2.16`](https://togithub.com/django/django/compare/3.2.15...3.2.16) [Compare Source](https://togithub.com/django/django/compare/3.2.15...3.2.16) ### [`v3.2.15`](https://togithub.com/django/django/compare/3.2.14...3.2.15) [Compare Source](https://togithub.com/django/django/compare/3.2.14...3.2.15) ### [`v3.2.14`](https://togithub.com/django/django/compare/3.2.13...3.2.14) [Compare Source](https://togithub.com/django/django/compare/3.2.13...3.2.14)Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.