NetMizer LogManagement System Data - Directory Exposure
ID: netmizer-data-listing
Severity: high
Author: DhiyaneshDk
Tags: netmizer,exposure,listing
Description
Section titled “Description”Directory Exposure vulnerability in the NetMizer log management system of Beijing Lingzhou Network Technology Co., Ltd. Due to the loose control of /data, attackers can use this vulnerability to obtain sensitive information.
YAML Source
Section titled “YAML Source”id: netmizer-data-listing
info: name: NetMizer LogManagement System Data - Directory Exposure author: DhiyaneshDk severity: high description: | Directory Exposure vulnerability in the NetMizer log management system of Beijing Lingzhou Network Technology Co., Ltd. Due to the loose control of /data, attackers can use this vulnerability to obtain sensitive information. reference: - https://github.com/Threekiii/Awesome-POC/blob/master/%E7%BD%91%E7%BB%9C%E8%AE%BE%E5%A4%87%E6%BC%8F%E6%B4%9E/NetMizer%20%E6%97%A5%E5%BF%97%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%20data%20%E7%9B%AE%E5%BD%95%E9%81%8D%E5%8E%86%E6%BC%8F%E6%B4%9E.md metadata: verified: true max-request: 1 shodan-query: title:"NetMizer" fofa-query: title="NetMizer 日志管理系统" tags: netmizer,exposure,listing
http: - method: GET path: - "{{BaseURL}}/data/"
matchers-condition: and matchers: - type: word part: body words: - 'Index of /data' - 'bin/' condition: and
- type: word part: header words: - 'text/html'
- type: status status: - 200# digest: 4b0a0048304602210099fdc1f09edf348e2377f2523f98ecedd81187e184149f6bee1dc7a612adb4c8022100a7afe29bc59dec5307b7247e3092018ba8c6d2496bee78ec43003c1a83ce68f3: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/netmizer/netmizer-data-listing.yaml"