Skip to content

Ruckus Unleashed Exposed Installation

ID: ruckus-unleashed-install

Severity: high

Author: ritikchaddha

Tags: misconfig,ruckus,unleashed,install

Ruckus Unleashed is susceptible to the Installation page exposure due to misconfiguration.

id: ruckus-unleashed-install
info:
name: Ruckus Unleashed Exposed Installation
author: ritikchaddha
severity: high
description: Ruckus Unleashed is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: title:"Setup Wizard" html:"/ruckus"
tags: misconfig,ruckus,unleashed,install
http:
- method: GET
path:
- "{{BaseURL}}/admin/wizard.jsp"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Setup Wizard'
- '/ruckus'
condition: and
- type: status
status:
- 200
# digest: 4a0a004730450221009ce159f7b88905e2007213cc256a8a67ecdf6ded3bd13cecce673332cb2054ea02200f43190df184d71079fdd81de3d4803757015c24a7e828daae6a2a81a6057744: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/ruckus-unleashed-install.yaml"

View on Github