Início
Tendências
Vulnerabilidades
Notícias
Pesquisadores
Por que dbugs?

Bsmali4

#47404de 53,633
5.4CVSS total
Vulnerabilidades · 1
PT-2017-14568
5.4
2017-11-12
Cms Made Simple · Cms Made Simple · CVE-2017-16798
**Name of the Vulnerable Software and Affected Versions** CMS Made Simple version 2.2.3.1 **Description** The issue allows remote attackers to bypass intended access restrictions or trigger XSS via certain file extensions. This is because the `is file acceptable` function in `modules/FileManager/action.upload.php` only blocks file extensions that begin or end with a "php" substring, making other extensions such as `.phtml`, `.pht`, `.html`, or `.svg` vulnerable to exploitation. **Recommendations** For CMS Made Simple version 2.2.3.1, consider restricting the upload of files with potentially executable or malicious extensions as a temporary workaround until a patch is available. Avoid using the `is file acceptable` function in `modules/FileManager/action.upload.php` without additional validation to minimize the risk of exploitation.