CVE-2017-1130
published 2017-09-05CVE-2017-1130: IBM Notes 8.5 and 9.0 is vulnerable to a denial of service. If a user is persuaded to click on a malicious link, it would open up many file select dialog boxes…
PriorityP344medium6.5CVSS 3.0
AVNACLPRNUIRSUCNINAH
EXPLOIT
EPSS
29.22%
98.0th percentile
IBM Notes 8.5 and 9.0 is vulnerable to a denial of service. If a user is persuaded to click on a malicious link, it would open up many file select dialog boxes which would cause the client hang and have to be restarted. IBM X-Force ID: 121371.
Affected
19 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | inotes | — | — |
| ibm | notes | — | — |
| ibm | notes | — | — |
| ibm | notes | — | — |
| ibm | notes | — | — |
| ibm | notes | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect repeated programmatic invocation of file select dialog (f.click()) via setInterval with a 1ms interval, which is characteristic of this DoS exploit triggering the IBM Notes native browser to hang. ↗
- →Monitor for spawning of multiple child windows via window.open() using data: URIs containing JavaScript that recursively calls f.click(), as used in the PoC to amplify the DoS effect. ↗
- →The exploit checks window.status === undefined to detect when a file dialog is displayed, then closes and reopens windows in a loop. Anomalous rapid open/close of browser windows in IBM Notes client context is an indicator. ↗
- →A Metasploit auxiliary module exists for this DoS; detect exploitation attempts by monitoring for HTTP responses serving the PoC JavaScript payload to IBM Notes browser clients. ↗
- ·The DoS is triggered only when a user clicks a malicious link inside the IBM Notes native browser; it does not self-propagate and requires social engineering. ↗
- ·Affected versions are IBM Notes 8.5 and 9.0 only; patched versions are documented in IBM Security Bulletin swg21999384. ↗
CVSS provenance
nvdv3.06.5MEDIUMCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
nvdv2.04.3MEDIUMAV:N/AC:M/Au:N/C:N/I:N/A:P
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
IBM Notes 8.5.x/9.0.x - Denial of Service (2)
exploitdb·2017-08-31·CVSS 6.5
CVE-2017-1130 [MEDIUM] IBM Notes 8.5.x/9.0.x - Denial of Service (2)
IBM Notes 8.5.x/9.0.x - Denial of Service (2)
---
# 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
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
Metasploit
IBM Notes Denial Of Service
metasploit
IBM Notes Denial Of Service
IBM Notes Denial Of Service
This module exploits a vulnerability in the native browser that comes with IBM Lotus Notes. If successful, the browser will crash after viewing the webpage.
No writeups or analysis indexed.
http://www.ibm.com/support/docview.wss?uid=swg21999384http://www.securityfocus.com/bid/100632https://exchange.xforce.ibmcloud.com/vulnerabilities/121371https://www.exploit-db.com/exploits/42604/http://www.ibm.com/support/docview.wss?uid=swg21999384http://www.securityfocus.com/bid/100632https://exchange.xforce.ibmcloud.com/vulnerabilities/121371https://www.exploit-db.com/exploits/42604/
2017-09-05
Published