Skip to content

Orchard Setup Wizard - Exposure

ID: orchard-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,exposure,install,orchard

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

id: orchard-installer
info:
name: Orchard Setup Wizard - Exposure
author: DhiyaneshDK
severity: high
description: |
Orchard is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:orchardproject:orchard:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: orchardproject
product: orchard
shodan-query: html:"Orchard Setup - Get Started"
tags: misconfig,exposure,install,orchard
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Orchard Setup - Get Started"
- type: status
status:
- 200
# digest: 4b0a00483046022100c993a7eb7ca2663cc2d9893ed942cc578ca4a3a4fc92c800852cb23c6f5ef906022100ddd522429ab3dfa5df4b545c8070c247ad058ea26983a3bdb204cb4449c5fcc6: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/orchard-installer.yaml"

View on Github