7.5
CVSSv2

CVE-2008-1750

Published: 11/04/2008 Updated: 29/09/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 Integry Systems LiveCart 1.1.1 and previous versions allows remote malicious users to execute arbitrary SQL commands via the id parameter to the /category URI.

Vulnerable Product Search on Vulmon Subscribe to Product

livecart livecart 1.0.1

livecart livecart 1.1.0

livecart livecart 1.1.1

Exploits

#!/usr/bin/perl -w use LWP::UserAgent; #-----------------------------------------------------------------------------------------------# # scripts : livecart Remote Blind Sql Injection # # scripts site : wwwlivecartcom # # # # Discovered # # By : irvian # # site : irviancn # ...