CVE-2023-25717
Description
Ruckus Wireless Admin through 10.4 allows Remote Code Execution via an unauthenticated HTTP GET Request, as demonstrated by a /forms/doLogin?login_username=admin&password=password$(curl substring.
Summary dbcve.org
Unauthenticated command injection in the Ruckus Wireless Admin web login form (reachable via /forms/doLogin) allows remote code execution by embedding shell command substitution (e.g., $(curl ...)) in the password GET parameter; no credentials are required, yielding full RCE on the affected management plane.
Mitigation
Upgrade Ruckus Wireless Admin to a vendor-fixed release beyond 10.4; until patched, restrict the admin interface to trusted management networks, block external/unauthenticated HTTP access, and ensure credentials are only transmitted via POST with server-side input validation that rejects shell metacharacters.