SecPod

Learn Search

Search across all Learn content

← Back to Security Research
CISA Confirms Active Exploitation of Cisco FMC Zero-Day - CVE-2026-20316

CISA Confirms Active Exploitation of Cisco FMC Zero-Day - CVE-2026-20316

A hard-coded, low-privilege account built into Cisco Secure FMC's web interface is letting unauthenticated attackers log in remotely, and CISA confirms the flaw is already being exploited against internet-facing devices.

Jul 31, 2026
5.3
CVSS Score
High
Security Impact Rating
CWE-259
Hard-coded Password

Summary

CVE-2026-20316 is a static-credential vulnerability in the web interface of Cisco Secure Firewall Management Center (FMC) Software, disclosed by Cisco. The flaw carries a CVSS score of 5.3, but Cisco assigned it a Security Impact Rating of High rather than Medium, because the low-privileged access it grants can reportedly be combined with other, currently undisclosed, FMC vulnerabilities to escalate privileges further.

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) added the flaw to its Known Exploited Vulnerabilities (KEV) catalog the same day it was disclosed, confirming active zero-day exploitation. Cisco has released hot fixes for all affected FMC release trains and states there is no configuration workaround, the static credentials cannot be disabled or rotated by an administrator, making patching the only complete remediation.

Vulnerability Details

CVE IDCVSS ScoreEPSS ScoreAffected ProductsVulnerability Type
CVE-2026-20316 5.3 (Medium base, High SIR) 0.79% Cisco Secure Firewall Management Center Software — on-premises, versions 7.0, 7.2, 7.4, 7.6, 7.7, 10.0 Use of Hard-coded Password CWE-259

Root Cause Analysis

CVE-2026-20316 stems from static, hard-coded user credentials for a low-privileged account embedded directly in Secure FMC's web interface. Rather than being generated uniquely per install or rotated at first boot, the same account and password ship identically across every deployment of the affected releases, a textbook instance of CWE-259, Use of Hard-coded Password.

Because the account is not something an administrator provisions through normal workflow, standard credential-hygiene controls, password-expiry policies, complexity requirements, and MFA prompts on the primary admin login, provide no protection against it. The credentials exist independently of any account an operator can see or manage, so an unauthenticated attacker who knows them can authenticate directly against any network-reachable FMC instance with no prior foothold required. Cisco has not published the credential values or the exact code path involved, consistent with its standard practice of withholding exploit-enabling detail from public advisories.

Notably, the disclosure landed alongside an updated advisory for a separate, far more severe issue, CVE-2026-20079, a critical (CVSS 10.0) authentication-bypass flaw in FMC that allows unauthenticated remote code execution as root via an improperly created system process at boot. Both advisories were updated the same day and reference the same /var/tmp/license.tmp artifact as an indicator of compromise, a detail suggesting the two issues may be exploitable in sequence, though Cisco has not confirmed a formal chain between them.

How CVE-2026-20316 Can Be Exploited

Attack prerequisites

  1. 1. A reachable Cisco Secure FMC web management interface, on any of the affected release trains, regardless of how the appliance is otherwise configured.
  2. 2. Knowledge of the static, low-privilege account credentials built into the FMC software image.
  3. 3. Network reachability to the FMC web interface, whether it is directly internet-facing or reachable from an already-compromised internal position. Cisco notes exposure, and therefore risk, is significantly reduced when the management interface has no public internet access.

Conceptual exploitation flow

  1. 1. The attacker identifies an internet-facing or otherwise reachable Secure FMC management interface, commonly through internet-wide scanning for exposed firewall management consoles.
  2. 2. Using the built-in static credentials, the attacker authenticates directly to the FMC web interface as the low-privileged account, no phishing, password spraying, or prior access to the network is required, since the account and its credentials are fixed at the software level.
  3. 3. Once authenticated, the attacker can read whatever data is exposed to that account. Cisco's advisory frames this broadly as sensitive data accessible to a low-privileged FMC user, which in a firewall management platform can include device inventory, licensing state, and configuration-adjacent details.
  4. 4. Cisco warns this initial low-privilege foothold could be combined with other, currently unnamed, FMC vulnerabilities to escalate privileges beyond what the account is meant to allow, this is the basis for the advisory's High Security Impact Rating despite the modest CVSS base score.
  5. 5. Observed exploitation activity leaves a distinctive trace in the FMC system log, shown below.
  6. 6. Because the underlying credentials cannot be rotated by an administrator, an attacker who has authenticated once can generally repeat the process at will until the device is patched, allowing sustained, low-noise access to the management plane.
fmc > expert mode — observed indicator of compromise
root@firepower:/home/admin# cat /var/log/messages | grep license Jul 23 16:16:33 firepower sudo: www : PWD=/ ; USER=root ; COMMAND=/usr/local/sf/bin/package_info.pl /var/tmp/license.tmp --lsm

A log entry referencing /var/tmp/license.tmp, particularly one showing the low-privileged www account invoking package_info.pl, indicates the device may have been targeted. This is the same artifact referenced in the separate CVE-2026-20079 advisory, suggesting shared tooling or reconnaissance between exploitation of the two flaws.

Key Observation: Because the vulnerable credentials are fixed at the software level rather than provisioned per deployment, patching is the only way to close this access path. Any internet-facing FMC appliance running an affected release should be treated as potentially exposed until the hot fix is applied and logs are reviewed for the known indicator of compromise.

Impact

Impact AreaDescription
Unauthorized data accessAn unauthenticated remote attacker can log in and access sensitive data exposed to the low-privileged built-in account.
Privilege escalation riskCisco warns this access can be combined with other, undisclosed FMC vulnerabilities to elevate privileges beyond the low-privilege account.
Centralized firewall fleet exposureFMC centrally manages policy across an organization's Secure Firewall appliances, so compromise of the management plane has outsized leverage compared to a single endpoint.
Non-rotatable credential exposureBecause the static account cannot be disabled or rotated through configuration, the access path persists on any unpatched device indefinitely.
Potential chaining with CVE-2026-20079Shared indicators of compromise between this flaw and the critical FMC authentication-bypass bug suggest possible use in combination during broader intrusions.

MITRE ATT&CK Mapping

Technique IDTechnique NameTactic
T1190Exploit Public-Facing ApplicationInitial Access (TA0001)
T1078Valid Accounts (built-in static low-privilege account)Initial Access (TA0001)
T1552Unsecured Credentials (hard-coded credentials in shipped software)Credential Access (TA0006)
T1082System Information Discovery (license/package data reconnaissance)Discovery (TA0007)
T1068Exploitation for Privilege Escalation (theorized chaining with other FMC flaws)Privilege Escalation (TA0004)

Mitigation

  1. 1. Apply Cisco's hot fix for CVE-2026-20316 immediately.
  2. 2. Remove or restrict public internet exposure of FMC management interfaces.>
  3. 3. Audit FMC logs for the known indicator of compromise.
  4. 4. Rotate credentials, keys, and certificates on any FMC appliance where the indicator is found.

Instantly Fix Risks with Saner Patch Management

Saner patch management is a continuous, automated, and integrated software that instantly fixes risks exploited in the wild. The software supports major operating systems like Windows, Linux, and macOS, as well as 550+ third-party applications.

It also allows you to set up a safe testing area to test patches before deploying them in a primary production environment. Saner patch management additionally supports a patch rollback feature in case of patch failure or a system malfunction.

Experience the fastest and most accurate patching software here.

Featured Posts

Open Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF
Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE Research

Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE-2026-19478 is a critical code injection vulnerability in GitLab CE/EE that allows an unauthenticated attacker to modify or delete public projects and user data by abusing a GraphQL directive. A second high-severity issue, CVE-2026-19650, involves cross-site request forgery in the GraphQL multiplex query handler. This article examines how the critical vulnerability works, the availability of a public proof-of-concept, the potential impact on self-managed instances, the affected versions, and the security updates released to remediate both issues.

Aug 19, 2026

Open No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners
No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

CVE Research

No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

Aug 19, 2026

Open Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies
Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

CVE Research

Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

Aug 19, 2026

Open Inside the GeoServer Zero-Day: From jsonArrayContains to Potential RCE
Inside the GeoServer Zero-Day: From jsonArrayContains to Potential RCE

CVE Research

Inside the GeoServer Zero-Day: From jsonArrayContains to Potential RCE

Aug 17, 2026