vendor:
Pro Chat Rooms
by:
ZynbER
3.3
CVSS
MEDIUM
XSS/CSRF
79,352
CWE
Product Name: Pro Chat Rooms
Affected Version From: 3.0.2
Affected Version To: 3.0.2
Patch Exists: NO
Related CWE: N/A
CPE: a:prochatrooms:pro_chat_rooms:3.0.2
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
2020
Pro Chat Rooms Version 3.0.2 (XSS/CSRF) Vulnerabilties
When a user sends a message in public room or in pm to onther user, there is a parameter to set an avatar (ex:'image.gif'); this can be exploited to run a CSRF when user get the message. The vulnerable code is in '/profiles/index.php' where the parameter 'gud' is not sanitized.
Mitigation:
Input validation should be done to sanitize the user input.