nuclei-templates/http/exposures/logs/milesight-system-log.yaml

40 lines
1.0 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:
max-request: 1
verified: true
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