Skip to content

CirCarLife - Installer

ID: circarlife-installer

Severity: critical

Author: geeknik

Tags: scada,circontrol,circarlife,setup,exposure,panel,installer,misconfig

A CirCarLife admin panel was accessed. CirCarLife is an internet-connected electric vehicle charging station

id: circarlife-installer
info:
name: CirCarLife - Installer
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:
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
cpe: cpe:2.3:h:circontrol:circarlife:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"- setup" html:"Modem setup"
product: circarlife
vendor: circontrol
tags: scada,circontrol,circarlife,setup,exposure,panel,installer,misconfig
http:
- 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
# digest: 4a0a0047304502200f2e32612815822a97aad6074032e487e1ae9778a2b97a64adcafc9e8d78b7ec02210098a6f79675e43863cfc3c1054c437913fbedec44ecd4d27f994d2bbe3dca070a: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/installer/circarlife-setup.yaml"

View on Github