Cyber Resilience

CVE-2020-27130

Cisco Security Manager ≤ 4.21

High EPSS
Published
17 November 2020
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 9.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.66 99.2th percentile
Risk Priority 88 floored blend · peak EPSS

Summary

CVE-2020-27130 is a critical-severity Path Traversal: '.../...//' (CWE-35) vulnerability in Cisco Security Manager. Its CVSS base score is 9.1 (Critical).

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

EU & UK References

Vulnerability Data

A vulnerability in Cisco Security Manager could allow an unauthenticated, remote attacker to gain access to sensitive information. The vulnerability is due to improper validation of directory traversal character sequences within requests to an affected device. An attacker could exploit…

more

this vulnerability by sending a crafted request to the affected device. A successful exploit could allow the attacker to download arbitrary files from the affected device.

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1005 Data from Local System Collectionconfidence: HIGH
Directory traversal allows reading arbitrary files from the local system.
T1083 File and Directory Discovery Discoveryconfidence: MEDIUM
Traversal requests can enumerate files and directories on the target.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2019-12630Same product: Cisco Security Manager
CVE-2020-27131Same product: Cisco Security Manager
CVE-2026-20034Same vendor: Cisco
CVE-2023-20162Same vendor: Cisco
CVE-2024-20522Same vendor: Cisco
CVE-2025-20162Same vendor: Cisco
CVE-2017-6738Same vendor: Cisco
CVE-2023-20164Same vendor: Cisco
CVE-2023-20249Same vendor: Cisco
CVE-2023-20008Same vendor: Cisco

Affected Assets

cisco
security manager
≤ 4.21

Mitigating Controls

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 and path sanitization that neutralize traversal sequences.

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 in development can detect path-traversal flaws before release.

prevents

Secure SDLC mandates input validation and path-handling controls that directly mitigate path traversal.

prevents

Application security requirements include rules for safe file-path construction and canonicalization.

prevents

Secure architecture principles require proper directory restrictions and input sanitization to prevent traversal.

prevents

Secure coding standards explicitly forbid unsafe path concatenation and mandate canonicalization routines.

mitigates

Information access restriction limits file reachability but does not address the input-validation flaw itself.

References