CVE-2025-36604
published 2025-08-04CVE-2025-36604: Dell Unity, version(s) 5.5 and prior, contain(s) an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability…
PriorityP194critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEVInitial access
Exploited in the wild
EPSS
61.12%
99.1th percentile
Dell Unity, version(s) 5.5 and prior, contain(s) an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability. An unauthenticated attacker with remote access could potentially exploit this vulnerability, leading to arbitrary command execution.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| dell | unity | >= N/A < 5.5.1 | 5.5.1 |
| dell | unity_operating_environment | < 5.5.1.0 | 5.5.1.0 |
Detection & IOCsextracted from sources · hover to see the quote
snort
alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS Dell UnityVSA AccessTool.pm getCASURL Function Pre-Auth Command Injection Attempt (CVE-2025-36604)"; flow:established,to_server; http.uri; content:"/"; startswith; pcre:"/^.*?(?:(?:\x3b|%3[Bb])|(?:\x0a|%0[Aa])|(?:\x60|%60)|(?:\x7c|%7[Cc])|(?:\x24|%24))+/R"; content:"|24 7b|IFS|7d|"; fast_pattern; content:"|3b 2f|"; reference:url,labs.watchtowr.com/its-never-simple-until-it-is-dell-unityvsa-pre-auth-command-injection-cve-2025-36604/; reference:cve,2025-36604; classtype:attempted-admin; sid:2065042; rev:1; metadata:affected_product Dell, attack_target Networking_Equipment, tls_state plaintext, created_at 2025_10_03, cve CVE_2025_36604, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Major, tag Exploit, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2025_10_03, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application; target:dest_ip;)
- →Exploit traffic is plaintext HTTP (not TLS). The injection is carried in the URI path, specifically within the /misc/ endpoint, using backtick command substitution and ${IFS} as a space substitute to evade simple string matching.
- →Nuclei template confirms exploitation is detectable by HTTP 200 response containing the string 'getUrlVars' in the body, 'text/html' content-type, and an out-of-band DNS callback via interactsh. ↗
- →Shodan and FOFA can be used to identify exposed Dell UnityVSA instances by searching for the Unisphere management title. ↗
- →The Snort/ET rule keys on the byte sequence |24 7b|IFS|7d| (i.e., ${IFS}) as a fast_pattern match in the HTTP URI, combined with |3b 2f| (;/) to detect the path traversal/injection combo.
- →The vulnerable function is getCASURL inside AccessTool.pm. The injection point is pre-authentication, requiring no credentials.
- →The PCRE pattern in the Snort rule matches shell metacharacters (;, newline, backtick, pipe, $) in URL-encoded or raw form at the start of the URI path.
- ·The Nuclei template uses a single HTTP GET request (max-request: 1) and relies on out-of-band DNS interaction via interactsh for confirmation; environments without OOB callback infrastructure may produce false negatives. ↗
- ·The ET Snort rule (sid:2065042) is scoped to plaintext HTTP traffic only; if the Unisphere interface is deployed behind TLS termination, the rule will not fire.
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vulncheck7.3HIGH
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-g5wq-c47p-2h9f: Dell Unity, version(s) 5
ghsa_unreviewed·2025-08-04
CVE-2025-36604 [HIGH] CWE-78 GHSA-g5wq-c47p-2h9f: Dell Unity, version(s) 5
Dell Unity, version(s) 5.5 and prior, contain(s) an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability. An unauthenticated attacker with remote access could potentially exploit this vulnerability, leading to arbitrary command execution.
VulnCheck
dell unity_operating_environment Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
vulncheck·2025·CVSS 7.3
CVE-2025-36604 [HIGH] dell unity_operating_environment Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
dell unity_operating_environment Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Dell Unity, version(s) 5.5 and prior, contain(s) an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability. An unauthenticated attacker with remote access could potentially exploit this vulnerability, leading to arbitrary command execution.
Affected: dell unity_operating_environment
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://app.crowdsec.net/cti/cve-explorer/CVE-2025-36604; https://api.vulncheck.com/v3/index/vulncheck-canaries?cve=CVE-2025-36604&date=2025-10-17; https://a
Suricata
ET WEB_SPECIFIC_APPS Dell UnityVSA AccessTool.pm getCASURL Function Pre-Auth Command Injection Attempt (CVE-2025-36604)
suricata·2025-10-03·CVSS 7.3
CVE-2025-36604 [HIGH] ET WEB_SPECIFIC_APPS Dell UnityVSA AccessTool.pm getCASURL Function Pre-Auth Command Injection Attempt (CVE-2025-36604)
ET WEB_SPECIFIC_APPS Dell UnityVSA AccessTool.pm getCASURL Function Pre-Auth Command Injection Attempt (CVE-2025-36604)
Rule: alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS Dell UnityVSA AccessTool.pm getCASURL Function Pre-Auth Command Injection Attempt (CVE-2025-36604)"; flow:established,to_server; http.uri; content:"/"; startswith; pcre:"/^.*?(?:(?:\x3b|%3[Bb])|(?:\x0a|%0[Aa])|(?:\x60|%60)|(?:\x7c|%7[Cc])|(?:\x24|%24))+/R"; content:"|24 7b|IFS|7d|"; fast_pattern; content:"|3b 2f|"; reference:url,labs.watchtowr.com/its-never-simple-until-it-is-dell-unityvsa-pre-auth-command-injection-cve-2025-36604/; reference:cve,2025-36604; classtype:attempted-admin; sid:2065042; rev:1; metadata:affected_product Dell, attack_target Networking_Equipment, tls_state plaintext, created_at
Nuclei
Dell UnityVSA < 5.5 - Remote Command Injection
nuclei·CVSS 9.8
CVE-2025-36604 [CRITICAL] Dell UnityVSA < 5.5 - Remote Command Injection
Dell UnityVSA < 5.5 - Remote Command Injection
Dell Unity, version(s) 5.5 and prior, contains an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability.
Template:
id: CVE-2025-36604
info:
name: Dell UnityVSA < 5.5 - Remote Command Injection
author: DhiyaneshDK,watchtowr
severity: critical
description: |
Dell Unity, version(s) 5.5 and prior, contains an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability.
impact: An unauthenticated attacker with remote access could potentially exploit this vulnerability, leading to arbitrary command execution.
remediation: |
Update to the latest version beyond 5.5.
reference:
- https://labs.watchtowr.com/its-never-simple-until-it-is-dell-unityvsa-pre-a
https://www.dell.com/support/kbdoc/en-si/000350756/dsa-2025-281-security-update-for-dell-unity-dell-unityvsa-and-dell-unity-xt-security-update-for-multiple-vulnerabilitieshttps://github.com/watchtowrlabs/watchTowr-vs-Dell-UnityVSA-PreAuth-CVE-2025-36604https://labs.watchtowr.com/its-never-simple-until-it-is-dell-unityvsa-pre-auth-command-injection-cve-2025-36604/
2025-08-04
Published
Exploited in the wild