7.5
CVSSv2

CVE-2007-0134

Published: 09/01/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

Multiple eval injection vulnerabilities in iGeneric iG Shop 1.0 allow remote malicious users to execute arbitrary code via the action parameter, which is supplied to an eval function call in (1) cart.php and (2) page.php. NOTE: a later report and CVE analysis indicate that the vulnerability is present in 1.4.

Vulnerable Product Search on Vulmon Subscribe to Product

igeneric ig shop 1.0

igeneric ig shop 1.4

Exploits

"If eval is the answer, then you are asking the wrong question" --Unknowen ig-shop suffers from two eval's that can be controlled by an attacker: 127001/ig_shop/cartphp?action=;phpinfo();// /cartphp line 692: eval ("cart_$action();"); 127001/ig_shop/pagephp?action=;phpinfo();// /pagephp line 336: eval ("page_$action(); ...