Skip to main content
DNS Benchmark Pro Real-time DoH latency analysis
Engine ready

Tech Infrastructure

Tech Infrastructure Alert: Cisco FMC Flaws Exploited

Published September 11, 2026 · DNS Benchmark Pro Editorial · Reading time: 6 minutes

TL;DR — Cisco Talos published research on 10 September confirming that three separate threat clusters have been exploiting two Cisco Secure Firewall Management Center (FMC) flaws in the wild. CVE-2026-20079 is a CVSS 10.0 authentication bypass allowing unauthenticated remote attackers to execute scripts as root; CVE-2026-20316 (CVSS 5.3, rated High by Cisco) is a static-credential flaw that hands attackers a low-privileged login. Post-compromise activity included web shells, SOCKS5 proxies and reverse SSH tunnels, credential theft, Qilin ransomware deployment, and a Cyclops Blink variant tied to an actor overlapping with Sandworm. Hotfixes exist for both. A broader hardening release lands next week. Patch now and hunt for /var/tmp/license.tmp.

When tech infrastructure fails, it usually fails loudly. This one failed quietly. Cisco Talos disclosed on 10 September 2026 that attackers have spent weeks living inside Secure Firewall Management Center appliances — the consoles enterprises use to write, distribute and audit firewall policy across an entire estate. Two vulnerabilities made it possible, and the resulting IT security incident is not a perimeter breach so much as a breach of the thing that defines the perimeter.

The two flaws: authentication bypass and a static credential

CVE-2026-20079 carries a CVSS score of 10.0, the ceiling. It lets an unauthenticated, remote attacker bypass authentication entirely and execute scripts as root on a vulnerable FMC device. There is no credential to steal first and no user to phish. Reachability is the only precondition.

CVE-2026-20316 is scored 5.3 but rated High severity by Cisco, and the gap between those two numbers is the whole story. It is a static credential — a shipped, low-privileged account that works on every affected appliance. On its own it grants little. Chained with other FMC weaknesses, it becomes a reliable way in that leaves far less noise than an exploit attempt.

IdentifierClassImpact
CVE-2026-20079 (CVSS 10.0)Authentication bypassUnauthenticated remote script execution as root on the management appliance.
CVE-2026-20316 (CVSS 5.3, High)Static credentialsLow-privileged login usable as a launch point for privilege escalation.

Both were first surfaced in July. Cisco confirmed on 29 July that CVE-2026-20316 was under zero-day vulnerability exploitation, and updated the CVE-2026-20079 advisory with the same indicator of compromise — a malicious /var/tmp/license.tmp file — without confirming that the authentication bypass was also being used. Talos has now closed that loop: it was.

Three clusters inside the same server infrastructure

Talos tracks the activity as UAT-11988, UAT-11823 and UAT-12197. The clusters differ in objective but converge on the same realisation: an FMC appliance is a privileged, trusted, under-monitored box with a view of the entire network.

Qilin ransomware and living off the firewall

UAT-11988 is attributed with high confidence to Qilin ransomware affiliates. The actor logged in with the static credentials from CVE-2026-20316, then used FMC's own built-in tooling for reconnaissance — no custom implant required. It harvested hostnames, IP addresses, directory listings, Active Directory service account credentials, MySQL credentials, domain account data, and internal hostname-to-IP mappings.

That last item deserves attention from anyone who treats internal name resolution as a low-value asset. A hostname-to-IP map is a target list. Talos says the collected data was staged in publicly accessible files on the compromised FMC server and pulled down over plain HTTP GET requests. The actor then stood up a Python SOCKS5 proxy and a reverse SSH tunnel, forwarding LDAP, LDAPS, Kerberos, SMB, NetBIOS and WinRM, before running Impacket, Invoke-TheHash and custom EDR killers and deploying Qilin ransomware to endpoints.

A Sandworm-adjacent actor and Cyclops Blink

UAT-11823 is the cluster that should worry critical-infrastructure operators. Talos attributes it with high confidence to an APT whose tooling overlaps with Sandworm, the GRU-linked group known for destructive operations. It entered through either CVE-2026-20079 or the static credentials, modified license.tmp to establish a Netcat reverse shell, and executed the malicious file as root via Cisco's own legitimate package_info.pl utility — a clean living-off-the-land chain on an appliance most teams cannot run an EDR agent on.

It then deployed a variant of Cyclops Blink, the modular Linux malware family previously attributed to Sandworm. The variant provides persistent backdoor access, credential theft, and network traffic sniffing. A sniffer on the management plane sees plaintext protocols, device configurations, and unencrypted DNS queries alike.

Web shells and database theft

UAT-12197 exploited CVE-2026-20079 and dropped a JSP web shell into the Cisco Security Manager Tomcat webroot, then used it to install a malicious cmd.jar for command execution and to query internal databases for authentication data and credentials. Less dramatic than ransomware, more durable.

Tech infrastructure verification with DNS Benchmark Pro, showing DNS server performance and network latency measurements used to validate the resolution path after the Cisco Secure FMC exploitation disclosed by Cisco Talos
Verified, unmodified capture from the DNS Benchmark Pro engine. When an attacker holds the firewall management plane, configuration files stop being evidence. Measuring DNS server performance and observed resolution from inside the network is one of the few checks that reads live behaviour rather than stated policy.

Why losing the management plane is worse than losing a firewall

A compromised firewall is a hole. A compromised firewall manager is a permission to make holes — and to make them look authorised. Four consequences follow for any tech infrastructure estate.

The structural defence is unglamorous and well known: management interfaces should never be internet-reachable, should sit behind a separate administrative network, and should be treated as tier-zero assets with the same scrutiny as domain controllers. Endpoints resolving through DNS over HTTPS to a pinned, authenticated resolver at least validate resolver identity through TLS rather than trusting whatever the network advertises — useful containment, not a substitute for patching.

Chart from an earlier release of the DNS Benchmark Pro network diagnostic tool comparing DNS over HTTPS response times and network latency across public resolvers, referenced in tech infrastructure analysis of the exploited Cisco Secure FMC vulnerabilities
Unmodified capture from the DNS Benchmark Pro engine as it stood in August 2026. Correction (15 August 2026): the release that produced this chart timed opaque browser requests and did not verify that a response was a valid DNS answer, so the figures shown may include HTTP errors and unreadable replies counted as fast responses. They should not be relied on. The engine was rebuilt to validate every response; see the current methodology. The underlying point — that comparing the whole field beats trusting a single configured resolver — still holds.

What to do this week

Industry impact: the console is the crown jewel

2026 has been a year of security appliances becoming the attack surface: SonicWall SMA gateways, MikroTik routers, Citrix NetScaler, and now Cisco's firewall manager. The common thread is that these devices are trusted by design, poorly instrumented by default, and frequently exempted from the patch cadence applied to servers. They are also, increasingly, where DDoS attack infrastructure and espionage footholds are built, because one appliance is worth a thousand endpoints.

The FMC case adds a sharper lesson. Two threat clusters with entirely different motives — a ransomware crew chasing payment and a state-linked actor chasing persistence — independently selected the same target. That convergence is the market signalling where value sits. Our coverage of the wormable Windows DNS Server flaw patched this week made the same argument from the resolver side.

Sound tech infrastructure practice in 2026 means inventorying management planes as tier-zero, refusing to accept vendor appliances as black boxes exempt from monitoring, and measuring what the network actually does rather than trusting the configuration you believe is deployed.

Sources: Cisco Talos, “Ongoing exploitation of Secure Firewall Management Center” (10 September 2026); BleepingComputer, “Cisco FMC flaws exploited by ransomware gang, state-sponsored hackers” (10 September 2026) and “Cisco confirms CVE-2026-20079 Secure FMC flaw exploited in attacks” (9 September 2026); Cisco Security Advisories for CVE-2026-20079 and CVE-2026-20316; earlier Cisco disclosure of FMC static-credential zero-day exploitation (29 July 2026). This article is independent editorial analysis and is not affiliated with or endorsed by Cisco, Cisco Talos or CISA.