vendor:
Pixie
by:
@rungga_reksya, @dvnrcy, @dickysofficial
9,8
CVSS
CRITICAL
File Extension Filter Bypass
79
CWE
Product Name: Pixie
Affected Version From: 1.0.4
Affected Version To: 1.0.4
Patch Exists: YES
Related CWE: CVE-2017-7402
CPE: a:getpixie:pixie:1.0.4
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Web
2017
File Extension Filter Bypass in File Manager Pixie 1.0.4 With Low Privilege
Pixie is a free, open source web application that will help quickly create your own website. It has three types of account privilege for upload: Administrator, Client, and User. Generally, Pixie CMS has restricted extension for file upload and we cannot upload php extension. However, an attacker can bypass this restriction by intercepting the request and changing the filename from “our_shell.jpg” to “our_shell.jpg.php” and writing a shell under the “Content-Type: image/jpeg” perimeter.
Mitigation:
Ensure that the file upload feature is properly configured and that only authorized users are allowed to upload files.