Cisco Patches Critical Remote Command Execution Vulnerability in Identity Services Engine (ISE)

Cisco Patches Critical RCE Flaw (CVE-2026-20181) in ISE with 9.1 CVSS Score

CRITICAL
June 18, 2026
5m read
VulnerabilityPatch Management

Related Entities

Organizations

Cisco Cisco Product Security Incident Response Team (PSIRT)

Products & Tech

Cisco Identity Services Engine (ISE) Cisco ISE Passive Identity Connector (ISE-PIC)

CVE Identifiers

CVE-2026-20181
CRITICAL
CVSS:9.1
CVE-2026-20190
HIGH
CVSS:7.5

Full Report

Executive Summary

Cisco has released security patches for its Identity Services Engine (ISE) and ISE Passive Identity Connector (ISE-PIC), addressing two significant vulnerabilities. The most severe flaw, CVE-2026-20181, is a critical remote command execution (RCE) vulnerability with a CVSS score of 9.1. It allows an authenticated administrator to execute arbitrary commands with root privileges by sending a crafted HTTP request. The second flaw, CVE-2026-20190, is a high-severity information disclosure vulnerability (CVSS 7.5) that could allow an unauthenticated attacker to access sensitive data, including hashed credentials. Cisco has released patches and strongly advises customers to update their deployments immediately, as no workarounds are available.


Vulnerability Details

CVE-2026-20181: Remote Command Execution

  • CVSS Score: 9.1 (Critical)
  • Description: This vulnerability is due to insufficient input validation in the web-based management interface of Cisco ISE. A remote attacker with administrative credentials can send a specially crafted HTTP request to the affected device. Successful exploitation allows the attacker to execute arbitrary commands on the underlying OS, initially as the user and then with the ability to elevate to root privileges. This provides the attacker with complete control over the ISE appliance.
  • Attack Vector: Network. Requires valid administrative credentials.

CVE-2026-20190: Information Disclosure

  • CVSS Score: 7.5 (High)
  • Description: This vulnerability is caused by an improper authorization check. An unauthenticated, remote attacker can exploit this by sending crafted traffic to an affected device. A successful exploit could allow the attacker to read sensitive information from the device, which may include hashed user credentials.
  • Attack Vector: Network. Does not require authentication.

Expert Insight: The combination of these two vulnerabilities presents a potential attack chain. An attacker could first exploit CVE-2026-20190 to steal hashed credentials, then crack them offline to gain administrative access, and finally use those credentials to achieve remote code execution via CVE-2026-20181.

Affected Systems

The vulnerabilities affect the following Cisco products:

Patches are available for the following versions:

  • ISE Release 3.3: 3.3 Patch 11
  • ISE Release 3.4: 3.4 Patch 6
  • ISE Release 3.5: A hotfix is available, with a full patch expected in August 2026.

Exploitation Status

The Cisco Product Security Incident Response Team (PSIRT) has stated that it is not aware of any public announcements or malicious use of these vulnerabilities. However, given the criticality of CVE-2026-20181, security teams should assume that exploitation will be attempted by threat actors now that the details are public.

Impact Assessment

Compromise of a Cisco ISE appliance can have a devastating impact on an organization's security posture. As a central network access control (NAC) solution, ISE governs which users and devices can access network resources. An attacker with root control over ISE could:

  • Create rogue administrative accounts.
  • Modify network access policies to grant themselves unrestricted access to all network segments.
  • Bypass security controls like 802.1X and MACsec.
  • Exfiltrate the entire user and endpoint database.
  • Use the compromised ISE appliance as a pivot point to launch further attacks across the enterprise network.
  • In a single-node deployment, cause a denial-of-service condition that prevents all legitimate users from accessing the network.

Cyber Observables — Hunting Hints

The following patterns may help identify vulnerable or compromised systems:

Type
URL Pattern
Value
Suspicious requests to ISE web UI
Description
Monitor for unusual or malformed HTTP POST requests to the ISE administrative web interface, which could indicate an exploitation attempt for CVE-2026-20181.
Type
Log Source
Value
ISE Admin Access Logs
Description
Look for successful administrative logins from unknown or untrusted IP addresses, which could be a precursor to exploitation.
Type
Process Name
Value
ise-tacacs-runtime
Description
On the appliance shell, monitor for this process spawning unexpected child processes (e.g., /bin/bash), which would be a strong indicator of RCE.
Type
Network Traffic Pattern
Value
Unusual outbound connections from ISE
Description
An ISE appliance initiating connections to external, non-Cisco IP addresses could indicate a post-compromise C2 channel.

Detection Methods

  1. Log Analysis: Ingest Cisco ISE logs into a SIEM. Create alerts for administrative logins from anomalous sources or at unusual times. Monitor web server logs on the ISE appliance for requests that match patterns associated with command injection.
  2. Network Monitoring: Use a Network Detection and Response (NDR) solution to monitor traffic to and from the ISE appliance. Alert on any unexpected protocols or connections to external destinations.
  3. Vulnerability Scanning: Use a vulnerability scanner with updated plugins to actively identify unpatched and vulnerable ISE instances within your network.

Remediation Steps

Cisco has confirmed there are no workarounds for these vulnerabilities. Patching is the only solution.

  1. Apply Patches: Immediately upgrade all Cisco ISE and ISE-PIC deployments to a fixed software release as outlined in the Cisco Security Advisory. This is a critical action.
  2. Restrict Access: As a compensating control, ensure that access to the ISE administrative web interface is strictly limited to a dedicated management network or specific trusted IP addresses. This can be configured using access control lists (ACLs) on upstream firewalls.
  3. Credential Hygiene: After patching, consider rotating all administrative credentials for ISE as a precautionary measure, especially given the information disclosure flaw.

Timeline of Events

1
June 17, 2026
Cisco publishes the security advisory for CVE-2026-20181 and CVE-2026-20190 and releases patches.
2
June 18, 2026
This article was published

MITRE ATT&CK Mitigations

Applying the security patches provided by Cisco is the only way to fully remediate these vulnerabilities.

Mapped D3FEND Techniques:

Restrict network access to the ISE management interface to a limited set of trusted IPs as a compensating control.

Mapped D3FEND Techniques:

Ensure that administrative credentials for ISE are strong, unique, and rotated regularly. Limit the number of administrative accounts.

Audit

M1047enterprise

Regularly audit ISE logs for suspicious administrative activity, such as logins from unexpected locations.

D3FEND Defensive Countermeasures

The primary and most urgent countermeasure is to apply the security patches released by Cisco for all affected Identity Services Engine (ISE) and ISE-PIC deployments. Given the 9.1 CVSS score of CVE-2026-20181 and the lack of workarounds, patching should be considered an emergency change. Security teams must identify all ISE nodes in their environment, determine their current software version, and deploy the appropriate patch (3.3P11, 3.4P6, or the 3.5 hotfix) according to a risk-based schedule, prioritizing internet-facing or otherwise exposed nodes. This action directly closes the command injection and information disclosure vulnerabilities, eliminating the threat.

As a critical compensating control, organizations must strictly enforce network access controls for the Cisco ISE management interface (TCP/8443). This interface should never be exposed to the public internet. Implement firewall rules or access control lists (ACLs) to ensure that only dedicated management workstations or specific IP addresses within a secure management VLAN can connect to the ISE admin GUI. This measure significantly reduces the attack surface for both CVE-2026-20181 (by limiting who can attempt to authenticate) and CVE-2026-20190 (by blocking unauthenticated remote attackers). This network isolation is a fundamental best practice for managing any critical security appliance.

To detect potential abuse of compromised credentials, configure authentication monitoring for the ISE platform. Forward ISE authentication logs to a SIEM and create rules to alert on anomalous administrative login events. This includes logins from geographically impossible locations (impossible travel), multiple failed logins followed by a success from a new IP, or any administrative login from an IP outside of the defined trusted management range. This provides a crucial detection layer for identifying when an attacker might be attempting to use credentials stolen via CVE-2026-20190 or other means to gain the access needed to exploit the RCE flaw.

Timeline of Events

1
June 17, 2026

Cisco publishes the security advisory for CVE-2026-20181 and CVE-2026-20190 and releases patches.

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

CiscoCisco ISECVE-2026-20181CVE-2026-20190RCEVulnerabilityPatch ManagementNAC

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.