Create tekon-info-leak.yaml
A vulnerability in Tekon allows remote unauthenticated users to disclose the Log of the remote device. Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>patch-1
parent
297d6c4e9d
commit
bb7dbc4f0c
|
@ -0,0 +1,27 @@
|
|||
id: tekon-info-leak
|
||||
|
||||
info:
|
||||
name: Tekon - Unauthenticated Log Leak
|
||||
author: gy741
|
||||
severity: medium
|
||||
reference: https://medium.com/@bertinjoseb/post-auth-rce-based-in-malicious-lua-plugin-script-upload-scada-controllers-located-in-russia-57044425ac38
|
||||
description: A vulnerability in Tekon allows remote unauthenticated users to disclose the Log of the remote device.
|
||||
tags: tekon,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/cgi-bin/log.cgi'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "-- Logs begin at"
|
||||
- "end at"
|
||||
part: body
|
||||
condition: and
|
Loading…
Reference in New Issue