7.5
CVSSv2

CVE-2008-2530

Published: 03/06/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

Multiple SQL injection vulnerabilities in Concepts & Solutions QuickUpCMS allow remote malicious users to execute arbitrary SQL commands via the (1) nr parameter to (a) frontend/news.php, the (2) id parameter to (b) events3.php and (c) videos2.php in frontend/, the (3) y parameter to (d) frontend/events2.php, and the (4) ser parameter to (e) frontend/fotos2.php.

Vulnerable Product Search on Vulmon Subscribe to Product

quickupcms quickupcms

Exploits

<?php ini_set("max_execution_time",0); print_r(' ############################################################### # # QuickUpCMS - SQL Injection Exploit # # Vulnerability discovered by: Lidloses_Auge # Exploit coded by: Lidloses_Auge # ...