42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
id: milesight-system-log
|
|
|
|
info:
|
|
name: Milesight Industrial Cellular Routers - Information Disclosure
|
|
author: ritikchaddha
|
|
severity: high
|
|
description: |
|
|
A critical security vulnerability has been identified in Milesight Industrial Cellular Routers, compromising the security discovered that it was publicly disclosing system logs, which included internal information.
|
|
reference:
|
|
- https://medium.com/@win3zz/inside-the-router-how-i-accessed-industrial-routers-and-reported-the-flaws-29c34213dfdf
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:rt_title
|
|
google-query: '"/lang/log/system" ext:log'
|
|
tags: milesight,log,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/lang/log/system.log'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'daemon.info'
|
|
- 'authpriv.info'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/plain'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100a08a951b898cbd43b1c1a66ef1a0eeaea39adf760276b38863b5e44b4948d9f2022100cad8e03303b7c3059763204319a981040fc6a2c66b89e382dec35dd43af38adb:922c64590222798bb761d5b6d8e72950
|