Ruckus Network DirectorApplication · Commscope

CVE-2025-67304

CRITICAL · 9.8 CVSS v3.1 Published 2026-02-19
Fix available
A fix is available. Upgrade to 4.5.0.56 or later.
See remediation →
100/100
Remediation priority · Urgent
Public exploit Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
In Ruckus Network Director (RND) < 4.5.0.54, the OVA appliance contains hardcoded credentials for the ruckus PostgreSQL database user. In the default configuration, the PostgreSQL service is accessible over the network on TCP port 5432. An attacker can use the hardcoded credentials to authenticate remotely, gaining superuser access to the database. This allows creation of administrative users for the web interface, extraction of password hashes, and execution of arbitrary OS commands.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Ruckus Network Director (RND) versions prior to 4.5.0.54 contain hardcoded credentials for the ruckus PostgreSQL database user in the OVA appliance image. The PostgreSQL service defaults to listening on TCP port 5432 and is network-accessible, allowing remote attackers to authenticate with the hardcoded credentials as a database superuser. This enables creation of web interface admin accounts, extraction of password hashes, and arbitrary OS command execution.

MitigationUpgrade to RND version 4.5.0.54 or later to remove hardcoded credentials. Immediately restrict network access to port 5432 via firewall rules and change any exposed default credentials if upgrade is delayed.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Ruckus Network DirectorApplication
Affected:< 4.5.0.56

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify RND version
    Access the Ruckus Network Director web interface and navigate to the Admin or System Settings section to view the installed version, or use the command line to check the version if you have shell access to the appliance
    Affected if The installed version is earlier than 4.5.0.56 (or earlier than 4.5.0.54 if the specific fix version is known)
  2. Verify PostgreSQL service exposure
    Run a network scan or use 'netstat -tuln' or 'ss -tuln' on the RND appliance to determine if TCP port 5432 is listening
    Affected if Port 5432 is shown as listening or open
  3. Assess network accessibility of PostgreSQL
    From an external system, attempt to reach the RND appliance on port 5432 using 'nc -zv <RND-IP> 5432' or by checking firewall rules and network segmentation around the RND appliance
    Affected if Port 5432 is reachable from networks other than localhost or trusted management networks
  4. Check for hardcoded database credentials
    Examine configuration files on the RND appliance for hardcoded PostgreSQL credentials (look for the 'ruckus' database user and associated password in plain text within configuration or script files)
    Affected if Hardcoded credentials for the ruckus database user are found in any configuration file on the system

The environment is affected if the RND version is below 4.5.0.56 AND PostgreSQL port 5432 is network-accessible with hardcoded credentials present on the system.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 4.5.0.56 or later
Fixed in 4.5.0.56
Interim mitigation

Upgrade to RND version 4.5.0.54 or later to remove hardcoded credentials. Immediately restrict network access to port 5432 via firewall rules and change any exposed default credentials if upgrade is delayed.

Recommended fix High confidence

Ruckus Network Director 4.5.0.56 or later

  1. 1. Identify the current Ruckus Network Director version by accessing the web interface or checking the OVA VM console
  2. 2. Download the updated Ruckus Network Director OVA image version 4.5.0.56 or later from the official CommScope/Ruckus support portal at webresources.commscope.com
  3. 3. If running in a production environment, perform a full backup of the current RND configuration and database
  4. 4. Deploy the new 4.5.0.56 OVA in a staging environment to verify functionality
  5. 5. If using the embedded PostgreSQL, ensure any hardcoded credentials in the deployment have been changed from defaults
  6. 6. Migrate configuration and data to the new version
  7. 7. Verify that PostgreSQL is not exposed on TCP port 5432 to untrusted networks, or restrict access via firewall rules
  8. 8. After upgrade, change all default database credentials and application admin passwords
Caveat Standard upgrade procedures apply; ensure backup before migration

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Ruckus Network Director Scoped from the published advisory
  • Consultation6.0 h
  • Implementation12.0 h
  • Testing10.0 h
  • Review / QA4.0 h
32.0 hours of engineering $5,580
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,928.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-67304 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-67304 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data