CVE-2025-20393: Unauthenticated Root RCE in Cisco Secure Email Gateway (Spam Quarantine)
HERMES THREAT SCORE & EMAIL SECURITY PERIMETER APPLIANCE
Target:Cisco AsyncOS on Secure Email Gateway (SEG) and Secure Email & Web Manager (SMA) Hermes evaluates CVE-2025-20393 at an HTS of 98 (CRITICAL). Carrying a CVSS base score of 10.0, this flaw was actively exploited in zero-day campaigns by threat actor UAT-9686. The attacker gains root privileges on the underlying operating system and implants persistent backdoors inside enterprise mail infrastructure.
CVE-2025-20393: Unauthenticated Root RCE in Cisco Secure Email Gateway (Spam Quarantine)VULNERABILITY
Software platform affected by security vulnerabilities and agentic attack patterns.
🔍 Why is this related? (Evidence & Provenance)
“Confirmed security vulnerability in Cisco Secure Email Gateway (AsyncOS) documented in Hermes dossier.”
- [vulnerability_report]
- [government_confirmation]CISA verified active exploitation in the wild and mandated federal remediation deadline in KEV entry. — Source: Cybersecurity & Infrastructure Security Agency (CISA): CISA Adds CVE-2026-59822 to Known Exploited Vulnerabilities Catalog (Reliability: VERY_HIGH)
Adversaries abuse command and script interpreters (Bash, Python, PowerShell) to execute arbitrary commands.
🔍 Why is this related? (Evidence & Provenance)
“Attack execution telemetry aligns with MITRE ATT&CK technique T1059.”
- [government_confirmation]CISA verified active exploitation in the wild and mandated federal remediation deadline in KEV entry. — Source: Cybersecurity & Infrastructure Security Agency (CISA): CISA Adds CVE-2026-59822 to Known Exploited Vulnerabilities Catalog (Reliability: VERY_HIGH)
Adversaries send malicious files, pull requests, or links to gain initial execution or subvert automated analysis pipelines.
🔍 Why is this related? (Evidence & Provenance)
“Attack execution telemetry aligns with MITRE ATT&CK technique T1566.”
- [government_confirmation]CISA verified active exploitation in the wild and mandated federal remediation deadline in KEV entry. — Source: Cybersecurity & Infrastructure Security Agency (CISA): CISA Adds CVE-2026-59822 to Known Exploited Vulnerabilities Catalog (Reliability: VERY_HIGH)
1. Identification
Section titled “1. Identification”| Parameter | Technical Specification | Operational Impact |
|---|---|---|
| CVE Identifier | CVE-2025-20393 | Cisco Advisory cisco-sa-sma-attack-N9bf4 |
| Associated CWE | CWE-20: Improper Input Validation | Command injection via HTTP Quarantine endpoints |
| CVSS v3.1 Score | 10.0 CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H |
| Applicable CPEs | cpe:2.3:o:cisco:asyncos:*:*:*:*:*:*:*:*cpe:2.3:a:cisco:secure_email_gateway:*:*:*:*:*:*:*:* | Secure Email Gateway (SEG) and SMA appliances |
| Affected Versions | AsyncOS 13.0, 13.5, 14.0, 14.2, 14.3, 15.0 (< 15.0.3-010) | All devices with quarantine services reachable |
| Fixed Versions | AsyncOS 15.0.3-010 and emergency maintenance releases | Vendor-provided software patches |
2. Exploitation
Section titled “2. Exploitation”- CISA KEV: Added on December 17, 2025.
- EPSS Score: 0.29875 (Percentile: 98.1%).
- Threat Actor: UAT-9686 (Uncategorized Advanced Threat actor tracked by Cisco Talos).
- Attack Mechanics: Unauthenticated HTTP requests sent to the Spam Quarantine feature pass unvalidated parameters into shell commands executed with
rootprivileges.
3. Detection and Forensics
Section titled “3. Detection and Forensics”Sigma Rule
Section titled “Sigma Rule”title: Cisco SEG Spam Quarantine Injection Attempt (CVE-2025-20393)id: 20393-cisco-seg-quarantine-rce-enstatus: productiondescription: Detects command injection attempts against Cisco AsyncOS Spam Quarantine web interfaces.logsource: category: webserver product: cisco_asyncosdetection: selection_url: cs-method: 'POST' cs-uri-stem|contains: '/quarantine/' selection_shell: cs-uri-query|contains: - ';' - '|' - '`' - '$(' condition: selection_url and selection_shelllevel: criticalMITRE ATT&CK
Section titled “MITRE ATT&CK”- T1190: Exploit Public-Facing Application
- T1059.004: Unix Shell
- T1505: Server Software Component
- T1566: Phishing Interception
4. Remediation and Hardening
Section titled “4. Remediation and Hardening”- Deploy Software Updates: Apply the updated AsyncOS versions provided by Cisco immediately.
- Execute Compromise Assessment: Follow Cisco Talos indicators to verify that persistent root implants or rogue cron jobs were not established by UAT-9686.
- Restrict Quarantine Exposure: Limit external access to the quarantine web interface to authorized management subnets or secure VPNs.
5. Enterprise Exploitation Scenario
Section titled “5. Enterprise Exploitation Scenario”« What happens if this vulnerability is exploited in an enterprise? »
Section titled “« What happens if this vulnerability is exploited in an enterprise? »”
- Infiltration of Core Mail Gateway: An advanced threat actor exploits the quarantine endpoint, securing unauthenticated root command execution on the Cisco Secure Email Gateway.
- Implantation of Covert Backdoor: The adversary modifies system files to establish persistent command-and-control access independent of future firmware reboots.
- Mail Traffic Interception: The actor accesses all inbound and outbound email correspondence, harvesting executive emails, altering financial wire instructions, and copying sensitive contracts.
- Perimeter Ghost Node: Because edge networking appliances rarely run standard EDR sensors, the attacker uses the compromised gateway as an undetectable covert jump host into internal corporate enclaves.