Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-67304

CVE-2025-67304: Ruckus Network Director Auth Bypass Flaw

CVE-2025-67304 is an authentication bypass flaw in Ruckus Network Director that exposes hardcoded PostgreSQL credentials, enabling remote attackers to gain superuser access and execute arbitrary commands.

Published: February 20, 2026

CVE-2025-67304 Overview

CVE-2025-67304 is a critical hardcoded credentials vulnerability affecting Ruckus Network Director (RND) OVA appliances prior to version 4.5.0.54. The appliance ships with hardcoded credentials for the ruckus PostgreSQL database user, and in the default configuration, the PostgreSQL service is exposed on the network via TCP port 5432. An attacker with network access can leverage these hardcoded credentials to authenticate remotely with superuser privileges to the database, enabling creation of administrative users for the web interface, extraction of password hashes, and execution of arbitrary operating system commands.

Critical Impact

Remote attackers can exploit hardcoded database credentials to gain full control of the Ruckus Network Director appliance, create administrative accounts, exfiltrate sensitive data, and execute arbitrary OS commands—potentially compromising the entire network management infrastructure.

Affected Products

  • Ruckus Network Director (RND) OVA appliance versions prior to 4.5.0.54

Discovery Timeline

  • 2026-02-19 - CVE-2025-67304 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2025-67304

Vulnerability Analysis

This vulnerability stems from the presence of hardcoded credentials embedded within the Ruckus Network Director OVA appliance. The PostgreSQL database used by RND includes a preconfigured user account (ruckus) with static credentials that cannot be changed by administrators during normal deployment or configuration workflows.

In the default deployment configuration, the PostgreSQL service listens on all network interfaces on TCP port 5432, making it accessible to any attacker with network connectivity to the appliance. Once authenticated using the hardcoded credentials, the attacker obtains superuser-level access to the database.

With database superuser privileges, an attacker can perform multiple high-impact actions:

  1. Administrative Account Creation: Insert new administrative users directly into the web interface's user tables, bypassing authentication controls entirely.
  2. Password Hash Extraction: Query user tables to extract password hashes for offline cracking, potentially compromising additional accounts and systems where credentials are reused.
  3. Arbitrary OS Command Execution: Leverage PostgreSQL's native functionality (such as COPY TO PROGRAM or custom functions) to execute arbitrary operating system commands with the privileges of the PostgreSQL service account.

Root Cause

The root cause of CVE-2025-67304 is a hardcoded credentials design flaw. The development team included static database credentials in the OVA appliance image, likely for ease of deployment or internal testing purposes. These credentials were never removed or made configurable before production release.

This type of vulnerability represents a significant deviation from secure software development practices, as hardcoded credentials cannot be rotated, audited, or managed through standard credential management processes.

Attack Vector

The attack vector is network-based. An attacker requires only network access to TCP port 5432 on the Ruckus Network Director appliance. No prior authentication to the web interface or physical access to the system is required.

The exploitation sequence involves:

  1. Network reconnaissance to identify RND appliances exposing PostgreSQL on port 5432
  2. Connection to the PostgreSQL service using the hardcoded ruckus user credentials
  3. Execution of SQL queries to create administrative accounts or extract sensitive data
  4. Optionally, leveraging PostgreSQL command execution capabilities to run OS-level commands

For detailed technical information regarding the exploitation mechanism, refer to the GitHub Security Advisory MCSAID-2025-009 and the CommScope Security Vulnerability Whitepaper.

Detection Methods for CVE-2025-67304

Indicators of Compromise

  • Unexpected or unauthorized connections to PostgreSQL service on TCP port 5432 from external or untrusted IP addresses
  • New administrative user accounts appearing in the RND web interface without corresponding audit trail entries
  • PostgreSQL log entries showing successful authentication from the ruckus user originating from unusual source IPs
  • Evidence of COPY TO PROGRAM or similar PostgreSQL command execution features being invoked
  • Unexpected processes spawned by the PostgreSQL service user account

Detection Strategies

  • Monitor network traffic for inbound connections to TCP port 5432 on RND appliances, especially from non-management network segments
  • Implement database activity monitoring to detect anomalous queries, including user creation, password hash extraction, or command execution attempts
  • Regularly audit administrative user accounts in the RND web interface for unauthorized additions
  • Deploy intrusion detection signatures for PostgreSQL authentication attempts using known hardcoded credentials

Monitoring Recommendations

  • Enable PostgreSQL connection logging and forward logs to a centralized SIEM for analysis
  • Configure network-level alerting for any connections to port 5432 from outside the trusted management network
  • Establish baseline behavior for database activity and alert on deviations such as new user creation or bulk data extraction
  • Monitor system process activity on the RND appliance for unexpected child processes of the PostgreSQL daemon

How to Mitigate CVE-2025-67304

Immediate Actions Required

  • Upgrade Ruckus Network Director to version 4.5.0.54 or later, which addresses this vulnerability
  • Restrict network access to TCP port 5432 using firewall rules, limiting connections to trusted management hosts only
  • Audit RND appliances for signs of compromise, including unauthorized administrative accounts and suspicious database activity
  • Review network logs for historical connection attempts to PostgreSQL on affected appliances

Patch Information

CommScope has released Ruckus Network Director version 4.5.0.54 to address CVE-2025-67304. Organizations should upgrade to this version or later immediately. For detailed patch information and download links, refer to the CommScope Security Vulnerability Whitepaper.

Workarounds

  • Implement host-based firewall rules on the RND appliance to block external access to PostgreSQL port 5432
  • Deploy network segmentation to isolate RND appliances from untrusted network segments
  • Use external firewall or access control lists to restrict PostgreSQL access to authorized management stations only
  • Monitor for and remove any unauthorized administrative accounts pending upgrade
bash
# Example: Restrict PostgreSQL access using iptables (temporary workaround)
# Allow PostgreSQL connections only from trusted management IP
iptables -A INPUT -p tcp --dport 5432 -s <TRUSTED_MGMT_IP> -j ACCEPT
iptables -A INPUT -p tcp --dport 5432 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRuckus

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • GitHub Security Advisory MCSAID-2025-009

  • CommScope Security Vulnerability Whitepaper
  • Related CVEs
  • CVE-2021-4474: Ruckus AP File Read Vulnerability

  • CVE-2025-69425: Ruckus vRIoT Controller RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English