2022-03-18 10:38:44 +00:00
|
|
|
id: tekon-info-leak
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Tekon - Unauthenticated Log Leak
|
|
|
|
author: gy741
|
2022-03-21 11:06:39 +00:00
|
|
|
severity: low
|
|
|
|
description: A vulnerability in Tekon allows remote unauthenticated users to disclose the Log of the remote device
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://medium.com/@bertinjoseb/post-auth-rce-based-in-malicious-lua-plugin-script-upload-scada-controllers-located-in-russia-57044425ac38
|
2022-03-21 11:06:39 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: title:"контроллер"
|
|
|
|
tags: tekon,exposure,unauth
|
2022-03-18 10:38:44 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/cgi-bin/log.cgi'
|
|
|
|
|
2022-03-21 11:06:39 +00:00
|
|
|
max-size: 2048
|
2022-03-18 10:38:44 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-03-21 11:06:39 +00:00
|
|
|
part: body
|
2022-03-18 10:38:44 +00:00
|
|
|
words:
|
|
|
|
- "-- Logs begin at"
|
|
|
|
- "end at"
|
|
|
|
condition: and
|
2022-03-21 11:06:39 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/plain"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|