Cisco VPN Gateways Knocked Offline: CVE-2026-20349, Patch by Aug 14
Cisco ASA and FTD let anyone reboot the device with no login, cutting VPN access. Already exploited, no workaround, and CISA set an August 14 deadline.
Table of contents
Cisco ASA and FTD let anyone reboot the device with no login, cutting VPN access. Already exploited, no workaround, and CISA set an August 14 deadline.
A flaw has been found in Cisco's firewalls β the boxes many companies rely on to let staff reach the corporate network from outside β that lets anyone reboot the device from across the internet with no login and no password, cutting the connection. It is tracked as CVE-2026-20349, rated 8.6 out of 10.
Three things stack up badly here. It is already being used in real attacks. There is no workaround at all. And the U.S. government set a remediation deadline of August 14 β three days after the August 11 disclosure, an unusually short window.
Some reassurance first: no data is stolen through this flaw, and nothing is altered. What happens is that the device reboots and traffic drops. But the traffic that drops is remote-work connections and site-to-site links, so the damage takes the shape of work grinding to a halt. If you run a Cisco firewall with remote-access VPN enabled, check today whether you are in scope.
What these boxes actually do
Two products are affected: Cisco Secure Firewall ASA and Cisco Secure Firewall Threat Defense (FTD). Different names, but both are firewalls β devices that sit at the boundary between the company and the outside world and decide which traffic is allowed through.
The part at issue is the feature that lets people connect in from outside. When you work from home or on the road, in many companies it is this device that verifies who you are and builds an encrypted path back into the network. That is the VPN. The flaw is in how that entry point handles incoming requests.
What matters is that this entry point cannot do its job unless it faces the internet. It exists so people can reach it from outside. Which means it is visible to attackers from the start β a different class of risk from a server buried deep inside the network.
Note that Secure Firewall Management Center (FMC), the product used to manage these devices, is not affected. Same vendor, different product. We covered a separate flaw in FMC earlier.
What CVE-2026-20349 does
| Item | Detail |
|---|---|
| Identifier | CVE-2026-20349 |
| Affected | Cisco Secure Firewall ASA Cisco Secure Firewall Threat Defense (FTD) |
| Not affected | Secure Firewall Management Center (FMC) |
| Severity | 8.6 / 10 (High) |
| Login required | No |
| User interaction | No |
| What happens | The device reloads; traffic stops |
| Data exposure | None |
| Workaround | None (patching is the only option) |
| Disclosed | August 11, 2026 |
| U.S. federal deadline | August 14, 2026 |
The mechanism is simple. Cisco's advisory attributes it to "insufficient error checking when processing HTTP requests." Send one crafted request and the device fails to handle it cleanly, then reloads. That is the whole of it.
The reason the score lands as high as 8.6 is that the impact does not stay inside the box. The scoring includes a "scope changed" flag: one device breaks, but everything routed through that device goes down with it. That is how a flaw rated as causing no data exposure and no tampering still reaches 8.6.
Who goes after this, and what it costs you
Plainly: nobody has said who is attacking. Cisco states only that it "became aware of active exploitation" in August 2026. No actor name, no indicators of compromise, no targeted sectors have been published. That gap has to be reported as a gap.
What an attacker can do here is knock out the path between a company and the outside world β and nothing more. No data extraction, no device takeover. Which leaves the question of why anyone would bother. The plausible answers are disruption as the goal in itself, or disruption in service of something else.
What gets lost splits cleanly by role. For employees it shows up as arriving one morning unable to reach anything: no timesheets, no expense claims, no file transfers between offices. For the IT team, because no authentication is needed and the request can be resent from anywhere, the same thing can be done again until the patch is applied. What a downed VPN device does to a business is something we examined concretely in a case where financial reporting itself stalled.
For context, Cisco firewalls were the target of a suspected state-backed campaign in 2025, in which attackers deliberately crashed devices to frustrate investigation. This flaw is precisely a way to crash a device β but no published information connects the two. The association is easy to make and not yet supportable, so we leave it as an observation.
How to tell whether your device is in scope
Running ASA or FTD does not automatically mean you are affected. The dividing line is whether the device accepts inbound connections from outside. Cisco lists three configurations, any one of which puts you in scope.
In scope if any of these is enabled
- βΈIKEv2 remote access VPN with client services enabled
crypto ikev2 enable <interface> client-services port <ports> - βΈSSL VPN enabled
webvpnthenenable <interface> - βΈZero Trust Network Access enabled (FTD only)
zero-trust enable
Put another way: devices accepting VPN connections from outside are in scope. A device used purely to segment internal networks, with no external entry point open, is not. Check the configuration rather than assuming.
What to upgrade to β note these are hotfixes
A caveat matters here. What Cisco shipped is not a normal release but an emergency hotfix that closes this one hole. The identifiers differ per train, so find your row.
| Product | Your train | Hotfix to apply |
|---|---|---|
| ASA | 9.16 | 89.16.4.50 |
| ASA | 9.18 | 89.18.4.50 |
| ASA | 9.20 | 9.20.4.235 |
| ASA | 9.22 | 9.22.3.191 |
| ASA | 9.23 | 9.23.1.211 |
| ASA | 9.24 | 9.24.1.221 |
| FTD | 7.0 | GC-7.0.9.1-1 |
| FTD | 7.2 | HM-7.2.11.1-2 |
| FTD | 7.4 | HK-7.4.7.1-1 |
| FTD | 7.6 | DD-7.6.4.1-2 |
| FTD | 7.7 | AN-7.7.11.1-2 |
| FTD | 10.0 | S-10.0.0.1-2 |
One trap. On ASA, if you are applying a hotfix whose number starts with "89" (the 9.16 and 9.18 trains), you need ASDM at 7.24.1.374 or later. Older ASDM versions do not recognize that numbering scheme and will not handle it correctly. Upgrade ASDM first, then apply the hotfix.
For FTD, files are split by hardware platform within the same train (FP1K / FP2K / FP3K and the various series). Pick the one matching your model from the download section of the advisory.
Note that ASA trains 9.12 / 9.14 / 9.17 / 9.19 and FTD trains 7.1 / 7.3 / 7.5 do not appear in the advisory table at all. They are most likely end-of-support, but Cisco does not say so explicitly. If you are on one of them, ask Cisco support directly.
What is confirmed and what is not
β Confirmed
- βCisco itself says it became aware of active exploitation in August 2026 (advisory)
- βThere is no workaround; patching is the only remedy (same source)
- βCISA added it to its exploited-vulnerability catalog on August 11 with an August 14 deadline (track that catalog here)
- βConfidentiality and integrity impact are both scored as none; only availability is affected
- βFound through Cisco internal testing and independently reported by researcher Valerio Brussani
? Not established
- ?Attacker identity, targeted sectors, observed volume β Cisco has published none of it
- ?Indicators of compromise β none provided
- ?How many affected devices are exposed online β no measurement for this flaw has been published
- ?Any link to earlier state-backed campaigns against Cisco firewalls β nothing connects them
- ?Impact in Japan β nothing from JPCERT/CC, IPA, or JVN as of August 12
On exposure counts: nobody has counted the devices affected by this particular flaw yet. For scale only, a September 2025 survey of a different flaw found more than 48,800 exposed worldwide, about 2,300 of them in Japan. Those are not this month's numbers, but they give a sense of how many Cisco firewalls sit on the internet.
A loose end: Cisco's own classification does not match the flaw
A small point, recorded for accuracy. This flaw carries the classification CWE-244, which describes memory being released without clearing its contents, so that someone else can read what was left behind β an information-disclosure weakness.
But this flaw is scored with no confidentiality impact, no integrity impact, and availability only. The stated cause is insufficient error checking on HTTP requests, not uncleared memory. The label and the substance do not line up.
The reason the U.S. catalog lists this as a "Heap Inspection Vulnerability" is that the name was derived mechanically from that classification. This is not a CISA error; it traces back to how Cisco classified it. Nothing about the remediation changes, but readers who see the name and assume data was exposed would be misreading it, so it is worth stating.
What to do now
In order. First, check whether your ASA or FTD has one of the three configurations enabled. If it accepts VPN connections from outside, assume it is in scope.
Second, apply the hotfix. It is the only remedy; there is no workaround. On the 9.16 and 9.18 trains, upgrade ASDM to 7.24.1.374 or later first. Patching a firewall means a reboot and therefore an outage. Think of it as choosing when the connection drops, rather than letting an attacker choose, and schedule accordingly.
If you cannot patch immediately, the usual advice would be to disable the feature or restrict who can reach it β neither works here, because the feature to disable is external access itself. If your environment allows restricting VPN sources to a known set of office addresses, that removes you from indiscriminate scanning. Most companies cannot pin down where home workers connect from.
Finally, check whether you were hit. Since this flaw does not steal anything, there is no need to rotate credentials afterwards. It is worth reviewing logs for unexplained device reboots in recent weeks. Cisco also points to Snort detection rules 46897 and 59654.
Frequently asked questions
Q. If nothing is stolen, why the rush?
A. Nothing is stolen, correct. Three reasons to hurry anyway: it is already being exploited, there is no workaround, and no authentication is required, so it can be repeated indefinitely. A single reboot means a few minutes of downtime; but since anyone can send the request from anywhere, the same thing can continue until you patch. How long the outage lasts is the attacker's choice, not yours.
Q. Does the U.S. August 14 deadline apply to companies outside the U.S.?
A. It carries no legal force outside U.S. federal agencies. But the fact that it was judged a three-day matter is a useful severity signal. The deadline set here is shorter than usual. For any organization, this belongs in the category of "interrupt the schedule," not "add to the schedule."
Q. What about firewalls used only internally?
A. If they do not accept VPN connections from outside, they are out of scope. The test is whether IKEv2 remote access VPN, SSL VPN, or Zero Trust Network Access (FTD only) is enabled. A device used purely to segment internal networks does not qualify β but verify the configuration on the device rather than relying on memory.
Q. My train is not listed in the table.
A. ASA 9.12 / 9.14 / 9.17 / 9.19 and FTD 7.1 / 7.3 / 7.5 do not appear in the advisory. They are most likely end-of-support, but Cisco does not state that explicitly, so we will not assert it. Ask Cisco support directly. Either way, running a train that receives no fixes as an internet-facing VPN endpoint is not a position to stay in.
Q. I heard other serious flaws landed the same day.
A. August 11 is the day the U.S. government added three flaws at once to its exploited catalog. Alongside this one: a Windows privilege escalation (CVE-2026-68820) and a 10.0-rated flaw in the analytics tool Metabase (CVE-2026-72898). The Windows item is covered in our monthly Patch Tuesday page.
Summary
CVE-2026-20349 is not a flaw that steals anything. All it does is drop the path between a company and the outside world. The reasons to move fast come down to three: it is already being exploited, there is no workaround, and no authentication is needed so it can be repeated. That combination is presumably why the U.S. government set a deadline just three days after disclosure.
The task is clear. Check whether you have an ASA or FTD accepting VPN connections from outside, apply the hotfix matching your train, and upgrade ASDM first on the 9.16 and 9.18 trains. The update reboots the device, so do it while you still get to choose the timing. Left to an attacker, the timing is never convenient.
In Japan, nothing has appeared from JPCERT/CC, IPA, or JVN as of August 12. The local advisory space is empty while the deadline closes in. We will update this article as more emerges.
Sources
- βΈCisco Security Advisory - Secure Firewall ASA and FTD Remote Access SSL VPN Denial of Service Vulnerability (August 11, 2026)
- βΈNVD - CVE-2026-20349
- βΈCISA - Known Exploited Vulnerabilities Catalog
- βΈCISA - Three vulnerabilities added on August 11, 2026
- βΈCISA - BOD 26-04: Prioritizing Security Updates Based on Risk
- βΈBleepingComputer - Cisco warns of ASA and FTD VPN flaw exploited to crash devices
- βΈSecurity NEXT - DoS flaw in Cisco firewall SSL VPN, zero-day attacks observed (Japanese, August 12, 2026)
- βΈBleepingComputer - September 2025 exposure survey (numbers for a different flaw)
- βΈRelated: flaw in Cisco's firewall management software (this site)
- βΈRelated: Cisco IOS XE vulnerability round-up (this site)
- βΈRelated: CISA KEV dashboard (this site)

Makoto Horikawa
Backend Engineer / AWS / Django