2.6
CVSSv2

CVE-2006-4210

Published: 17/08/2006 Updated: 19/10/2017
CVSS v2 Base Score: 2.6 | Impact Score: 2.9 | Exploitability Score: 4.9
VMScore: 265
Vector: AV:N/AC:H/Au:N/C:N/I:P/A:N

Vulnerability Summary

nu_mail.inc.php in Andreas Kansok phPay 2.02 and 2.02.1, when register_globals is enabled, allows remote malicious users to use the server as an open mail relay via modified mail_text2, user_row[5], nu_mail_1, and shop_mail parameters. NOTE: some of these details are obtained from third party information.

Vulnerable Product Search on Vulmon Subscribe to Product

andreas kansok phpay 2.02

andreas kansok phpay 2.02.1

Exploits

#!/usr/bin/perl ##################### # Script: phPay v202 phpayde/ # Vuln File: nu_mailincphp # Exploit & Advisory: beford <xbefordx gmail com> # Vulnerability: mail() Injection # Vuln Code: # <?php # if (ereg("nu_mailincphp", $SCRIPT_NAME)) header("Location:/indexhtml"); # elseif (ereg("nu_mailincphp", $_SERVER['SCRI ...