7.5
CVSSv2

CVE-2008-2755

Published: 18/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

SQL injection vulnerability in index.php in JAMM CMS allows remote malicious users to execute arbitrary SQL commands via the id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

jamm-media jamm cms

Exploits

#!/usr/bin/perl ###################### # #JAMM CMS (id) Blind SQL Injection Vulnerability # ###################### # #Bug by: h0yt3r # #Dork: "powered by JAMM" # ## ### ## # #wwwsitede/cms/?id=blah #Ok when we give $id an unexpected value like this we get an SQL Error #Unfortunately the script is so rude that it doesn't want to show us an ...