Skip to main content
CVE-2026-20316 High Patch Available

CVE-2026-20316: Cisco Secure Firewall Management Center — Hard-Coded Password Authentication Bypass (CVSS 8.9)

CVE Details

CVE ID CVE-2026-20316
CVSS Score 8.9
Severity High
Vendor Cisco
Product Secure Firewall Management Center
Patch Status Available
Published July 29, 2026
EPSS Score 0.8%
CISA Patch Deadline ⚠ August 1, 2026 Federal deadline passed

Background

Cisco Secure Firewall Management Center (FMC) — formerly Firepower Management Center — is the centralised management console for Cisco’s enterprise firewall and intrusion detection product family. It manages Firepower Threat Defense (FTD) and ASA with FirePOWER Services deployments, handling policy configuration, rule distribution, event logging, threat intelligence feeds, and access control for enterprise and government networks. FMC is a high-privilege asset: it has administrative authority over every firewall it manages, holds copies of all security policies across the managed estate, and retains logs of network events including traffic flows and intrusion events.

CVE-2026-20316 is a CWE-259 (Use of Hard-coded Password) vulnerability in FMC’s web interface. A static credential is embedded in the software and tied to a built-in user account that ships with every FMC installation. The credential cannot be changed through normal administrative controls; it exists regardless of the password policies an administrator applies to other accounts. Any unauthenticated attacker with network access to the FMC web interface can authenticate using this credential.

Cisco assigned the vulnerability a CVSS 3.1 score of 8.9 (High). CISA added it to the Known Exploited Vulnerabilities catalog on July 29, 2026, confirming active exploitation in the wild. Federal civilian executive branch agencies face an August 1, 2026, remediation deadline.

Technical Mechanism

Root cause: A hard-coded, unchangeable password is compiled into the FMC software and associated with a built-in system account. This account is not exposed through the FMC administrative user interface, meaning an administrator inspecting their user list will not see it as a standard managed account. The credential exists across all supported versions below the patched releases.

Affected interface: The FMC web management interface (HTTPS, default port 443). The hard-coded account can authenticate to this interface without requiring any site-specific knowledge. There is no authentication precondition beyond network reachability.

Access level: The resulting session carries low-privilege permissions. The built-in account does not have administrative rights and cannot push new firewall policies or modify rulesets. However, the access level is sufficient to:

  • Read sensitive configuration data, including network topology information, security zone definitions, and interface configurations of managed firewall appliances
  • Access security policies deployed across the managed estate, revealing the ruleset structure defending the organisation’s network
  • View event logs, including intrusion events, connection events, and security intelligence hits, exposing information about what traffic the organisation’s security tools are seeing and acting on

The configuration and event data accessible through this account gives an attacker significant reconnaissance value. Security policy visibility in particular reveals detection blind spots, trusted traffic paths, and the structure of the network behind the managed firewalls.

Escalation path: Cisco’s advisory and subsequent research note that the low-privilege access obtained through CVE-2026-20316 can be combined with other vulnerabilities in FMC to obtain elevated access. CISA’s advisory reflects this in its severity assessment. An attacker who can authenticate to FMC is in a position to attempt privilege escalation through additional CVEs; the initial foothold is the enabling condition.

Hard-coded credentials are persistent across software updates until the specific fix is applied. Unlike password-based authentication bypasses where rotating credentials provides temporary relief, CWE-259 flaws cannot be mitigated through credential management — the password is in the binary, not in a configuration file or database an administrator can modify.

Real-World Exploitation Evidence

CISA’s addition of CVE-2026-20316 to the KEV catalog confirms that exploitation in production environments has been observed. CISA does not add vulnerabilities to the KEV without evidence of active exploitation; the catalog represents confirmed, not theorised, in-the-wild attack activity.

At time of writing, no public technical analysis or proof-of-concept exploit code has been published. The absence of public PoC does not reduce the exploitation risk given the confirmed active exploitation — threat actors have already demonstrated the ability to abuse this vulnerability against real targets. Given the simplicity of the underlying flaw (use of a static, known credential rather than exploitation of a complex memory corruption or logic error), the barrier to independent discovery and weaponisation is low.

The timing — CISA’s August 1 deadline set just three days after the July 29 KEV addition — reflects the urgency of the exploitation activity observed. Three-day remediation windows from CISA are reserved for vulnerabilities with acute active threat to federal infrastructure.

FMC instances with their management interface reachable from the internet represent the highest-risk exposure. FMC is not designed for internet-facing deployment; its management interface is intended to be accessible only from trusted administrative networks. Misconfigured deployments and remote access scenarios (VPN-connected administrators reaching FMC over the internet) expand the accessible attack surface.

Impact Assessment

FMC occupies a commanding position in the network security architecture of any organisation using Cisco Firepower or FTD products. Attacker access to FMC at even low privilege levels represents:

Configuration intelligence. Firewall policy structure, network segmentation design, and trusted/untrusted interface assignments are all visible. This information directly enables more targeted subsequent attacks by identifying network topology and detection logic.

Security event visibility. FMC event logs contain a record of what the organisation’s firewalls have seen, blocked, and allowed. An attacker reviewing this data can identify which of their prior activities may have been logged, which traffic paths are permissive, and what intrusion signatures are deployed. This is counterintelligence value in addition to direct network intelligence.

Managed estate exposure. FMC holds the complete configuration inventory of every FTD appliance it manages. The number, location, and configuration of firewalls protecting the organisation are derivable from FMC data.

Escalation surface. Any additional FMC vulnerabilities that require an authenticated session to exploit become reachable through the CVE-2026-20316 authentication path. This includes vulnerabilities disclosed but not yet patched, and any future vulnerabilities in FMC that gate exploitation on authentication.

For organisations using FMC to manage firewalls protecting critical infrastructure, healthcare networks, financial systems, or government environments, the intelligence value of FMC access is particularly acute.

Affected Versions

ProductVulnerable VersionsFixed Version
Cisco Secure Firewall Management CenterPrior to 7.0.9.17.0.9.1
Cisco Secure Firewall Management CenterPrior to 7.2.11.17.2.11.1
Cisco Secure Firewall Management CenterPrior to 7.4.7.17.4.7.1
Cisco Secure Firewall Management CenterPrior to 7.6.5.17.6.5.1
Cisco Secure Firewall Management CenterPrior to 7.7.12.17.7.12.1
Cisco Secure Firewall Management CenterPrior to 10.0.1.110.0.1.1

Organisations running FMC versions not listed above (older than the 7.0 branch) should consult Cisco’s advisory and assume vulnerability until confirmed otherwise. End-of-life versions may not receive patches.

Remediation Steps

Primary remediation: Upgrade FMC to the fixed version for your installed release branch. Patched releases for all supported branches are available through Cisco’s Software Download portal (software.cisco.com). This is the only complete remediation — CVE-2026-20316 cannot be addressed through configuration changes because the hard-coded credential is embedded in the software.

Network-level containment (not a substitute for patching):

  1. Restrict management interface access: FMC’s web management interface should only be accessible from dedicated administrative networks or specific administrator workstations. If the FMC interface is currently reachable from broader network ranges — including through VPN or split-tunnel configurations — tighten access controls immediately.
# Verify FMC management interface listening configuration
# (run from FMC shell or via SSH if console access is unavailable)
netstat -tlnp | grep :443

# Check any firewall rules governing FMC management interface access
# (varies by deployment; consult your network perimeter firewall config)
  1. Disable internet-facing FMC exposure: FMC is designed for management network deployment. Any FMC accessible directly from the public internet should be moved behind a VPN or network access control immediately. If remote access to FMC is required, enforce multi-factor authentication at the VPN layer.

  2. Audit FMC access logs: Review FMC audit logs for authentication events from unexpected source IP addresses. Activity attributed to the built-in account (if the account name is known from Cisco’s advisory details) or authentication from administrative IP ranges that do not match known administrator workstations warrants investigation.

Post-patch verification:

Confirm the installed version in the FMC web UI under Help > About or through the FMC CLI:

> show version

Verify the installed build matches the patched release for your version branch.

Detection Guidance

Successful authentication from unexpected sources:

FMC records administrator authentication events in its audit log. Monitor for:

  • Authentication events from IP addresses not in your defined administrative network ranges
  • Authentication events outside normal administrative working hours
  • Authentication from the built-in account (account name disclosed in Cisco’s full advisory)
# Splunk — FMC audit log authentication events from outside admin ranges
index=cisco_fmc sourcetype="cisco:fmc:audit" event_type="login"
| where src_ip NOT IN (admin_ip_ranges)
| stats count by src_ip, user, _time
| sort -_time

FMC configuration reads from low-privilege sessions:

Policy and configuration retrieval from a session with unusual privilege level or from an account not matching known administrators warrants investigation. FMC API access logs record which objects were retrieved per session.

Network indicators:

HTTPS connections to the FMC management interface (port 443) from source IP addresses not belonging to defined administrative subnets. If FMC management is accessible from the internet, any external source IP making authenticated connections is suspicious.

Lateral movement from FMC:

A compromised FMC may be used as a reconnaissance platform rather than a pivot point, but lateral movement attempts from the FMC host itself (outbound connections, remote administration to managed firewall consoles) should be monitored via network flow analysis.

# Zeek/Bro — outbound connections from FMC host to managed firewall management ports
source_ip == [FMC_management_IP] AND (dest_port == 22 OR dest_port == 443 OR dest_port == 8305)
| stats count by dest_ip, dest_port, _time

Timeline

DateEvent
2026-07-29Cisco publishes advisory for CVE-2026-20316
2026-07-29CISA adds CVE-2026-20316 to Known Exploited Vulnerabilities catalog
2026-08-01CISA remediation deadline for U.S. federal civilian executive branch agencies