Deception Check← all research
Threat Research · Vulnerability

A Shipped-In Password on the Box That Runs the Firewalls: CVE-2026-20316

Cisco Secure Firewall Management Center is the console that governs a whole fleet of firewalls. It shipped with a static login for a low-privileged account, and an unauthenticated attacker can use it to read sensitive data straight out of the appliance. Cisco says it is already being exploited in the wild, CISA has put federal agencies on a short clock, and the same indicator of compromise ties it to two more serious FMC flaws.

Deception Check  |  July 2026  |  CVE-2026-20316  |  CVSS 5.3 Medium, Cisco SIR High  |  Cisco advisory cisco-sa-fmc-static-cred-BET3Cjh
The short version CVE-2026-20316 is a use of static, built-in credentials in Cisco Secure Firewall Management Center (FMC) Software, the platform that centrally manages a fleet of Cisco Secure Firewall devices. A low-privileged account with a fixed password ships in the software's web interface, and a remote, unauthenticated attacker can use it to log in and read sensitive data on the appliance. The base score is a modest 5.3, but Cisco assigned it a Security Impact Rating of High rather than Medium because it can be chained with other FMC flaws to elevate privileges. This one did not stay theoretical. Cisco's incident response team says it became aware of active exploitation in July 2026, before a patch existed, which makes it a zero-day, and on July 29 CISA added it to the Known Exploited Vulnerabilities catalog with a federal remediation deadline of August 1. It reached our watch through the CISA KEV gate. We flag it because the FMC is the management brain for the firewalls that, in many industrial and critical-infrastructure networks, enforce the boundary between the corporate network and the operational one.

What the vulnerability is

Cisco Secure Firewall Management Center, formerly Firepower Management Center, is the centralized console for Cisco Secure Firewall (Firepower) appliances. It is where administrators write and push firewall rules, manage policy across many devices at once, run intrusion prevention, and hold the configuration and topology of the protected network. In a large deployment the FMC is not one firewall; it is the single place that governs all of them.

CVE-2026-20316 is a textbook case of what CWE-259, use of hard-coded password, describes: software shipped with a built-in set of credentials that the user cannot easily change or remove. Here the static credentials belong to a low-privileged account exposed through the FMC web-based management interface. As Cisco put it, the flaw is due to the presence of static user credentials for a low-privileged account, and an attacker can exploit it simply by using that account to log in.

5.3
CVSS base, Medium
High
Cisco Security Impact Rating
CWE-259
hard-coded password

The flaw was found and reported by Jimi Sebree of Horizon3.ai. Cisco published its advisory, cisco-sa-fmc-static-cred-BET3Cjh, on July 29, 2026, and released hot fixes the same day.

How the exploit works

There is no clever memory corruption or protocol trickery here, and that is part of why it matters. The appliance ships with a username and password baked into the software. An attacker who can reach the FMC web interface over the network sends those known static credentials to the login, and the appliance accepts them. No valid customer account is needed, and no prior foothold is required. The attacker is now authenticated as the low-privileged user and can read sensitive data visible to that account.

The attacker does not break the lock. The lock was shipped with a spare key taped to the back, and the same key fits every unit.

Two honest limits keep this from being an instant full compromise on its own. The account is low-privileged, so what a single unchained login yields is read access to sensitive data rather than administrative control of the firewall fleet. And, as Cisco notes, the attack surface is reduced when the FMC management interface is not reachable from the public internet. But the more troubling story is chaining. Cisco raised the impact rating to High specifically because this static credential can be combined with other Cisco Secure FMC vulnerabilities to elevate privileges, and the FMC has two serious siblings disclosed earlier in 2026. CVE-2026-20079 is a critical, CVSS 10.0 authentication bypass that Cisco updated the same day, which can let an unauthenticated attacker execute script files and gain root on the underlying operating system. CVE-2026-20131 is a remote code execution flaw, triggered by sending a crafted serialized Java object to the same web management interface, that Amazon's security team reported was exploited as a zero-day by the Interlock ransomware group starting in January 2026. Notably, all three advisories now share the same indicator of compromise, which tells defenders these flaws are being looked at together.

Indicator of compromise Cisco directs customers to check the appliance system log in expert mode with cat /var/log/messages | grep license. If the output shows the package_info.pl script being run against /var/tmp/license.tmp, the device may have been exploited. Cisco published this same indicator across the CVE-2026-20316, CVE-2026-20079, and CVE-2026-20131 advisories, which is a strong hint the same activity touches all three. If exploitation is suspected, Cisco advises contacting its Technical Assistance Center and, at minimum, rotating all user credentials, keys, and certificates on the device.

Why an IT security appliance lands on an OT and CI watch

We want to be precise about scope. The FMC is IT security infrastructure, not an industrial control system, and CVE-2026-20316 is not an ICS advisory. We are flagging it under our operational-technology and critical-infrastructure watch for a specific and, we think, defensible reason: the FMC governs the Cisco Secure Firewall appliances that, in a great many utilities, hospitals, water systems, and manufacturers, enforce the segmentation between the enterprise IT network and the operational one. When defenders draw the line that keeps the plant floor separate from email and the internet, a Cisco firewall is frequently the device drawing it, and the FMC is where that line is defined.

That is what makes even low-privileged read access consequential. The FMC holds firewall rules, network topology, address objects, VPN configuration, and the shape of the segmentation itself. An attacker who can read that is handed a map of the defenses: where the OT zone sits, which paths cross into it, and where the weak seams are. That is precisely the reconnaissance a targeted intrusion needs before it moves laterally toward control systems. And if the static login is chained to the auth-bypass or the code-execution flaw on the same box, read access becomes the ability to rewrite rules and quietly remove the very segmentation that was keeping the operational network apart. The family history is the reason to take the chaining seriously, because the FMC RCE sibling was already weaponized by a ransomware crew this year.

What we see from our sensors

We run a fleet of honeypots and edge decoys, and this vulnerability is the kind that sits in our lane: it is reached by sending ordinary network traffic to the web interface of an internet-facing management appliance, which is exactly what our decoys are built to emulate and observe. We run Cisco and similar appliance-style decoys, and we routinely see hundreds of source addresses a day probing at exposed management interfaces.

The observable footprint is concrete. An attacker probing for CVE-2026-20316 first has to find and reach an FMC web interface, so we would expect to see scanning for Cisco Secure Firewall Management Center login pages, followed by login attempts using the static account rather than sprayed or brute-forced passwords. A decoy that presents as an FMC-style management console is well placed to catch that reconnaissance and the tell-tale single-credential login. On real appliances, the log indicator above, the package_info.pl run against /var/tmp/license.tmp, is the artifact to hunt for.

The honest framing We are not reporting confirmed CVE-2026-20316 captures in our own fleet as of this writing, and we will not imply we have them. What we are saying is that this is a network-reachable management-appliance bug, which is the category our sensors are designed for, and that the behavior above is what we are watching for. If your own perimeter includes a Cisco Secure Firewall Management Center, the same login patterns and the Cisco log indicator are what your appliance and web logs should be reviewed for.

How to fix or mitigate it

The primary fix is to apply Cisco's hot fix, which is the only complete remediation. Cisco released per-train hot fixes on July 29, 2026, and, because active exploitation has been ongoing, urges customers to treat any exposed appliance as potentially touched: check the indicator of compromise, and rotate all user credentials, keys, and certificates on the device rather than assuming the patch alone closes the story.

Fixed hot fix versions (by release train)
7.0.9.1  ·  7.2.11.1  ·  7.4.7.1  ·  7.6.5.1  ·  7.7.12.1  ·  10.0.1.1 or later

Indicators and references

TypeDetail
CVECVE-2026-20316, use of hard-coded password (CWE-259), CVSS 5.3 Medium, Cisco SIR High
ProductCisco Secure Firewall Management Center (FMC) Software, web-based management interface
VectorRemote, unauthenticated login using static built-in credentials for a low-privileged account
ImpactRead access to sensitive data as the low-privileged user; chainable with other FMC flaws to elevate privileges
FixedHot fixes 7.0.9.1, 7.2.11.1, 7.4.7.1, 7.6.5.1, 7.7.12.1, 10.0.1.1 or later (Cisco cisco-sa-fmc-static-cred-BET3Cjh)
IoCpackage_info.pl run against /var/tmp/license.tmp in /var/log/messages
RelatedCVE-2026-20079 (CVSS 10.0 auth bypass to root, advisory updated same day, no known exploitation) and CVE-2026-20131 (RCE via crafted serialized Java object, exploited as a zero-day by Interlock ransomware from Jan 2026); all three share the same IoC
RansomwareCISA KEV marks CVE-2026-20316 ransomware use as Unknown; the FMC family has prior ransomware exploitation via CVE-2026-20131
ExploitationZero-day; Cisco PSIRT aware of active exploitation in July 2026. Added to CISA KEV 2026-07-29, FCEB due 2026-08-01
An honest caveat Our account is drawn from Cisco advisory cisco-sa-fmc-static-cred-BET3Cjh, the CISA KEV listing and its July 29 alert, and reporting from The Hacker News and Help Net Security. Two limits are worth restating plainly. First, the base severity is a Medium 5.3, and a single unchained login yields read access as a low-privileged user, not instant control; the danger lives in the combination of active exploitation, the read-access reconnaissance value, and Cisco's own warning that it can be chained to elevate privileges. Second, the OT relevance is indirect, because the FMC is IT security infrastructure rather than a native industrial device. What earns it your attention is where it sits: the FMC is the console that defines the firewall rules and segmentation which, in many critical-infrastructure networks, are the wall between the enterprise and the plant floor. We have not observed this specific exploit in our own fleet.