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:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    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