vendor:
Pro Chat Rooms
by:
Mike Manzotti
7,5
CVSS
HIGH
Stored XSS, Reflected XSS, SQL Injection
89, 79, 89
CWE
Product Name: Pro Chat Rooms
Affected Version From: v8.2.0
Affected Version To: v8.2.0
Patch Exists: YES
Related CWE: N/A
CPE: a:pro_chat_rooms:pro_chat_rooms:8.2.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Debian (Apache+MySQL)
2014
Pro Chat Rooms v8.2.0 – Multiple Vulnerabilities
Text Chat Room Software of ProoChatRooms is vulnerable to Stored XSS, Reflected XSS and SQL injections. After registered an account, an attacker can upload a profile picture containing Javascript code. The picture is uploaded under the directory '/profiles/uploads' and is accessible by force browsing to the 32 digits value. The parameter 'edit' is not encoded and can be used to inject malicious code. Across the all source code of web application, parameterized queries are used to query the database. However, a lack of data sanitization of three parameters leaves the web application vulnerable to SQLi.
Mitigation:
Ensure that all user-supplied input is properly sanitized and validated before being used in any SQL query.