Cisco FMC CVE-2026-20079 Exploited; Talos Details Three Threat Clusters
Cisco confirms active exploitation of CVE-2026-20079. Talos describes three clusters and assesses—not definitively identifies—links to Sandworm and Qilin-related activity.
Cisco has confirmed that CVE-2026-20079, a maximum-severity authentication-bypass flaw in Secure FirewallFirewall🌐Security system that monitors and controls network traffic based on predetermined rules. Management Center (FMC), is under active exploitation, and CISA added it to the Known Exploited Vulnerabilities catalog on 9 September 2026 with a 12 September deadline for federal agencies. On the same day, Cisco Talos reported three distinct activity clusters. Talos assesses UAT-11823 as a high-confidence APT actor and notes tooling overlap with Sandworm; it assesses UAT-11988 as a high-confidence ransomware operator whose later tactics, techniques, and procedures are consistent with those of Qilin affiliates. Those are analytic assessments, not definitive identities. The bug carries a CVSS score of 10.0 and can give an unauthenticated attacker root access to the appliance that manages an organization's firewalls.
What Happened
Cisco first disclosed CVE-2026-20079 on 4 March 2026 and shipped hotfixes at the time, stating it had no evidence of exploitation. That changed over the summer. According to the updated advisory (cisco-sa-onprem-fmc-authbypass-5JPp45V2, revised to version 2.5 on 9 September), the Cisco Product Security Incident Response Team became aware of active exploitation in August 2026. Cisco’s published indicator examples include command output timestamped 23 July. The date appears only within those IoC examples; Cisco and Talos do not establish it as the start of observed activity.
The vulnerabilityVulnerability🛡️A weakness in software, hardware, or processes that can be exploited by attackers to gain unauthorized access or cause harm. sits in Secure FMC, the centralized console Cisco customers use to push policy, deploy updates, and collect threat telemetry across fleets of firewalls. The advisory attributes the flaw to an improper system process created at boot time, and an attacker exploits it by sending crafted HTTP requests to the FMC web interface. Because the management planeManagement Plane🌐The interfaces and services used to configure and administer a device, as distinct from the data plane that carries user traffic. On a remote-access appliance the management plane is the admin console; exposing it to the internet or to the user-facing portal is a common root cause of privileged compromise. controls every firewall attached to it, a single compromised FMC can undo an entire perimeter. That blast radiusBlast Radius🛡️The full set of systems, data, and access an attacker can reach after compromising a given asset. Ranking assets by blast radius rather than by how exposed they are pushes high-reach systems like a firewall management console to the top of the priority list. is the subject of the companion article Why a Compromised Firewall Manager Exposes Your Entire Network.
Cloud-delivered management is not exposed. Cisco states that Security Cloud Control Firewall Management, the hosted variant, has already been patched automatically. Firewall Device Manager, Secure Firewall ASA, and Secure Firewall Threat Defense are not affected. The risk is concentrated in on-premises FMC appliances and virtual instances, and there is no workaround short of patching.
How the Exploit Works
Independent analysis published by VulnCheck in March traced the full chain. At startup, an FMC daemon creates a persistent internal session named `csm_processes` with a fixed, predictable session identifier rather than a random one. An unauthenticated attacker can adopt that dormant session by setting the `CGISESSID=csm_processes` cookie, then authenticate against `/login.cgi` using a built-in low-privileged account to obtain a valid anti-CSRF token. From there, one endpoint writes an attacker-controlled payload to `/var/tmp/license.tmp`, and a second endpoint triggers the appliance's upgrade logic, which validates that file as a self-extracting shell archive and runs it as root.
The mechanics are a textbook case of two weak primitives combining into full compromise: a fixed session identifier the attacker can predict, plus a static credential that unlocks the rest of the flow. That pattern is the focus of the explainer How a Session-Fixation Bug and a Hardcoded Password Chain Into Root. Notably, VulnCheck's analysis found the attack works reliably only against a recently rebooted appliance, because normal administrator activity clears the dormant session. That detail narrows the window but does not close it, and it does nothing for the many FMC instances that sit untouched for long stretches.
Who Is Exploiting It
Cisco Talos identified three distinct activity clusters with different post-compromise behavior. UAT-11823 and UAT-11988 abused the legitimate FMC utility `package_info.pl` to execute `/var/tmp/license.tmp` as root. UAT-12197 instead centered on a JSP web shellWeb Shell🛡️A malicious script placed in a web server's content directory that lets an attacker execute commands through HTTP requests. Web shells are a common persistence mechanism after remote code execution and are detected by looking for unexpected files in webapp directories. and a companion Java archive. Across multiple clusters, attackers blended appliance-native mechanisms with cluster-specific payloads—a living-off-the-land pattern covered in How to Detect Living-off-the-Land Abuse on Network Security Appliances.
The first cluster, tracked as UAT-12197, exploited CVE-2026-20079 to drop a JSP web shell into the appliance’s web root, then used a companion Java archive to query FMC’s internal database for stored usernames and authentication data. Talos reports the observed objective as credential theft; its public report does not definitively identify the operator.
The second cluster, UAT-11823, is assessed by Talos as a high-confidence APT actor whose tooling overlaps with Sandworm activity. It used both the authentication bypassAuthentication Bypass📖A security vulnerability that allows an attacker to circumvent the login verification process and gain unauthorized access to a system without providing valid credentials. and the static-credential bug, planted a Netcat reverse shellReverse Shell🛡️A remote-access technique where a compromised host initiates an outbound connection back to the attacker and hands over a command shell. Because the connection originates inside the network, it often slips past firewalls that block inbound traffic. that called back to attacker infrastructure, harvested managed-firewall configuration data, and deployed Cyclops Blink—malware previously attributed to Sandworm by U.S. and U.K. agencies. These links support Talos’s assessment but do not establish the cluster’s identity as fact.
The third cluster, UAT-11988, is assessed by Talos as a high-confidence ransomware operator. Talos says the cluster’s later tactics, techniques, and procedures are consistent with activity observed in Qilin ransomware-affiliate intrusions. It entered through the static-credential flaw CVE-2026-20316 rather than the bypass, mapped Active Directory, harvested service-account and database credentials, established proxy and reverse-SSH access to internal services, and ultimately deployed Qilin ransomware to selected endpoints.
Who Is Affected
Any organization running an on-premises Secure FMC that has not applied the relevant hotfixHotfix🛡️An out-of-cycle software update that addresses a specific urgent defect, usually a security flaw, on an existing release line without waiting for the next scheduled version. Hotfixes are typically numbered and cumulative on that line, but each covers only the issues named in its notes, so a later one may be required. is exposed, and the danger is acute wherever the management interface is reachable from the internet. In its March 2026 technical report, VulnCheck cited contemporaneous search results of roughly 300 reachable FMC instances in Censys and 600 to 700 in FOFA. Those figures are March snapshots, not September measurements, and they do not capture appliances reachable only from an already-compromised internal network.
CVE-2026-20316, the static-credential bug the ransomware cluster used, was itself disclosed on 29 July as an exploited zero-dayZero-Day🛡️A security vulnerability that is exploited or publicly disclosed before the software vendor can release a patch, giving developers 'zero days' to fix it., reported by Horizon3.ai, and added to CISA KEVCISA KEV🛡️The Known Exploited Vulnerabilities catalog maintained by CISA, listing vulnerabilities actively exploited in attacks that federal agencies must patch by specific deadlines. the same day. Cisco rates it CVSS 5.3 but assigns it a high Security Impact Rating because it chains so cleanly with more serious flaws. Organizations that patched the March critical bug but skipped the July static-credential fix are still exposed to the ransomware pathway.
Immediate Actions
Apply the FMC hotfixes now. Cisco has published fixes for the 7.0, 7.2, 7.4, 7.6, 7.7, and 10.0 release trains covering both CVE-2026-20079 and CVE-2026-20316; there is no workaround for either. Because a hotfix stops future exploitation but does not evict an attacker who is already resident, treat patching and hunting as separate tasks.
Check for compromise before assuming you are clean. Cisco's advisory provides a detection command: from the appliance's expert mode, run `zgrep "package_info.*license" messages*` and treat any reference to `/var/tmp/license.tmp` as a sign of possible exploitation. Talos published Snort coverage (rules 66075 through 66080 for the bypass, 66883 for the static-credential bug, and 66960 and 66961 for the malware) along with host indicators on its public GitHub repository. If you find evidence of compromise, rebuild the appliance rather than cleaning it, rotate every credential the FMC could reach, and treat the managed firewalls' configurations as exposed.
Pull the management interface off the public internet. FMC should never be directly reachable from the open internet; restrict it to a management network or a small set of trusted administrative addresses.
Long-Term Outlook
This incident is another entry in a long pattern of network security appliances becoming the target rather than the defense. The devices that sit at the edge, hold administrative reach over everything behind them, and run vendor code that customers cannot easily inspect are exactly what capable adversaries want. Talos said Cisco planned a broader FMC hardening release for the week of September 14–16, indicating additional defensive changes beyond the immediate hotfixes.
The strategic lesson is to stop treating the security-management plane as trusted infrastructure and start treating it as a high-value target that needs the same segmentation, monitoring, and credential hygiene as a domain controller. When one appliance can hand an attacker the keys to the perimeter, its access to the rest of the network, its patch level, and its logs all deserve first-tier attention.
Sources
- Cisco Security Advisory cisco-sa-onprem-fmc-authbypass-5JPp45V2: https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-onprem-fmc-authbypass-5JPp45V2
- Cisco Security Advisory cisco-sa-fmc-static-cred-BET3Cjh (CVE-2026-20316): https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-fmc-static-cred-BET3Cjh
- Cisco Talos, "Active exploitation of Cisco Secure Firewall Management Center vulnerabilities": https://blog.talosintelligence.com/fmc-ongoing-exploitation/
- CISA, "CISA Adds Four Known Exploited Vulnerabilities to Catalog" (9 September 2026): https://www.cisa.gov/news-events/alerts/2026/09/09/cisa-adds-four-known-exploited-vulnerabilities-catalog
- VulnCheck, "Cisco FMC Auth Bypass CVE-2026-20079": https://www.vulncheck.com/blog/cisco-fmc-auth-bypass-cve-2026-20079
- BleepingComputer, "Cisco confirms CVE-2026-20079 Secure FMC flaw exploited in attacks": https://www.bleepingcomputer.com/news/security/cisco-confirms-cve-2026-20079-secure-fmc-flaw-exploited-in-attacks/
- SecurityWeek, "Organizations Warned of Cisco Secure FMC Exploitation": https://www.securityweek.com/organizations-warned-of-cisco-secure-fmc-exploitation/