CVE-2025-46120
Published: 21 July 2025
Summary
CVE-2025-46120 is a critical-severity Path Traversal (CWE-22) vulnerability in Ruckuswireless Ruckus Unleashed. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 14.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly remediates the path-traversal vulnerability by applying vendor patches to Ruckus Unleashed and ZoneDirector, preventing exploitation as recommended in the security bulletin.
Validates and sanitizes file path inputs in the web interface to block path-traversal attempts that enable execution of attacker-supplied EJS templates outside permitted directories.
Enforces logical access controls to restrict the web interface and server from accessing or executing templates outside authorized directories, limiting privilege escalation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path-traversal vulnerability in web interface allows unauthenticated remote attackers to execute arbitrary uploaded EJS templates outside permitted directories, enabling exploitation for privilege escalation (T1068), public-facing application exploitation (T1190), remote services exploitation (T1210), and template injection (T1221).
NVD Description
An issue was discovered in CommScope Ruckus Unleashed prior to 200.15.6.212.27 and 200.18.7.1.323, and in Ruckus ZoneDirector prior to 10.5.1.0.282, where a path-traversal flaw in the web interface lets the server execute attacker-supplied EJS templates outside permitted directories, allowing a…
more
remote unauthenticated attacker who can upload a template (e.g., via FTP) to escalate privileges and run arbitrary template code on the controller.
Deeper analysisAI
CVE-2025-46120 is a path-traversal vulnerability (CWE-22) in the web interface of CommScope Ruckus Unleashed prior to versions 200.15.6.212.27 and 200.18.7.1.323, and Ruckus ZoneDirector prior to 10.5.1.0.282. The flaw allows the server to execute attacker-supplied EJS templates outside of permitted directories, published on 2025-07-21 with a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).
A remote unauthenticated attacker who can upload a malicious EJS template, such as via FTP, can exploit the path-traversal issue to escalate privileges and execute arbitrary template code on the controller, potentially leading to full compromise with high impacts on confidentiality, integrity, and availability.
The Ruckus Wireless security bulletin at https://support.ruckuswireless.com/security_bulletins/330 and the sector7 research post at https://sector7.computest.nl/post/2025-07-ruckus-unleashed/ detail mitigation by upgrading to Ruckus Unleashed 200.15.6.212.27, 200.18.7.1.323, or later, and ZoneDirector 10.5.1.0.282 or later.
Details
- CWE(s)