exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Mohachat 0.1.1 Cross Site Scripting / Redirection

Mohachat 0.1.1 Cross Site Scripting / Redirection
Posted Mar 20, 2014
Authored by Hossein Hezami

Mohachat version 0.1.1 suffers from HTML redirection and cross site scripting vulnerabilities.

tags | exploit, vulnerability, xss
SHA-256 | 31544f29344b5ff77aae1764c63c8c10acb364b3b68b5b62806135210166a4d7

Mohachat 0.1.1 Cross Site Scripting / Redirection

Change Mirror Download
#######################################################################
#
# Exploit Title:
# Mohachat 0.1.1 Cross Site Scripting Vulnerability
# Mohachat 0.1.1 HTML Form redirecting page
# Date: 2014 18 March
# Author: Dr.3v1l
# Vendor Homepage: http://mohachat.org
# Version : 0.1.1
# Tested on: Windows
# Category: webapps
# Google Dork: intext:"MOHA Chat 0.1.1 S.H.Mohanjith"
#
#######################################################################
#
# [+] Exploit :
#
# http://<server>/mohachat-0.1.1/mohachat/login/
#
# Just put the javascript code in username or password textbox and enter :
# "><script>alert(/xss/)</script>
# The input is reflected inside a tag parameter between double quotes.
#
#######################################################################
#
# [+] Exploit :
#
# http://<server>/mohachat-0.1.1/mohachat
#
# HTML Form found in redirect page [high severity]
# Vulnerability description
# Manual confirmation is required for this alert.
#
# An HTML form was found in the response body of this page.
# However, the current page redirects the visitor to another
# page by returning an HTTP status code of 301/302. Therefore,
# all browser users will not see the contents of this page
# and will not be able to interact with the HTML form.
#
# Sometimes programmers don't properly terminate
# the script after redirecting the user to another page. For example:
# <?php
# if (!isset($_SESSION["authenticated"])) {
# header("Location: auth.php");
# }
# ?>
# <title>Administration page</title>
# <form action="/admin/action" method="post">
# <!-- ... form inputs ... -->
# </form>
#
# <!-- ... the rest of the administration page ... -->
#
# This script is incorrect because the script is not terminated
# after the "header("Location: auth.php");" line. An attacker can access
# the content the administration page by using an HTTP client that
# doesn't follow redirection (like HTTP Editor). This creates an authentication
# bypass vulnerability. The correct code would be
#
# <?php
# if (!isset($_SESSION[auth])) {
# header("Location: auth.php");
# exit();
# }
# ?>
# <title>Administration page</title>
# <form action="/admin/action" method="post">
# <!-- ... form inputs ... -->
# </form>
#
# <!-- ... the rest of the administration page ... -->
#
# This vulnerability affects /mohachat-0.1.1/mohachat.
# Discovered by: Scripting (HTML_Form_In_Redirect_Page.script).
# Attack details
# Form action=''
#
#######################################################################
#
# [+] Contact Me :
#
# B.Devils.B@gmail.com
# Twitter.com/Doctor_3v1l
# Facebook.com/bdb.0web
# Facebook.com/groups/1427166220843499/
# IR.linkedin.com/in/hossein3v1l
# Hossein Hezami - Black_Devils B0ys
#
#######################################################################
# B.Devils.B Friends , R.H.H (UnderGround) , IeDB.IR , IrSecTeam
#######################################################################
Login or Register to add favorites

File Archive:

July 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jul 1st
    27 Files
  • 2
    Jul 2nd
    10 Files
  • 3
    Jul 3rd
    35 Files
  • 4
    Jul 4th
    27 Files
  • 5
    Jul 5th
    18 Files
  • 6
    Jul 6th
    0 Files
  • 7
    Jul 7th
    0 Files
  • 8
    Jul 8th
    28 Files
  • 9
    Jul 9th
    44 Files
  • 10
    Jul 10th
    24 Files
  • 11
    Jul 11th
    25 Files
  • 12
    Jul 12th
    11 Files
  • 13
    Jul 13th
    0 Files
  • 14
    Jul 14th
    0 Files
  • 15
    Jul 15th
    28 Files
  • 16
    Jul 16th
    6 Files
  • 17
    Jul 17th
    34 Files
  • 18
    Jul 18th
    0 Files
  • 19
    Jul 19th
    0 Files
  • 20
    Jul 20th
    0 Files
  • 21
    Jul 21st
    0 Files
  • 22
    Jul 22nd
    0 Files
  • 23
    Jul 23rd
    0 Files
  • 24
    Jul 24th
    0 Files
  • 25
    Jul 25th
    0 Files
  • 26
    Jul 26th
    0 Files
  • 27
    Jul 27th
    0 Files
  • 28
    Jul 28th
    0 Files
  • 29
    Jul 29th
    0 Files
  • 30
    Jul 30th
    0 Files
  • 31
    Jul 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close