Skip to content

SpiderControl SCADA Web Server - Sensitive Information Exposure

ID: spidercontrol-scada-server-info

Severity: high

Author: geeknik

Tags: spidercontrol,scada,exposure,misconfig

SpiderControl SCADA Web Server is vulnerable to sensitive information exposure. Numerous, market-leading OEM manufacturers - from a wide variety of industries - rely on SpiderControl.

id: spidercontrol-scada-server-info
info:
name: SpiderControl SCADA Web Server - Sensitive Information Exposure
author: geeknik
severity: high
description: SpiderControl SCADA Web Server is vulnerable to sensitive information exposure. Numerous, market-leading OEM manufacturers - from a wide variety of industries - rely on SpiderControl.
reference:
- https://spidercontrol.net/spidercontrol-inside/
metadata:
max-request: 1
tags: spidercontrol,scada,exposure,misconfig
http:
- method: GET
path:
- '{{BaseURL}}/cgi-bin/GetSrvInfo.exe'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "powered by SpiderControl"
- "LSWEBSERVER"
- "SCWEBSERVICES"
condition: and
extractors:
- type: kval
part: header
kval:
- Server
# digest: 4a0a0047304502207544c77109d4d13ebc27fa2a953574403b31e43d3e7e47dd026a93c209a02572022100ee1c6540a9fdcc471265c37387e874b9698a2bb37a66353eaed172f0bfae8793: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/spidercontrol-scada-server-info.yaml"

View on Github