Skip to content

IoT vDME Simulator Panel - Detect

ID: iot-vdme-simulator

Severity: medium

Author: tess

Tags: exposure,misconfig,panel

loT vDME Simulator panel was detected. Exposure IoT vDME Simulator panel allows anonymous access to create new Items.

id: iot-vdme-simulator
info:
name: IoT vDME Simulator Panel - Detect
author: tess
severity: medium
description: |
loT vDME Simulator panel was detected. Exposure IoT vDME Simulator panel allows anonymous access to create new Items.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
verified: true
max-request: 2
shodan-query: http.title:"IoT vDME Simulator"
tags: exposure,misconfig,panel
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}:9998'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>IoT vDME Simulator</title>'
- 'Configuration Repository'
- 'Current configuration'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4b0a00483046022100ac8c4cfb3434a55d75b9395851adbe51f9da1af1a6905197791b5f0ae3949ef6022100daf541b01bcf1dd10e97a3502b28cefee1cac7ff0d7db210fac102414a04b611:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/iot-vdme-simulator.yaml"

View on Github