Skip to content

Iomega LenovoEMC NAS Login Panel - Detect

ID: iomega-emc-shared-nas

Severity: info

Author: e_schultze_

Tags: panel

Iomega LenovoEMC NAS login panel was detected.

id: iomega-emc-shared-nas
info:
name: Iomega LenovoEMC NAS Login Panel - Detect
author: e_schultze_
severity: info
description: Iomega LenovoEMC NAS login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel
http:
- method: GET
path:
- "{{BaseURL}}/cp/Shares?user=&protocol=webaccess&v=2.3"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"access":"read"'
- '"access":"readwrite"'
condition: or
part: body
- type: word
words:
- "iomega"
part: header
# digest: 4b0a00483046022100f23f49b9592e03b1daa8e34d4a14742e5e21c915dea574987bf0934e546c0612022100e87d4a8f13427bf20d6570eda5a4c872afe70cf6b215b7fdd47dd4295f54edb4: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/exposed-panels/iomega-emc-shared-nas.yaml"

View on Github