Ruckus Network DirectorApplication · Commscope

CVE-2025-67305

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.56, the OVA appliance contains hardcoded SSH keys for the postgres user. These keys are identical across all deployments, allowing an attacker with network access to authenticate via SSH without a password. Once authenticated, the attacker can access the PostgreSQL database with superuser privileges, create administrative users for the web interface, and potentially escalate privileges further.

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 before 4.5.0.56 ship with hardcoded SSH keys for the postgres user in the OVA appliance image. These keys are identical across all deployments, enabling any attacker with network access to authenticate via SSH without credentials. The postgres user has PostgreSQL superuser privileges, allowing the attacker to access the database, create administrative web interface users, and potentially escalate privileges on the underlying system.

MitigationUpgrade RND to version 4.5.0.56 or later to replace the hardcoded SSH keys. If already deployed, rotate SSH keys, change PostgreSQL credentials, review for unauthorized admin accounts, and audit for post-exploitation activity.

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. Verify RND version
    Check the installed RND version through the web interface (typically in Help > About) or by querying the system. Compare it against the affected range: versions below 4.5.0.56 are vulnerable.
    Affected if The installed version is below 4.5.0.56
  2. Locate the hardcoded postgres SSH private key
    Search the filesystem for SSH private keys belonging to the postgres user. In RND OVA appliances, check common locations such as /home/postgres/.ssh/ or within the appliance image files for any private key file.
    Affected if A static SSH private key for the postgres user exists on the system, especially if it matches known hardcoded keys or appears across multiple deployments
  3. Inspect SSH authorized_keys for postgres
    Examine /home/postgres/.ssh/authorized_keys (or equivalent postgres home directory) to see if any keys are present that should not be there.
    Affected if The authorized_keys file contains unexpected or unauthorized public keys, or keys that appear hardcoded rather than uniquely generated
  4. Check for unauthorized web interface admin accounts
    Log into the RND web interface and review the admin user list under Administration > Users or Administrators. Also query the PostgreSQL database directly (as the postgres superuser) for unexpected accounts in the admin or user tables.
    Affected if There are admin accounts in the web interface or database that were not created by your organization, or suspicious accounts with elevated privileges
  5. Review SSH authentication logs for postgres login attempts
    Examine system logs (/var/log/secure, /var/log/auth.log, or similar) and PostgreSQL logs for unauthorized SSH connections to the postgres account, especially from unexpected IP addresses.
    Affected if Logs show SSH login successes for the postgres user from sources you do not recognize, or brute force attempts targeting this account

You are affected if your RND version is below 4.5.0.56 and either the hardcoded postgres SSH private key exists on your system or unauthorized admin accounts are present.

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 RND to version 4.5.0.56 or later to replace the hardcoded SSH keys. If already deployed, rotate SSH keys, change PostgreSQL credentials, review for unauthorized admin accounts, and audit for post-exploitation activity.

Recommended fix High confidence

Ruckus Network Director 4.5.0.56 or later

  1. Perform a full backup of the current Ruckus Network Director installation and database
  2. Download Ruckus Network Director version 4.5.0.56 or later from the official CommScope webresources portal
  3. Follow the standard upgrade procedure documented in the RND installation guide
  4. After upgrading, immediately regenerate or rotate all SSH host keys on the appliance
  5. Change the default postgres database password and all application default passwords
  6. Verify that the hardcoded SSH keys have been replaced with unique keys per deployment
  7. Confirm that the web interface admin credentials have been changed from defaults
  8. Validate that the PostgreSQL superuser access is properly secured with unique credentials

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

Fix this in Ruckus Network Director Scoped from the published advisory
  • Consultation4.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
13.0 hours of engineering $2,330
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-67305 — 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-67305 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