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

18 lines
985 B
Markdown

### [CVE-2020-27385](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27385)
![](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
Incorrect Access Control in the FileEditor (/Admin/Views/FileEditor/) in FlexDotnetCMS before v1.5.11 allows an authenticated remote attacker to read and write to existing files outside the web root. The files can be accessed via directory traversal, i.e., by entering a .. (dot dot) path such as ..\..\..\..\..\<file> in the input field of the FileEditor. In FlexDotnetCMS before v1.5.8, it is also possible to access files by specifying the full path (e.g., C:\<file>). The files can then be edited via the FileEditor.
### POC
#### Reference
- https://blog.vonahi.io/whats-in-a-re-name/
#### Github
No PoCs found on GitHub currently.