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-20354

CVE-2025-20354: Cisco Unified CCX RCE Vulnerability

CVE-2025-20354 is a remote code execution vulnerability in Cisco Unified Contact Center Express that allows unauthenticated attackers to execute commands with root privileges. This article covers technical details, impact, and mitigation.

Published: March 11, 2026

CVE-2025-20354 Overview

A critical vulnerability exists in the Java Remote Method Invocation (RMI) process of Cisco Unified Contact Center Express (CCX) that allows unauthenticated, remote attackers to upload arbitrary files and execute commands with root privileges. This vulnerability stems from improper authentication mechanisms associated with specific Cisco Unified CCX features, enabling attackers to completely compromise affected systems without requiring any credentials.

Critical Impact

Unauthenticated attackers can achieve root-level remote code execution on Cisco Unified CCX systems by exploiting weak authentication in the Java RMI process, leading to complete system compromise.

Affected Products

  • Cisco Unified Contact Center Express (all versions prior to patched release)
  • Cisco Unified Contact Center Express 15.0

Discovery Timeline

  • 2025-11-05 - CVE-2025-20354 published to NVD
  • 2025-11-07 - Last updated in NVD database

Technical Details for CVE-2025-20354

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type) combined with improper authentication. The Java RMI service in Cisco Unified CCX fails to properly authenticate incoming connections, allowing unauthorized users to interact with the RMI interface. Once connected, attackers can leverage this access to upload crafted malicious files to the system. The uploaded files can then be executed with root privileges, giving the attacker complete control over the underlying operating system.

The network-accessible nature of this vulnerability makes it particularly dangerous in enterprise environments where Cisco Unified CCX systems may be exposed to untrusted networks. The lack of required user interaction or privileges means attackers can exploit this vulnerability without any prerequisites beyond network access to the target system.

Root Cause

The root cause of CVE-2025-20354 lies in improper authentication mechanisms within specific Cisco Unified CCX features that expose the Java RMI process. The RMI service does not adequately verify the identity or authorization of connecting clients before accepting file upload requests. This authentication bypass allows any remote attacker with network access to the RMI port to interact with the service as if they were a legitimate, authorized user.

Attack Vector

The attack vector is network-based, requiring an attacker to have network connectivity to the vulnerable Java RMI service on the Cisco Unified CCX system. The exploitation flow involves:

  1. Identifying a vulnerable Cisco Unified CCX instance with an exposed Java RMI service
  2. Connecting to the RMI interface without authentication
  3. Uploading a crafted malicious file through the RMI process
  4. Achieving arbitrary command execution with root privileges on the underlying operating system

The vulnerability allows for privilege escalation from no access to root-level control, making it a complete system compromise scenario. No user interaction is required for successful exploitation.

Detection Methods for CVE-2025-20354

Indicators of Compromise

  • Unexpected or unauthorized connections to Java RMI ports on Cisco Unified CCX systems
  • Unusual file creation or modification in system directories by the RMI process
  • Process execution anomalies showing unexpected child processes spawned by Java/RMI services
  • Network traffic patterns indicating file upload activity to RMI endpoints from untrusted sources

Detection Strategies

  • Monitor Java RMI service logs for authentication failures or unexpected connection attempts
  • Implement network intrusion detection rules for anomalous RMI traffic patterns
  • Deploy endpoint detection and response (EDR) solutions to monitor for suspicious process execution chains originating from Java processes
  • Configure SIEM alerts for unauthorized file uploads or modifications in critical system directories

Monitoring Recommendations

  • Enable comprehensive logging on Cisco Unified CCX systems, particularly for Java RMI service activity
  • Implement network segmentation monitoring to detect lateral movement attempts following potential exploitation
  • Deploy file integrity monitoring on critical system directories to detect unauthorized file creation
  • Monitor for unexpected root-level process execution or privilege escalation events

How to Mitigate CVE-2025-20354

Immediate Actions Required

  • Review the Cisco Security Advisory for detailed patch information and affected version specifics
  • Restrict network access to Java RMI ports on Cisco Unified CCX systems using firewall rules
  • Implement network segmentation to isolate Cisco Unified CCX systems from untrusted network segments
  • Monitor systems for indicators of compromise while preparing to apply patches

Patch Information

Cisco has released security updates to address this vulnerability. Administrators should consult the Cisco Security Advisory cisco-sa-cc-unauth-rce-QeN8h7mQ for specific patch versions and upgrade instructions. Given the critical severity and unauthenticated remote code execution capability, applying patches should be prioritized immediately.

Workarounds

  • Implement strict access control lists (ACLs) to limit which IP addresses can connect to the Java RMI service
  • Deploy a Web Application Firewall (WAF) or network firewall rules to filter and inspect traffic destined for RMI ports
  • Consider temporarily disabling non-essential Cisco Unified CCX features that rely on the vulnerable RMI functionality until patches are applied
  • Enable enhanced logging and monitoring to detect exploitation attempts while awaiting patch deployment
bash
# Example firewall rule to restrict RMI access (adjust port and trusted IPs as needed)
# Block external access to Java RMI ports on Cisco Unified CCX
iptables -A INPUT -p tcp --dport 1099 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 1099 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCisco Unified Contact Center Express

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Vendor Resources
  • Cisco Security Advisory
  • Related CVEs
  • CVE-2026-20117: Cisco Unified CCX XSS Vulnerability

  • CVE-2025-20358: Cisco Unified CCX Auth Bypass 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