header-logo
Suggest Exploit
vendor:
X7 Chat
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: X7 Chat
Affected Version From: 2.0.4
Affected Version To: 2.0.4
Patch Exists: NO
Related CWE:
CPE: a:x7_chat_project:x7_chat:2.0.4
Metasploit:
Other Scripts:
Platforms Tested:

Cross-Site Scripting Vulnerabilities in X7 Chat

X7 Chat is prone to multiple cross-site scripting vulnerabilities because the application fails to sufficiently sanitize user-supplied input. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal potentially sensitive information and launch other attacks.

Mitigation:

To mitigate these vulnerabilities, it is recommended to update to a patched version of X7 Chat or apply any available security patches. Additionally, input validation and sanitization techniques should be implemented to prevent XSS attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/26417/info

X7 Chat is prone to multiple cross-site scripting vulnerabilities because the application fails to sufficiently sanitize user-supplied input.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal potentially sensitive information and launch other attacks.

These issues affect X7 Chat 2.0.4; other versions may be also vulnerable. 

http://www.example.com/sources/frame.php?room=<script>alert(123);</script>