Skip to content

Espocrm Installer

ID: espocrm-installer

Severity: high

Author: DhiyaneshDk

Tags: misconfig,espocrm,install,exposure

Espocrm is susceptible to the Installation page exposure due to misconfiguration.

id: espocrm-installer
info:
name: Espocrm Installer
author: DhiyaneshDk
severity: high
description: Espocrm is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:espocrm:espocrm:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: espocrm
product: espocrm
shodan-query: html:"Welcome to Espocrm"
tags: misconfig,espocrm,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/install/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>EspoCRM Installation'
- type: status
status:
- 200
# digest: 4a0a004730450221008bc30b0dca2bfc0aed9bbfe698604618fb446eb81af61d86140cf0f87d95b4d90220647d3f93a8ca32391273e660d5c1d8b26aaf8262267bb718edee6296e4fb3b03: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/espocrm-installer.yaml"

View on Github