what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

CommScope Ruckus IoT Controller 1.7.1.0 Hard-Coded Web Application Administrator Password

CommScope Ruckus IoT Controller 1.7.1.0 Hard-Coded Web Application Administrator Password
Posted May 27, 2021
Authored by Jim Becher | Site korelogic.com

An undocumented, administrative-level, hard-coded web application account exists in the IoT Controller OVA which cannot be changed by the customer.

tags | exploit, web
advisories | CVE-2021-33219
SHA-256 | 2486beac57efb14715dc2756e1ddce5fd0beb0268fa52ef3547894a1a7be04a5

CommScope Ruckus IoT Controller 1.7.1.0 Hard-Coded Web Application Administrator Password

Change Mirror Download
KL-001-2021-004: CommScope Ruckus IoT Controller Hard-coded Web Application Administrator Password

Title: CommScope Ruckus IoT Controller Hard-coded Web Application Administrator Password
Advisory ID: KL-001-2021-004
Publication Date: 2021.05.26
Publication URL: https://korelogic.com/Resources/Advisories/KL-001-2021-004.txt


1. Vulnerability Details

Affected Vendor: CommScope
Affected Product: Ruckus IoT Controller
Affected Version: 1.7.1.0 and earlier
Platform: Linux
CWE Classification: CWE-259: Use of Hard-coded Password
CVE ID: CVE-2021-33219


2. Vulnerability Description

An undocumented, administrative-level, hard coded web
application account exists in the IoT Controller OVA which
cannot be changed by the customer.


3. Technical Description

Ruckus vRIoT server software is available from the software
library at: https://support.ruckuswireless.com/software/

Once the OVA is imported into VirtualBox, a VMDK file is
created. The VMDK file can be mounted and the directory
structure and its contents can be perused. The virtual appliance
contains two web application accounts with passwords stored
in clear text on the file system. The two accounts are 'admin'
and 'nplus1user'. The 'admin' account is documented in vendor
documentation, but the 'nplus1user' account is undocumented.

The password for 'admin' is documented and can be changed
by the user. The password for the 'nplus1user' account
is 'nplus1user'. Both accounts are administrative-level
accounts. The virtual appliance does not appear to offer a
mechanism for changing the default password from the vendor
for the 'nplus1user' account.


4. Mitigation and Remediation Recommendation

The vendor has released an updated firmware (1.8.0.0) which
remediates the described vulnerability. Firmware and release
notes are available at:

https://www.commscope.com/globalassets/digizuite/917216-faq-security-advisory-id-20210525-v1-0.pdf


5. Credit

This vulnerability was discovered by Jim Becher (@jimbecher)
of KoreLogic, Inc.


6. Disclosure Timeline

2021.03.30 - KoreLogic submits vulnerability details to
CommScope.
2021.03.30 - CommScope acknowledges receipt and the intention
to investigate.
2021.04.06 - CommScope notifies KoreLogic that this issue,
along with several others reported by KoreLogic,
will require more than the standard 45 business
day remediation timeline.
2021.04.06 - KoreLogic agrees to extend disclosure embargo if
necessary.
2021.04.30 - CommScope informs KoreLogic that remediation for
this vulnerability will be available inside of the
standard 45 business day timeline. Requests
KoreLogic acquire CVE number for this
vulnerability.
2021.05.14 - 30 business days have elapsed since the
vulnerability was reported to CommScope.
2021.05.17 - CommScope notifies KoreLogic that the patched
version of the firmware will be available the week
of 2021.05.24.
2021.05.19 - KoreLogic requests CVE from MITRE.
2021.05.19 - MITRE issues CVE-2021-33219.
2021.05.25 - CommScope releases firmware 1.8.0.0 and associated
advisory.
2021.05.26 - KoreLogic public disclosure.


7. Proof of Concept

With the VMDK file mounted at the current working directory:
$ more ./VRIOT/authServer/app/authapi# more __init__.py
...
try:
if not Account.objects.count()>0:
admin_acc = Account()
admin_acc.username = 'admin'
admin_acc.first_name = 'Ed'
admin_acc.last_name = 'Sy'
admin_acc.company = 'Ruckus'
admin_acc.email = 'admin@ruckuswireless.com'
admin_acc.password = pbkdf2_sha256.hash('admin')
admin_acc.send_notification = False
admin_acc.save()
with open('/var/log/auth_mongo_conn.log','a+') as f:
f.write('Admin Account Created Succssfully!')

admin_acc = Account()
admin_acc.username = 'nplus1user'
admin_acc.first_name = 'Ed'
admin_acc.last_name = 'Sy'
admin_acc.company = 'Ruckus'
admin_acc.email = 'nplus1user@ruckuswireless.com'
admin_acc.password = pbkdf2_sha256.hash('nplus1user')
...



The contents of this advisory are copyright(c) 2021
KoreLogic, Inc. and are licensed under a Creative Commons
Attribution Share-Alike 4.0 (United States) License:
http://creativecommons.org/licenses/by-sa/4.0/

KoreLogic, Inc. is a founder-owned and operated company with a
proven track record of providing security services to entities
ranging from Fortune 500 to small and mid-sized companies. We
are a highly skilled team of senior security consultants doing
by-hand security assessments for the most important networks in
the U.S. and around the world. We are also developers of various
tools and resources aimed at helping the security community.
https://www.korelogic.com/about-korelogic.html

Our public vulnerability disclosure policy is available at:
https://korelogic.com/KoreLogic-Public-Vulnerability-Disclosure-Policy.v2.3.txt

Login or Register to add favorites

File Archive:

May 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    May 1st
    44 Files
  • 2
    May 2nd
    5 Files
  • 3
    May 3rd
    11 Files
  • 4
    May 4th
    0 Files
  • 5
    May 5th
    0 Files
  • 6
    May 6th
    28 Files
  • 7
    May 7th
    3 Files
  • 8
    May 8th
    4 Files
  • 9
    May 9th
    53 Files
  • 10
    May 10th
    12 Files
  • 11
    May 11th
    0 Files
  • 12
    May 12th
    0 Files
  • 13
    May 13th
    0 Files
  • 14
    May 14th
    0 Files
  • 15
    May 15th
    0 Files
  • 16
    May 16th
    0 Files
  • 17
    May 17th
    0 Files
  • 18
    May 18th
    0 Files
  • 19
    May 19th
    0 Files
  • 20
    May 20th
    0 Files
  • 21
    May 21st
    0 Files
  • 22
    May 22nd
    0 Files
  • 23
    May 23rd
    0 Files
  • 24
    May 24th
    0 Files
  • 25
    May 25th
    0 Files
  • 26
    May 26th
    0 Files
  • 27
    May 27th
    0 Files
  • 28
    May 28th
    0 Files
  • 29
    May 29th
    0 Files
  • 30
    May 30th
    0 Files
  • 31
    May 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close