Cyber Resilience

CVE-2023-20087

Path Traversal in Cisco Identity Services Engine ≤ 3.1

Published
18 May 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 4.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0084 54th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2023-20087 is a medium-severity Path Traversal: '/absolute/pathname/here' (CWE-37) vulnerability in Cisco Identity Services Engine. Its CVSS base score is 4.9 (Medium).

Operationally, ranked in the top 46% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Multiple vulnerabilities in the web-based management interface of Cisco Identity Services Engine (ISE) could allow an authenticated, remote attacker to download arbitrary files from the filesystem of an affected device. These vulnerabilities are due to insufficient input validation. An attacker…

more

could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to download arbitrary files from the underlying filesystem of the affected device.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-20077Same product: Cisco Identity Services Engine
CVE-2024-20532Same product: Cisco Identity Services Engine
CVE-2024-20528Same product: Cisco Identity Services Engine
CVE-2024-20529Same product: Cisco Identity Services Engine
CVE-2024-20527Same product: Cisco Identity Services Engine
CVE-2026-20180Same product: Cisco Identity Services Engine
CVE-2023-20166Same product: Cisco Identity Services Engine
CVE-2023-20167Same product: Cisco Identity Services Engine
CVE-2026-20148Same product: Cisco Identity Services Engine
CVE-2026-20181Same product: Cisco Identity Services Engine

Affected Assets

cisco
identity services engine
3.2 · ≤ 3.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.3.2

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

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 mostly match
prevents

Secure SDLC practices directly require input validation that prevents absolute path traversal.

PR.PS-02 partial match
prevents

Patching/maintenance can remediate known path-traversal flaws in deployed software (partial prevention of exploitability) but does nothing to stop the coding defect from being introduced in the first place.

PR.AA-05 none match
prevents

PR.AA-05 defines and reviews access policies but does not address code-level pathname neutralization, so neither direction prevents CWE-22.

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 discover path-traversal flaws but does not prevent them at runtime.

prevents

Secure SDLC mandates input validation and path sanitization that directly prevent path traversal.

prevents

Application security requirements can mandate input validation to block absolute path traversal.

mitigates

Secure architecture principles include canonicalization and path-handling controls that prevent traversal.

prevents

Secure coding standards directly require validation of file-path inputs to stop absolute-path traversal.

mitigates

Access-control rules can limit which files an authenticated user may reach, mitigating impact of traversal.

References