On July 30, 2026, CISA added CVE-2026-20316 to its Known Exploited Vulnerabilities catalog, flagging a Cisco FMC zero-day that’s already being used in the wild. The flaw lets an unauthenticated attacker log in with a low‑privilege static account and skim sensitive data. That’s why every organization running Cisco Secure Firewall Management Center must act fast.
Key Takeaways
- Static low‑privilege credentials enable unauthenticated remote login (CVE-2026-20316, CVSS 5.3).
- CISA confirms active exploitation; attacks began earlier this month.
- Fixes are available for FMC versions 7.0 through 10.0; apply them by August 1, 2026.
- Indicators of compromise include the presence of
/var/tmp/license.tmpin log files. - Chaining with CVE-2026-20079 could give attackers root access.
Cisco FMC zero-day Exploitation: What We Know
Security researcher Jimi Sebree of Horizon3.ai discovered the flaw and reported it to Cisco, who then confirmed that it’s being actively exploited. Cisco hasn’t revealed who’s behind the attacks, but the company did say the vulnerability “could permit an unauthenticated, remote attacker to log in to an affected device using a low‑privilege account to access sensitive data within susceptible systems.” That’s a direct quote from the advisory. The CVSS score of 5.3 suggests a moderate severity, yet Cisco bumped the Security Impact Rating to High because the issue can be chained with other FMC bugs to elevate privileges.
Why Static Credentials Matter
“This vulnerability is due to the presence of static user credentials for a low‑privileged account,” Cisco explained in its alert. Because the credentials never change, an attacker can simply reuse them across any vulnerable FMC instance. That’s the catch. If the management interface is exposed to the internet, the attack surface explodes. Cisco notes that keeping the interface off the public internet shrinks the risk dramatically.
Technical Details and Exploit Mechanics
When an attacker exploits CVE-2026-20316, they log in as the low‑privilege user and can read files that contain sensitive configuration data. A successful exploit “could allow the attacker to log in to the affected system and access sensitive data as the low‑privileged user,” the advisory says. The exploit doesn’t need prior authentication, which is why CISA flagged it as a zero‑day. That’s alarming.
In addition to the primary flaw, Cisco updated its advisory for CVE-2026-20079 (CVSS 10.0), a critical authentication bypass that lets threat actors execute arbitrary scripts and gain root access. Though Cisco isn’t aware of malicious exploitation of CVE-2026-20079, the same IoC—/var/tmp/license.tmp—appears in both advisories. That suggests attackers could chain the two vulnerabilities for full system compromise.
Indicators of Compromise
Cisco urges admins to run the following command in expert mode: cat /var/log/messages | grep license. If the output includes /var/tmp/license.tmp, the device may have been compromised. An example from the advisory looks like this:
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
That’s the exact pattern to watch for. It’s a simple check, but it could reveal an ongoing breach.
Patch Rollout and Version Mapping
Cisco released hot‑fixes for every supported FMC version. The files are named as follows:
- 7.0 –
Cisco_Firepower_Mgmt_Center_Hotfix_GB-7.0.9.1-3.sh.REL.tar - 7.2 –
Cisco_Secure_FW_Mgmt_Center_Hotfix_HL-7.2.11.1-4.sh.REL.tar - 7.4 –
Cisco_Secure_FW_Mgmt_Center_Hotfix_HG-7.4.7.1-3.sh.REL.tar - 7.6 –
Cisco_Secure_FW_Mgmt_Center_Hotfix_CY-7.6.5.1-2.sh.REL.tar - 7.7 –
Cisco_Secure_FW_Mgmt_Center_Hotfix_AM-7.7.12.1-2.sh.REL.tar - 10.0 –
Cisco_Secure_FW_Mgmt_Center_Hotfix_P-10.0.1.1-2.sh.REL.tar
Federal Civilian Executive Branch agencies have been told to apply these fixes by August 1, 2026. That deadline applies to any organization that treats itself like a federal agency or that handles similar data classifications. If you’re not in the FCEB, you should still patch immediately; the window for exploitation is already open.
Broader Implications for Network Security
Static credentials have long been a weak link in enterprise security, but this incident proves how dangerous they can be when paired with an internet‑exposed management interface. The fact that CISA added the flaw to its KEV catalog underscores the seriousness. It’s a reminder that you can’t rely on a low CVSS score to gauge risk; the real impact depends on how the flaw can be combined with other vulnerabilities.
Chaining CVE-2026-20316 with CVE-2026-20079 could give an attacker an end‑to‑end path—from low‑privilege access straight to root. That’s why Cisco bumped the Security Impact Rating to High. The potential for data exfiltration, configuration tampering, or even lateral movement across a network is real. It isn’t a theoretical scenario.
What This Means For You
First, audit your FMC deployment. If the management interface is reachable from the internet, isolate it behind a VPN or a jump host. Then, verify whether any of the hot‑fix files have been applied. You can check the current version via the FMC GUI or CLI. If you’re still on a version older than the listed hot‑fixes, schedule a maintenance window and upgrade now.
Second, monitor logs for the /var/tmp/license.tmp indicator. Set up an automated alert that scans /var/log/messages for that string. If you see it, assume compromise and follow your incident response playbook: isolate the device, collect forensic data, and rebuild from a clean image. Don’t wait for a formal breach notice; the exploit is already live.
Historical Context
The FMC platform has seen multiple security advisories over the past few years. Earlier bugs have targeted authentication mechanisms, certificate handling, and API exposure. Those incidents taught the community that any weakness in the management layer can ripple through the entire firewall ecosystem. The current zero‑day follows that pattern, but it adds a new twist: a static account that never rotates.
When Cisco released the previous critical advisory for CVE-2026-20079, the focus was on a script execution path that required higher privileges. That advisory warned about the same /var/tmp/license.tmp artifact, hinting at a shared code path. The new vulnerability shows how attackers can start low and climb higher. It’s a reminder that past patches don’t guarantee future safety.
Security researchers have repeatedly highlighted the danger of hard‑coded credentials in network appliances. Those warnings have led many vendors to adopt credential rotation policies, but legacy installations often retain default accounts for convenience. The present incident proves that convenience can be fatal when the default account is reachable from outside the network.
Technical Architecture Overview
Cisco Secure Firewall Management Center sits between the firewall data plane and the administrative console. It stores configuration files, policy definitions, and license information on the local filesystem. Access to the GUI or CLI is mediated by a set of local accounts, each mapped to a specific role. The low‑privilege account in question resides in the same authentication database as the admin accounts, but it lacks the permissions needed to change policies.
Because the management service listens on a TCP port that can be exposed, an attacker only needs network reachability to begin the exploitation chain. Once logged in, the attacker can read files such as /etc/fmc/config.xml or other sensitive artifacts. Those files often contain IP addresses, shared secrets, and other data that can be used for lateral movement.
When CVE-2026-20079 is introduced into the same environment, the attacker can move from read‑only access to arbitrary code execution. The two bugs share the same temporary file location, which acts as a breadcrumb for the exploitation framework. The architecture therefore offers a clear path from initial foothold to full system compromise.
What This Means For Different Stakeholders
Network Engineers: You’ll need to verify that any management interfaces are hidden behind segmented VLANs or VPN concentrators. A quick check of firewall ACLs can confirm whether the FMC port is reachable from untrusted networks. If it is, block it immediately.
Security Operations Teams: Deploy a SIEM rule that looks for the exact command line shown in the advisory. The rule should fire on any host that logs a sudo call to /usr/local/sf/bin/package_info.pl with the /var/tmp/license.tmp argument. Treat each alert as a potential breach.
Managed Service Providers: If you host FMC instances for clients, schedule a coordinated upgrade across all accounts. Communicate the August 1 deadline clearly, and offer a pre‑upgrade health check to avoid service disruption.
All three groups share a common thread: time is of the essence. The longer the vulnerable version stays online, the greater the chance that an opportunistic attacker will strike.
Key Questions Remaining
- How many organizations still run FMC versions older than the hot‑fix releases?
- What detection capabilities do existing EDR tools have for the
/var/tmp/license.tmpindicator? - Can the static low‑privilege account be disabled without breaking integrations that rely on it?
- Will future Cisco advisories address similar credential‑related issues across other product lines?
Answers to these questions will shape the next round of mitigation strategies. Until then, the safest path is to treat the vulnerability as active and to patch without delay.
Looking Ahead: Lessons and Future Steps
While Cisco’s rapid patching is commendable, the episode highlights a broader need for continuous credential hygiene. Static accounts should be retired or rotated regularly, and any management plane should be kept off the public internet unless absolutely necessary. Organizations will have to weigh convenience against exposure, especially as threat actors keep hunting for easy entry points.
What will the next wave of FMC vulnerabilities look like? If attackers can keep chaining bugs, we might see more high‑impact compromises that bypass traditional defenses. Companies will need to adopt a zero‑trust mindset for their firewall infrastructure, treating even low‑privilege accounts as potential attack vectors.
Sources: The Hacker News, Cisco Security Advisory

