Skip to content

Orangescrum Exposed Installation

ID: orangescrum-install

Severity: high

Author: ritikchaddha

Tags: misconfig,orangescrum,install

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

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

View on Github