Deception CheckDeception Check← all research
Threat Research · Vulnerability Watch

The request that reboots the firewall: CVE-2026-20349

Cisco disclosed CVE-2026-20349 on August 11, and the U.S. cyber agency added it to its actively exploited list the same day. It is a denial of service in the Remote Access SSL VPN service of Cisco Secure Firewall ASA and FTD. A single unauthenticated HTTP request reloads the device. It is "only" a denial of service, and it still earns an OT and critical-infrastructure watch, because of where these firewalls sit and because the reload that knocks the firewall offline also knocks out the log the firewall was keeping.

Deception Check  |  August 12, 2026  |  CVE-2026-20349 (CVSS 8.6)  |  Cisco Secure Firewall ASA & FTD  |  Cisco advisory cisco-sa-asaftd-vpn-dos-dzv4mQFF, added to CISA KEV 2026-08-11 (FCEB deadline 2026-08-14)
The short version CVE-2026-20349 is a high-severity, unauthenticated denial of service in the Remote Access SSL VPN service of Cisco Secure Firewall ASA and FTD software. On a device where that VPN service is enabled and reachable, an attacker sends one crafted HTTP request, with no credentials and no user interaction, and the device reloads. Cisco published the advisory on August 11, 2026, said its Product Security Incident Response Team became aware of active exploitation in August 2026, and CISA added it to the Known Exploited Vulnerabilities catalog the same day with a federal remediation deadline of August 14. There is no workaround. Patching to a fixed release is the only fix. We flag it under our operational technology and critical-infrastructure watch for one honest reason, stated plainly below: an ASA or FTD is the appliance a lean plant operator most often puts between the internet and the control network, and when it reloads it stops enforcing and stops logging at the same time.

What CVE-2026-20349 is

The flaw is in the Remote Access SSL VPN service of Cisco Secure Firewall ASA and Cisco Secure Firewall Threat Defense (FTD). It stems from insufficient error checking when the service processes HTTP requests. An attacker with network access to the VPN service can send a crafted HTTP request that the code fails to handle, causing the device to reload unexpectedly. Exploitation requires no authentication and no user interaction, and the CVSS v3.1 base score is 8.6. A device is only exposed if a vulnerable configuration is enabled: Remote Access SSL VPN, and per the advisory certain IKEv2 remote-access client-services configurations, and on FTD the Zero Trust Network Access feature, all of which light up the same SSL listener. A firewall with none of those turned on is not affected by this bug.

8.6
CVSS v3.1, high
Zero
credentials, no user interaction
27.0%
Industrials, top exposed sector (CyCognito)

Cisco says the flaw was found during internal security testing and was also reported to it by researcher Valerio Brussani. What moved it onto today's watch is not the disclosure alone but the confirmation of active exploitation and the KEV listing that followed within hours.

Why this belongs on an OT and critical-infrastructure watch

We want to be precise about scope. Cisco ASA and FTD are IT security appliances, not industrial control systems, and this is not an ICS advisory. We flag it for a specific and, we think, defensible reason: in the reference architectures critical-infrastructure operators actually deploy, an ASA or FTD is very often the edge firewall and VPN concentrator that sits between the public internet and the operational network, terminating the VPN that engineers and contractors use to reach remote sites. That is the doorway a lean plant operator puts in front of a control network, and it is the exact device this flaw reboots.

The exposure data published alongside the advisory makes the sector skew concrete. In CyCognito's analysis of exposed appliances, Industrials are the single most represented sector at 27.0 percent, ahead of Consumer Discretionary at 14.2 percent and Information Technology at 12.7 percent. Manufacturing, logistics, and engineering-and-construction firms run geographically distributed sites, each of which historically justified its own remote-access gateway, which is how so many of these boxes ended up exposed at exactly the operators who can least afford them to fail.

The raw count is large. A Shodan search for the Cisco ASA SSL VPN service returned roughly 19,200 internet-facing instances as of August 12, 2026, concentrated in the United States. Exposed is not the same as exploitable: most of those are patched, and the flaw can also be reached through the IKEv2 remote-access client services and Zero Trust Network Access that share the same listener, so treat the figure as the size of the reachable VPN surface rather than a vulnerable count. What the same data shows plainly is neglect. Thousands of those appliances still negotiate long-deprecated transport security, roughly 10,200 offering TLS 1.0, about 7,700 offering TLS 1.1, and some 1,300 still answering over SSLv3. A box that has not had its TLS configuration touched in a decade is not a box whose owner is watching for a same-day patch deadline.

The uncomfortable pairing

Here is why a denial of service earns more attention than the "just a crash" reading suggests. When the firewall reloads, two things go down together. The perimeter enforcement point goes offline, and the remote access that unstaffed sites depend on goes with it. For the length of a reboot the box is neither guarding the boundary nor providing the path the operator would use to respond. And because the appliance stops logging while it reboots, the device that was keeping the record of what happened is the same device that just went dark. An attacker who can send the request once can send it again, holding the box in a loop.

When the device under attack is also the device keeping the record, you want a witness standing somewhere else.

How the attack works, at a level that is safe to describe

We describe the mechanics only at the conceptual level the vendor advisory has published, and we do not reproduce or provide exploit code. The chain is short and needs no proof-of-concept to understand. First, an attacker scans the internet for services that answer like a Cisco Remote Access SSL VPN portal. Second, they send an HTTP request crafted to reach the vulnerable path, with no login. Third, the service fails to handle the request cleanly and the device reloads. Fourth, the perimeter, the remote access, and the firewall's own logging are down together, and the request can simply be sent again. There is no memory-corruption payload to build and no code execution to chain; the whole effect is the unhandled error and the reload it causes.

What our fleet sees

We run a fleet of honeypots and edge decoys, and this vulnerability sits in our lane by category: it is reached by sending traffic to a web-facing service on an internet-exposed VPN appliance, exactly the reachability our edge decoys emulate. Three patterns in our first-party data speak to the risk around a bug like this. None of them is a CVE-2026-20349 capture, and we are careful not to imply otherwise.

The edge VPN surface is probed constantly. About 8,000 source IPs reached our internet-facing firewall and VPN-gateway decoys, but we do not call all of them attackers. Roughly 2,000 are research or commercial scanners such as Censys, Shadowserver, and Palo Alto Networks' Cortex Xpanse, which we classify and publish separately. After stripping those and a small set of SNMP-only reflection artifacts, roughly 6,000 IPs remain that we attribute to genuine adversarial probing of firewall and VPN surfaces. That is the population and the reachability an unauthenticated VPN-service flaw depends on, and it is the traffic that reliably intensifies once a flaw like this is known to be exploited.

The default credential gets sprayed relentlessly. Of the 17,859 unique username-and-password pairs in our credential feed as of publication, 911 — 5.1 percent — contain admin, with the bare admin/admin pair seen across six separate sensors. Credential spraying is not this CVE's path, which needs no login at all, but it is the constant background against which every exposed edge appliance lives, and it is why "exposed and reachable" so often becomes "reached."

The edge is where the plant-floor path begins. In a pinned pull of our fleet indicator set, a source that had touched one of our SSL-VPN or edge-router decoys was about 2.4 times as likely to go on and reach one of our industrial-protocol decoys as a source picked at random from the fleet. That is the measured version of the argument for why an edge-firewall bug belongs on an OT watch: the edge appliance is not incidental to an intrusion that ends on the plant floor, it is disproportionately where that intrusion starts.

The honest framing We are not reporting confirmed CVE-2026-20349 captures, and we will not imply that we have them. Our decoys present as generic firewall and VPN surfaces rather than a Cisco ASA emulation, so we would not fingerprint-match this specific attack end to end. A decoy also does not patch this flaw and does not stop a reload. What our first-party data corroborates is the surrounding reality: this edge VPN surface is scanned and probed on our sensors as a matter of routine, and the edge is measurably the on-ramp to the operational network behind it. What a decoy adds against a flaw of this shape is early warning and a witness whose record does not depend on the health of the device under attack, because its account of the scanning has already left the building by the time the real firewall reboots.

What to do now

Patching to a fixed release is the only remediation. There are no workarounds.

ASA 9.1689.16.4.50
ASA 9.1889.18.4.50
ASA 9.209.20.4.235
ASA 9.229.22.3.191
ASA 9.239.23.1.211
ASA 9.249.24.1.221

Indicators and references

CVECVE-2026-20349, Cisco Secure Firewall ASA and FTD Remote Access SSL VPN denial of service, CWE-244, CVSS v3.1 8.6, advisory cisco-sa-asaftd-vpn-dos-dzv4mQFF, Cisco bug CSCwv96220
ProductCisco Secure Firewall ASA and Cisco Secure Firewall Threat Defense (FTD) software with Remote Access SSL VPN (or the affected IKEv2 remote-access client-services configurations, or on FTD the Zero Trust Network Access feature) enabled and reachable. Cisco Secure Firewall Management Center is not affected
MechanismInsufficient error checking when the Remote Access SSL VPN service processes HTTP requests. A single crafted, unauthenticated HTTP request causes the device to reload. No credentials, no user interaction, no workaround
ImpactDenial of service. The reload removes perimeter enforcement and the remote-access path at once, and the appliance stops logging while it reboots. The request can be repeated
FixedASA hot-fix trains 89.16.4.50, 89.18.4.50, 9.20.4.235, 9.22.3.191, 9.23.1.211, 9.24.1.221; FTD hot-fix bundles for 7.0, 7.2, 7.4, 7.6, 7.7, 10.0 (per platform). Confirm with the Cisco Software Checker
ExploitationCisco PSIRT became aware of active exploitation in August 2026. CISA added the flaw to the KEV catalog on 2026-08-11 with an FCEB remediation deadline of 2026-08-14. Known ransomware use per KEV: unknown — a statement of what is documented, not an all-clear
MitigationsNo workaround. Patch; restrict Remote Access VPN reachability to known sources; deploy Snort rules 46897 and 59654; patch both HA members; retire unused gateways
ExposureCyCognito platform data: Industrials 27.0 percent of exposed appliances (top sector), Consumer Discretionary 14.2 percent, Information Technology 12.7 percent. Shodan: ~19,200 internet-facing Cisco ASA SSL VPN instances as of 2026-08-12 (reachable surface, not a vulnerable count), skewed to end-of-life TLS — ~10,200 TLS 1.0, ~7,700 TLS 1.1, ~1,300 SSLv3
An honest caveat Our account is drawn from the Cisco security advisory for CVE-2026-20349, the CISA Known Exploited Vulnerabilities catalog entry, the sector-exposure analysis published by CyCognito, and a Shodan query for the exposed ASA SSL VPN surface, corroborated by reporting from BleepingComputer, The Hacker News, and SOC Prime. Three limits are worth restating. First, this is a denial of service, not a remote code execution; we do not dress it up as a takeover, and what earns it attention is who owns these boxes and the fact that the reload takes the log down with the guard. Second, the OT and CI relevance is indirect: ASA and FTD are IT security appliances, and what earns them your attention is where they sit, as the edge between the internet and the operational networks behind them. Third, we have not observed this specific attack in our own fleet, and we do not emulate a Cisco ASA VPN portal; our first-party data speaks to the surrounding reality of edge-VPN scanning, not to this CVE.