nuclei-templates/http/misconfiguration/installer/circarlife-setup.yaml

41 lines
1002 B
YAML
Raw Normal View History

2023-01-27 14:57:27 +00:00
id: circarlife-installer
2021-04-24 15:41:50 +00:00
info:
2023-01-27 14:57:27 +00:00
name: CirCarLife - Installer
2021-04-24 15:41:50 +00:00
author: geeknik
severity: critical
description: A CirCarLife admin panel was accessed. CirCarLife is an internet-connected electric vehicle charging station
reference:
- https://circontrol.com/
classification:
2023-01-27 14:57:27 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
cvss-score: 9.4
cwe-id: CWE-284
2023-02-06 17:51:13 +00:00
metadata:
verified: true
shodan-query: title:"- setup" html:"Modem setup"
2023-01-27 14:57:27 +00:00
tags: scada,circontrol,circarlife,setup,exposure,panel,installer
2021-04-24 15:41:50 +00:00
http:
2021-04-24 15:41:50 +00:00
- method: GET
path:
- "{{BaseURL}}/html/setup.html"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "CirCarLife Scada"
- type: word
words:
- "<title>- setup</title>"
- "Network setup"
- "Modem setup"
- "Security setup"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/05/23