Cisco confirmed active exploitation of CVE-2026-20316, a zero-day in Cisco Secure Firewall Management Center (FMC), after becoming aware of in-the-wild attacks in July 2026.
What the bug does
A remote, unauthenticated attacker can log into affected FMC devices by leveraging default credentials for a low-privilege user account, then access sensitive data. Cisco rated it high severity.
The low-privilege framing undersells it, because of what it chains with.
The chain is the story
Cisco separately disclosed CVE-2026-20079, carrying a CVSS score of 10.0 — the maximum — which allows execution of arbitrary executable script files to obtain root.
Put together:
- CVE-2026-20316 gets an unauthenticated attacker inside as a low-privilege user.
- CVE-2026-20079 turns that foothold into root.
Neither bug on its own reads like an emergency to someone skimming a bulletin. The combination is unauthenticated remote root on the box that manages your firewalls.
Chained vulnerabilities are consistently underweighted in patch prioritization, because severity scores are assigned per-CVE and exploitation happens per-path.
Why FMC specifically is a bad thing to lose
Firewall Management Center is not an endpoint — it's the control plane for firewall policy across an estate. An attacker with root there isn't just on one host; they're in a position to see, and potentially change, the rules that define what everything else is allowed to talk to.
Compromising the thing that enforces segmentation is a category above compromising something inside a segment.
Timeline and what it implies
CISA's guidance directed Federal Civilian Executive Branch agencies to apply fixes by August 1, 2026 — a short remediation window, which is how KEV-tier actively-exploited bugs get treated.
If you run FMC and you're not under a federal directive, that date is still the useful signal: the agencies with the most visibility into active exploitation treated this as urgent.
What to do
- Patch both CVEs, not just the one with the scarier score. The 10.0 is meaningless in isolation if the 20316 foothold is still open, and vice versa.
- Check for the default low-privilege account on your FMC deployments — that's the actual entry condition.
- Review FMC access logs for the window before you patched, not just after. Exploitation predates the disclosure.