Início
Início
Tendências
Tendências
Vulnerabilidades
Vulnerabilidades
Notícias
Notícias
Pesquisadores
Pesquisadores
Por que dbugs?
Por que dbugs?
Configurações

Triwater

#25575de 56,330
9.8CVSS total
Vulnerabilidades · 1
PT-2018-10425
9.8
2018-05-18
Filedownloader · Filedownload · CVE-2018-11248
**Name of the Vulnerable Software and Affected Versions** FileDownloader version 1.7.3 **Description** The issue concerns a directory traversal problem. An attacker can exploit this by placing "../" in a file name, allowing the file to be stored in an unintended directory. This occurs because the `util/FileDownloadUtils.java` in FileDownloader does not properly check an attachment's name. **Recommendations** For FileDownloader version 1.7.3, consider implementing proper validation and sanitization of file names to prevent directory traversal attacks. As a temporary workaround, restrict the ability to upload files with "../" in their names to minimize the risk of exploitation.