vtiger-installer: Vtiger CRM Installer Exposure

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

漏洞描述

Vtiger CRM is susceptible to the Installation page exposure due to misconfiguration.

PoC代码[已公开]

id: vtiger-installer

info:
  name: Vtiger CRM Installer Exposure
  author: DhiyaneshDk
  severity: high
  description: Vtiger CRM is susceptible to the Installation page exposure due to misconfiguration.
  classification:
    cpe: cpe:2.3:a:vtiger:vtiger_crm:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: vtiger
    product: vtiger_crm
    shodan-query: html:"Welcome to Vtiger CRM"
  tags: misconfig,vtiger,install,exposure,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/index.php?module=Install&view=Index'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'Installation Wizard'
          - 'Welcome to Vtiger CRM'
        condition: and

      - type: word
        part: header
        words:
          - "text/html"

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

相关漏洞推荐