Vtiger CRM Installer Exposure
ID: vtiger-installer
Severity: high
Author: DhiyaneshDk
Tags: misconfig,vtiger,install,exposure
Description
Section titled “Description”Vtiger CRM is susceptible to the Installation page exposure due to misconfiguration.
YAML Source
Section titled “YAML Source”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
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: 490a0046304402202e71ce83b766f2da740bae94eb13b602e159fa7b7f468eb91e54bb57030777a102204de0d4e9061c3b7df5f28bf5793fd179dddcf39ee115c17efb2e25fd503d0880:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/installer/vtiger-installer.yaml"