7.5
CVSSv2

CVE-2008-2815

Published: 23/06/2008 Updated: 11/10/2017
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

SQL injection vulnerability in shopping/index.php in MyMarket 1.72 allows remote malicious users to execute arbitrary SQL commands via the id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

mymarket mymarket 1.72

Exploits

#!/usr/bin/perl ###################### # #MyMarket 172 Blind SQL Injection Exploit # ###################### # #Bug by: h0yt3r # #Demo: mymarketsourceforgenet/demo/shopping/ # ## ### ## # #wwwsitede/mymarket/shopping/?id=bluah #Ok when we give $id an unexpected value like this we get an SQL Error #Union selecting seems not possib ...