HIGH 7.5

CVE-2026-20191: Cisco Catalyst Center Arbitrary File Read Vulnerability

Cisco Catalyst Center contains a flaw that allows someone on the internet to read files from inside the system without needing a password. An attacker sends a specially crafted web request that bypasses security checks, gaining unauthorized access to sensitive data stored within the application's restricted areas. The vulnerability requires no user interaction and can be exploited directly over the network.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-22
Affected products
0 configuration(s)
Published / Modified
2026-07-01 / 2026-07-01

NVD description (verbatim)

A vulnerability in Cisco Catalyst Center could allow an unauthenticated, remote attacker to read arbitrary files from a restricted container.  This vulnerability is due to insufficient validation of user-supplied input. An attacker could exploit this vulnerability by sending a crafted HTTP request to an affected device. A successful exploit could allow the attacker to read arbitrary files from a restricted container of the affected device.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-20191 is a path traversal vulnerability (CWE-22) in Cisco Catalyst Center stemming from inadequate input validation. The application fails to properly sanitize user-supplied input in HTTP requests, enabling unauthenticated remote attackers to traverse directory boundaries and read arbitrary files from a restricted container. The vulnerability is network-accessible, requires no authentication or user interaction, and has a CVSS v3.1 score of 7.5 (HIGH), indicating high confidentiality impact but no integrity or availability impact.

Business impact

Compromise of sensitive operational and configuration data within Catalyst Center could expose network topology details, credentials, API keys, authentication tokens, and other sensitive administrative information. This disclosure may facilitate further attacks against network infrastructure managed by the Center. Organizations relying on Catalyst Center for network automation and management face potential unauthorized intelligence gathering about their infrastructure without detection or system compromise at the operational level.

Affected systems

Cisco Catalyst Center deployments are affected. Organizations should consult Cisco's security advisories to determine the specific versions impacted and verify the scope of exposure within their environment. The vulnerability does not require special network positioning or configuration; any system with network access to an affected Catalyst Center instance is at risk.

Exploitability

This vulnerability presents a relatively low barrier to exploitation. It requires only network connectivity and the ability to craft an HTTP request—no authentication, no special tools, and no user interaction needed. The attack surface is the HTTP interface of Catalyst Center itself. However, practical exploitation depends on the attacker's knowledge of file paths and access to network routes that reach the affected system. There is no indication this vulnerability is currently being actively exploited in the wild.

Remediation

Organizations should apply security patches released by Cisco for this vulnerability. Consult Cisco's official security advisories for affected version numbers and corresponding patch versions. Until patching is completed, network segmentation and access controls should restrict connectivity to Catalyst Center management interfaces to trusted administrative networks and hosts only.

Patch guidance

Verify the current version of Cisco Catalyst Center running in your environment. Review Cisco's official security advisory for CVE-2026-20191 to identify which versions are affected and which versions contain the fix. Apply the recommended patch version from Cisco without delay, prioritizing systems in production or managing critical infrastructure. After patching, validate that the system functions as expected and that input validation is now functioning correctly.

Detection guidance

Monitor HTTP request logs for Catalyst Center for unusual or suspicious patterns in user input, particularly those containing path traversal sequences (e.g., '../', '..\', or encoded variants). Implement alerting on HTTP 400/403 errors that may indicate failed exploitation attempts. Consider deploying a Web Application Firewall (WAF) rule set that detects and blocks path traversal payloads. Audit file access logs within Catalyst Center containers for unexpected reads of sensitive files by unauthenticated sessions.

Why prioritize this

The combination of network accessibility, lack of authentication requirement, and high confidentiality impact (CVSS 7.5) makes this a priority remediation target. Unpatched instances are immediately exploitable by any attacker with network access. The exposure of configuration and credential data could enable lateral movement and further compromise of network infrastructure. This should be treated as a critical security gap in any production Catalyst Center deployment.

Risk score, explained

CVSS v3.1 score of 7.5 (HIGH) reflects: (1) Network-accessible attack vector with no authentication or user interaction required; (2) Low attack complexity—straightforward HTTP request exploitation; (3) High confidentiality impact due to unrestricted file read capability; (4) No integrity or availability impact. The score appropriately weights the ease of exploitation and severity of information disclosure against the lack of system-level compromise.

Frequently asked questions

Does this vulnerability allow an attacker to modify or delete files?

No. The vulnerability permits only reading arbitrary files from the restricted container. There is no integrity impact, meaning attackers cannot alter, create, or delete files through this flaw. However, the sensitive information they read could be leveraged in follow-on attacks.

Do we need to be on the internet or does this work on internal networks?

The vulnerability is exploitable over any network path that reaches the affected Catalyst Center instance—internal networks are just as vulnerable as internet-exposed systems. Network segmentation and firewall rules restricting access to the management interface are important mitigations.

Is there a workaround if we cannot patch immediately?

Patching is the definitive fix. Interim mitigations include strict network access controls to limit which hosts can reach Catalyst Center, deployment behind a Web Application Firewall configured to block path traversal attempts, and continuous monitoring of access logs for exploitation attempts.

How can we tell if we've been compromised by this vulnerability?

Review access logs and audit trails for HTTP requests containing suspicious input patterns, unusual file read operations by unauthenticated sessions, or access to configuration or credential files. Catalyst Center may generate error logs or security events during exploitation attempts. Consult Cisco documentation on forensic indicators for this CVE.

This analysis is provided for informational purposes and does not constitute security advice specific to your organization. Verify all information against Cisco's official security advisories and your own environment assessment. CVE details and patch information should be confirmed directly with Cisco before implementation. Consult your security team and follow your organization's change management procedures before deploying patches or implementing mitigations. Source: NVD (public-domain), retrieved 2026-08-10. Analysis generated by SEC.co (claude-haiku-4-5).