Files
CVEs-PoC/2020/CVE-2020-24583.md
T
2024-05-25 21:48:12 +02:00

20 lines
951 B
Markdown

### [CVE-2020-24583](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24583)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files. It was also not applied to intermediate-level collected static directories when using the collectstatic management command.
### POC
#### Reference
- https://www.oracle.com/security-alerts/cpujan2021.html
#### Github
- https://github.com/404notf0und/CVE-Flow
- https://github.com/ARPSyndicate/cvemon
- https://github.com/Live-Hack-CVE/CVE-2020-24583