Skip to content

SugarCRM Exposed Installation

ID: sugarcrm-install

Severity: high

Author: ritikchaddha

Tags: misconfig,sugar,sugarcrm,install

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

id: sugarcrm-install
info:
name: SugarCRM Exposed Installation
author: ritikchaddha
severity: high
description: SugarCRM is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:sugarcrm:sugarcrm:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: sugarcrm
product: sugarcrm
shodan-query: title:"Sugar Setup Wizard"
tags: misconfig,sugar,sugarcrm,install
http:
- method: GET
path:
- "{{BaseURL}}/install.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Sugar Setup Wizard"
- type: status
status:
- 200
# digest: 4b0a00483046022100d86482e16d082733a0800ef7f79f09e3b2747fdf48c8ae9d5f0eb231ffb7e51b022100baf70e88a08c2217c224439d8e4e9a3ca4d6a693846ac6a0783b7ae538460aa5: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/sugarcrm-install.yaml"

View on Github