Build1 publisher3 min readPublished
A process created at boot lets one HTTP request take root on Cisco's firewall console
An authentication bypass in Cisco's firewall management console was fixed in March 2026 and exploited in the wild by August. Cisco Talos attributes the activity to three separate clusters with three different objectives.
The Engineer · Build desk

What happened
- Cisco Talos confirmed in September 2026 that three separate threat clusters were exploiting two vulnerabilities in Cisco Secure Firewall Management Center, the console that pushes policy to a whole managed firewall fleet.
- CVE-2026-20079 scores CVSS 10.0 and lets an unauthenticated remote attacker bypass authentication and execute scripts as root on the console.
- The flaw was disclosed and fixed in March 2026, exploitation was observed in the wild in August, and CISA added it to the Known Exploited Vulnerabilities catalog on September 9, 2026.
Compiled by The EngineerSomething wrong?How this is made
Why it matters
- exposure Root on the console reaches both the enforcement and the evidence: the same access that rewrites firewall rules can suppress or alter the logging that would show the rewrite.
- decision Severity-ordered patch queues take the 10.0 and defer the 5.3, but the ransomware intrusion started at the 5.3, so paired flaws have to be scored as a chain to be scheduled honestly.
- constraint With no vendor workaround on offer, a team that could not take the March update had nothing left to change on the device and had to work on reachability instead.
- precedent State collection, credential theft and ransomware all arriving at the same console class sets the expectation that exposure inventories enumerate management interfaces alongside app servers and VPN gateways.
The root cause Cisco gives for CVE-2026-20079 is an improper system process created at boot, and a crafted HTTP request to an affected device executes scripts and commands as root [7]. That puts the defect before any administrator configuration. Cisco reported no workarounds [7], so on the box itself the March update was the only remedy. The classification is CWE-288, authentication bypass by alternate path [7].
Secure Firewall Management Center holds the policy, the configuration and often the credentials of the firewalls under it [5]. Administrators drive the fleet from one web or SSH interface, including intrusion prevention, application control and URL filtering policy [4]. The CVSS vector for the root flaw includes a scope change, reflecting that a compromise of the console directly affects the managed devices [5]. Someone with root there can rewrite firewall rules and suppress or alter security logging [6].
The second flaw is a hardcoded static credential for a low-privilege account, scored 5.3, and on its own it reads sensitive data [8]. Talos assesses with high confidence that UAT-11988 is a Qilin ransomware affiliate, and according to the write-up that cluster logged in with those static credentials, mapped the environment with living-off-the-land tooling, harvested credentials, deployed an AV killer and delivered Qilin ransomware [11]. A queue sorted by severity takes the 10.0 first and the 5.3 whenever it gets there.
UAT-12197 dropped a JSP web shell into the CSM Tomcat web root along with a malicious JAR command executor, then used the appliance's own OmniQuery.pl to extract authentication data from the FMC internal database [9]. UAT-11823, which Talos assesses with high confidence shares tooling with the Russian state-linked Sandworm actor, chained both flaws, rewrote license.tmp so an installer would run it as root, opened a Netcat reverse shell, collected the managed firewall configurations and deployed a Cyclops Blink variant capable of credential theft, command execution, file transfer and packet sniffing [10].
The six months in the write-up run from the March 2026 fix to the KEV listing on September 9 [3]. One published indicator is dated July 23, ahead of Cisco's stated August discovery [13]. Take the last day of March as the patch date and that indicator still lands 114 days later [16]; it also precedes the earliest day August can mean by nine [17].
The argument only transfers where the console answers from the internet. The write-up asserts that organizations count web servers and VPN gateways and count the consoles controlling their security devices far less often [14], and its text breaks off at the start of its internet-measurement section without a count of exposed FMC instances [18]. Three clusters with three different objectives reached the same device class [15]. Cisco published Snort SIDs for both vulnerabilities [12], which helps whoever is already inspecting traffic to their own management plane.
What to watch
- Whether Cisco or Talos revises the August discovery date now that a July 23 indicator is published.