Security1 publisher3 min readPublished
Cisco's own July 23 log indicator predates its August date for FMC exploitation
CVE-2026-20079 hands unauthenticated attackers root on Secure Firewall Management Center. CISA wants federal boxes fixed by September 12. The hot fix closes the path but does not evict anyone who already walked it.
The Watch · Security desk

What happened
- Cisco updated its advisory on Wednesday to say Cisco PSIRT became aware of active exploitation of CVE-2026-20079, a CVSS 10.0 authentication bypass in Secure Firewall Management Center, in August 2026.
- The bug comes from an improper system process created at boot time and is triggered by crafted HTTP requests to the device web interface, giving unauthenticated attackers script and command execution as root.
- Cisco first disclosed the vulnerability in March, when it said it had no evidence the flaw was being exploited in attacks.
- CISA added CVE-2026-20079 to its Known Exploited Vulnerabilities catalog and ordered Federal Civilian Executive Branch agencies to secure affected systems by September 12, 2026.
- The example compromise indicator Cisco published in July is a log entry dated July 23, weeks earlier than the August window in which Cisco says its product security team learned of exploitation.
Compiled by The WatchSomething wrong?How this is made
Why it matters
- exposure Patching does not clear a box that was already exploited: Cisco says the hot fixes stop future exploitation but do nothing for a device that is already owned, so every FMC with the indicator becomes an incident response and rebuild cost rather than a change ticket.
- constraint There is no compensating control to buy time with, since Cisco published no workarounds, and operators who cannot take an outage on the management server have nothing to fall back on.
- decision Scoping decisions should be driven by Cisco's own indicator date rather than its confirmation date, which moves the earliest log retention and forensic window back into July.
- contradiction Cisco confirms exploitation but will not say whether the July 23 activity used both FMC flaws, leaving defenders to decide on their own whether to hunt a two-stage chain or a single bypass.
The indicator Cisco told administrators to hunt for is a sudo record in /var/log/messages: user www, USER=root, running /usr/local/sf/bin/package_info.pl against /var/tmp/license.tmp with --lsm, timestamped Jul 23 16:16:33 [10]. That is the web account executing a Perl utility as root, which is what the advisory's mechanism buys: an improper system process created at boot, reachable by crafted HTTP requests to the management web interface [4]. Cisco's wording for a box carrying that line is that the vulnerability "may have been exploited" [12].
At least nine days separate that timestamp from the earliest date the confirmation can mean [2]. Cisco says PSIRT became aware of active exploitation in August 2026 [2]; the indicator it published in July carries a July 23 date [11]. Anyone scoping dwell time should open the hunt window in July, not in August.
The two-bug question is still open. On July 29 Cisco disclosed CVE-2026-20316, static credentials for a low-privileged FMC account, already exploited, rated High because that access could be combined with other FMC vulnerabilities to elevate privileges [13]. The same indicators went into the CVE-2026-20079 advisory, which at that point did not call the flaw exploited [15], and both advisories shipped identical hot fixes [9]. Asked whether the two were connected, Cisco did not answer directly and pointed customers at the fixes and at TAC [16]. BleepingComputer's reading is that the shared IOCs, the identical hot fixes and the July 23 entry suggest both flaws were used in the same attacks [17]; the latest Cisco update does not say whether the July 23 activity involved both [18]. Read as a chain, the shape is ordinary: static credentials for entry, the bypass for root.
No actor is in the public record. Cisco has not said when the attacks began or who ran them, and it has not described any post-exploitation activity it observed [3].
The upgrade is the only lever. Cisco states there are no workarounds and tells customers to move to the latest release [7]. It has already patched the cloud-hosted Security Cloud Control Firewall Management service; the on-premises Secure FMC software is the customer's work [6]. Federal Civilian Executive Branch agencies have until September 12, 2026 [8], which is 45 days after the hot fixes appeared on July 29 [1]. A CVSS 10.0 unauthenticated root path that was disclosed in March with no evidence of exploitation [1][5] has therefore been an exploited root path for at least six weeks of that patch window.
The last line of Cisco's guidance is the one that costs money: installing the hot fixes prevents future exploitation but does not remediate a device that is already compromised, and customers who find the indicators are told to contact TAC [14].
What to watch
- Whether Cisco ever says if the July 23 activity used CVE-2026-20316, CVE-2026-20079, or both in one intrusion.
- Any named actor or described post-exploitation activity: Cisco has published neither so far.
- Additional IOCs beyond the /var/tmp/license.tmp sudo entry, particularly any dated before July 23.