Cyber Resilience

CVE-2026-20195

Cisco Identity Services Engine ≤ 3.2.0

Published
06 May 2026
Modified
29 June 2026
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0027 20th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-20195 is a medium-severity Observable Response Discrepancy (CWE-204) vulnerability in Cisco Identity Services Engine. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Account Discovery (T1087); ranked at the 20th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-11 (Error Handling) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A vulnerability in an identity management API endpoint of Cisco ISE could allow an unauthenticated, remote attacker to enumerate valid user accounts on an affected device. This vulnerability exists because error messages are observed when the affected API endpoint is…

more

called. An attacker could exploit this vulnerability by sending a series of crafted requests to the affected endpoint and analyzing the differentiated responses. A successful exploit could allow the attacker to compile a list of valid usernames on an affected system.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1087 Account Discovery Discovery
Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment.
T1087.001 Local Account Discovery
Adversaries may attempt to get a listing of local system accounts.
T1087.002 Domain Account Discovery
Adversaries may attempt to get a listing of domain accounts.
Why these techniques?

Direct account enumeration via API response discrepancy enables T1087 and sub-techniques for local/domain accounts.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2023-20164Same product: Cisco Identity Services Engine
CVE-2026-20180Same product: Cisco Identity Services Engine
CVE-2024-20368Same product: Cisco Identity Services Engine
CVE-2023-20175Same product: Cisco Identity Services Engine
CVE-2024-20443Same product: Cisco Identity Services Engine
CVE-2024-20469Same product: Cisco Identity Services Engine
CVE-2024-20538Same product: Cisco Identity Services Engine
CVE-2023-20106Same product: Cisco Identity Services Engine
CVE-2023-20021Same product: Cisco Identity Services Engine
CVE-2025-20204Same product: Cisco Identity Services Engine

Affected Assets

cisco
identity services engine
3.3.0, 3.4.0, 3.5.0 · ≤ 3.2.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V13.4.5

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires that error messages from the ISE API not reveal whether a username is valid, eliminating the observable response discrepancy exploited by CVE-2026-20195.

prevent

Enforces that the identity-management endpoint must not disclose account existence to unauthenticated callers, blocking the enumeration technique at the access decision point.

detect

Enables monitoring of high-volume crafted requests to the ISE API, allowing detection of active username enumeration attempts described in the CVE.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 full match
prevents

Secure SDLC practices directly prevent introduction of inconsistent response behavior that leaks internal state.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect observable response discrepancies before deployment.

mitigates

Network security controls can enforce uniform responses and suppress observable discrepancies.

prevents

Secure SDLC practices include error-handling and response standardization to avoid information disclosure.

prevents

Application security requirements typically mandate consistent, non-revealing error messages.

prevents

Secure architecture principles discourage designs that leak internal state via differing responses.

prevents

Secure coding standards explicitly require uniform error handling to prevent information leakage.

References