7.5
CVSSv2

CVE-2007-1634

Published: 23/03/2007 Updated: 16/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Variable extraction vulnerability in grab_globals.php in Net Portal Dynamic System (NPDS) 5.10 and previous versions allows remote malicious users to conduct SQL injection attacks via the _FILES[DB][tmp_name] parameter to print.php, which overwrites the $DB variable with dynamic variable evaluation.

Vulnerable Product Search on Vulmon Subscribe to Product

net portal dynamic system net portal dynamic system

Exploits

#!/usr/bin/php <?php error_reporting(E_ALL ^ E_NOTICE); # Advisory soon if($argc < 3) { print(" TITLE | Net Portal Dynamic System (NPDS) <= 510 Remote Code Execution 0day AUTHOR | DarkFig \/ wwwacid-rootnewfr \/ gmdarkfig@gmailcom NOTE | Works regardless of php settings USAGE | $argv[0] -url <url> [Options] OPTIO ...