sugarcrm-install: SugarCRM Exposed Installation

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

漏洞描述

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

PoC代码[已公开]

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,vuln

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: 4a0a0047304502202d7056f691a08f348257863d1fa9f136e5d51485ed8f779d759e54725d42eb2c022100d7063d1fad38ade2de7171f6d323fa6423e887bf1e0f3d7445fe0de5bf550760:922c64590222798bb761d5b6d8e72950

相关漏洞推荐