What if your network firewall already has a bootkit hiding beneath firmware updates?
On Sept 25, 2025 Cisco disclosed three zero-day flaws being actively exploited by UAT4356 (aka Storm-1849) against ASA 5500‑X and related gear with WebVPN enabled.
This post breaks down the flaws, who’s at risk, how attackers chain unauthenticated bugs to gain firmware persistence, and practical steps you can take now to detect, contain, and patch affected devices.

Immediate Overview of Active Cisco Zero‑Day Flaws

qD89vOSCSsOKXSRlbQebcg

Cisco devices are under attack right now. Three zero‑day flaws got disclosed on September 25, 2025, after Cisco confirmed they’re being actively exploited by UAT4356 (some call them Storm-1849), a state-backed threat crew. We’re talking CVE-2025-20333, CVE-2025-20362, and CVE-2025-20363. They hit ASA 5500-X series firewalls and similar gear running firmware 9.12 and 9.14 when VPN web services are turned on. Two don’t need authentication. Attackers can bypass session checks and trigger heap overflows in WebVPN file-upload code, all over HTTP(S).

Exploitation started back in May 2025. That’s months before anyone said a word publicly. The attack works by chaining an unauthenticated path-normalization bypass with a heap overflow to get remote code execution and root access. Once in, they drop RayInitiator, a bootkit that lives in firmware and survives reboots and upgrades. Then comes LINE VIPER, a modular payload that sets up encrypted command channels through WebVPN and ICMP. This same crew also went after CVE-2026-20045, a CVSS 8.2 critical in Cisco Unified Communications Manager, Webex Calling Dedicated Instance, and Unity Connection. Unauthenticated remote command execution via crafted HTTP requests. Confirmed exploited. CISA put it on the Known Exploited Vulnerabilities list with a federal remediation deadline of February 11, 2026.

Here’s what’s actively being hit:

  • CVE-2025-20333: ASA WebVPN heap overflow, exploited in the wild, needs auth, gets you code exec
  • CVE-2025-20362: ASA WebVPN session bypass, exploited in the wild, no auth, opens execution paths
  • CVE-2025-20363: ASA flaw found during support case, not reported exploited yet, no auth
  • CVE-2026-20045: Unified CM/Unity Connection remote command exec, CVSS 8.2, exploited in the wild, no auth
  • CVE-2025-20393: AsyncOS Secure Email Gateway root command exec, CVSS 10.0, exploited in the wild, disclosed days earlier

If you’ve got internet-facing Cisco ASA, Unified CM, Unity Connection, or Webex Calling boxes, you’re looking at immediate risk of root takeover, credential theft, and firmware-level persistence that won’t go away with normal cleanup. These attackers know what they’re doing. They force reboots during crash dumps and mess with bootloaders, so detection and recovery get a lot harder.

Technical Breakdown of Vulnerability Mechanics

wnCcy8i-QYejUUnNpcRpBw

These flaws all stem from design weaknesses in input validation, session handling, and memory management across Cisco web services and VPN bits. Each one works on its own, but you can chain them to go from no credentials to full device ownership.

Trigger Conditions

CVE-2025-20362 and CVE-2025-20363 don’t need authentication. They target devices with WebVPN or VPN web services enabled and reachable over HTTP or HTTPS. That includes management interfaces sitting on the internet or reachable from compromised nearby networks. CVE-2025-20333 needs authentication, but it can follow initial access from CVE-2025-20362. The vulnerable code lives in ASA firmware 9.12 and 9.14, especially on models without Secure Boot or Trust Anchor protections. A lot of the targeted ASA 5500-X series boxes (5512-X, 5515-X, 5525-X, 5545-X, 5555-X) were near or past End-of-Support. Cited EoS date is September 30, 2025. Plenty of installs never got patched.

CVE-2026-20045 hits Unified Communications Manager, Unity Connection, and Webex Calling Dedicated Instance boxes that expose web management interfaces. Trigger it with a crafted sequence of HTTP requests exploiting bad input validation. No auth needed to get user-level OS access. Works against default configs where web management is on.

Exploitation Flow

Recon starts with automated scanners looking for devices with WebVPN or HTTPS interfaces exposed. GreyNoise saw two big scanning spikes in late August 2025, over 25,000 unique IPs going after Cisco devices. Once they find vulnerable targets, attackers send crafted HTTP requests exploiting CVE-2025-20362 to bypass WebVPN session verification. That bypass opens up internal execution paths normally locked behind auth checks.

Next, they chain CVE-2025-20333, a heap buffer overflow in the WebVPN file-upload handler, to get arbitrary code execution. The overflow happens when the device processes malformed file-upload requests, corrupting heap memory and letting the attacker hijack execution flow. Successful hit gives control within the ASA process, which can then escalate to root.

For CVE-2026-20045, attackers just send a crafted sequence of HTTP requests straight to the Unified CM or Unity Connection web interface. Bad input validation lets them execute arbitrary commands at user level, then escalate to root. Faster and simpler because there’s no auth and no chaining. Single-request attack against a default-enabled service.

After getting execution, they drop payloads. RayInitiator modifies the bootloader (GRUB or ROMMON) to stick around across reboots and firmware upgrades. LINE VIPER, a modular user-mode shellcode loader, sets up encrypted C2 over WebVPN HTTPS or ICMP. The malware intercepts CLI commands, kills logging, exfiltrates config files, and forces reboots during core dump creation to mess up forensics.

Affected Firmware and Platforms

ASA Software Release 9.12 and 9.14 are confirmed vulnerable to CVE-2025-20333, CVE-2025-20362, and CVE-2025-20363 when VPN web services are enabled. Main targets are ASA 5500-X series hardware boxes: 5512-X, 5515-X, 5525-X, 5545-X, and 5555-X. ASAv virtual appliances and Firepower Threat Defense (FTD) devices running affected firmware are also at risk.

CVE-2026-20045 exists in Cisco Unified Communications Manager Release 12.5, 14, and 15, Unified CM Session Management Edition, Unified CM IM & Presence Service, Webex Calling Dedicated Instance, and Unity Connection Release 14 and 15. Cisco gave explicit remediation by branch. Branch 9.17 customers must migrate to fix CVE-2025-20363. Branches 9.17 and 9.19 must migrate for CVE-2025-20362. Branches 7.1 and 7.3 must migrate for all three ASA flaws.

Fixed releases and patch files for Unified CM and Unity Connection: upgrade to 14SU5 or apply patch ciscocm.V14SU4aCSCwr21851remotecodev1.cop.sha512 for Release 14. For Release 15, upgrade to 15SU4 (scheduled March 2026) or apply patch ciscocm.V15SU2CSCwr21851remotecodev1.cop.sha512 or ciscocm.V15SU3CSCwr21851remotecodev1.cop.sha512. Unity Connection boxes need patch ciscocm.cuc.CSCwr29208_C0266-1.cop.sha512 or upgrade to 14SU5 or 15SU4.

Attack Vectors and Real‑World Exploitation Scenarios

61xcSoK2TY-j7w77SmpYxQ

Attackers find vulnerable Cisco gear through massive internet scans targeting WebVPN and HTTPS management interfaces. Recon phase uses automated tools probing public IP ranges for devices responding on standard VPN ports (443, 4433) or known management endpoints. Once they spot a device, they fingerprint firmware versions and service configs by analyzing HTTP headers, login page artifacts, and SSL certificate metadata. The scanning activity in late August 2025 (over 25,000 unique IPs) shows coordinated, distributed recon built to map vulnerable installs before exploits drop. They go after devices with internet-facing WebVPN first because those need no prior network access and give an unauthenticated entry when CVE-2025-20362 or CVE-2025-20363 is present.

After getting initial execution via chained exploits, attackers move fast to plant persistence and expand access. RayInitiator gets flashed into the bootloader, so the implant survives firmware upgrades and factory resets that don’t touch boot-level stuff. They create backdoor accounts, steal device config files (VPN credentials, certificates, routing tables), and use LINE VIPER to load extra modules for network recon, packet capture, and lateral movement prep. The malware intercepts admin CLI commands to hide and kills logging to dodge detection. When admins try forensic analysis, the malware forces reboots during core dump generation, wiping volatile evidence. In espionage campaigns, attackers use the compromised perimeter device as a surveillance point to watch traffic, harvest credentials from VPN sessions, and spot high-value internal targets for follow-on attacks.

Mitigation Steps and Temporary Defensive Measures

SJH7dyamSFy5fa-z5oHrPA

You need to act now to cut exposure while patches roll out and compromised devices get cleaned up. Start by inventorying all Cisco ASA, FTD, Unified CM, Unity Connection, and Webex Calling Dedicated Instance devices. Note firmware versions and whether VPN web services or web management interfaces are enabled and internet-accessible.

  1. Apply vendor patches immediately for all affected devices. For ASA and FTD, install the latest fixed releases per Cisco advisory. For Unified CM and Unity Connection on Release 14, upgrade to 14SU5 or apply patch ciscocm.V14SU4aCSCwr21851remotecodev1.cop.sha512. For Release 15, apply patch ciscocm.V15SU2CSCwr21851remotecodev1.cop.sha512 or ciscocm.V15SU3CSCwr21851remotecodev1.cop.sha512, or wait for 15SU4 in March 2026. For Unity Connection, apply ciscocm.cuc.CSCwr29208_C0266-1.cop.sha512 or upgrade to 14SU5 or 15SU4.

  2. Lock down network access to management interfaces and VPN services using ACLs, VPN-only access, or jump hosts. Block HTTP and HTTPS to web management interfaces from untrusted networks and use strict network segmentation to isolate vulnerable devices from production.

  3. Deploy IDS/IPS signatures targeting weird HTTP request sequences to WebVPN and management interfaces. Enable vendor and third-party detection rules for RayInitiator and LINE VIPER indicators, including bootloader tampering and unexpected user-mode shellcode execution.

  4. If you suspect compromise, disconnect the device from the network right away but don’t power it off. Preserve memory and disk images for forensics. Report the incident to CISA per Emergency Directive ED 25-03 if the device serves federal infrastructure.

  5. After upgrading to a fixed release, replace all configs, rotate all local passwords, regenerate certificates and crypto keys, and factory reset the device. Reconfigure from scratch with new credentials because boot-level persistence means simple reboots and upgrades might not kill the compromise.

  6. Scan your external attack surface to find publicly reachable instances of affected appliances and patch those first. Monitor WebVPN, HTTPS, and ICMP traffic for weird sessions or patterns matching modular loader C2 behavior.

Highest urgency is for devices with internet-facing VPN or management interfaces. Federal agencies must remediate CVE-2026-20045 by February 11, 2026, per CISA KEV catalog requirement. For covered ASA models, Cisco required applying the latest updates by 11:59 PM EDT on September 26, 2025, and applying later updates within 48 hours of release. Any delay gives attackers more time to plant firmware-level persistence that standard cleanup can’t touch.

Official Cisco Advisory Status and Patch Timeline

AzUYvUt_QHO2zAllxzEPrw

Cisco published security advisories and a detailed FAQ on September 25, 2025, confirming active exploitation of CVE-2025-20333, CVE-2025-20362, and CVE-2025-20363. The advisories got updated the same day to add a reference to a national cybersecurity center malware analysis report linking RayInitiator and LINE VIPER samples to the campaign. A third CVE got added during Cisco’s internal investigation, which kicked off after an anonymous external researcher reported the flaw. Cisco PSIRT keeps updating guidance as forensics turn up more indicators and as new firmware releases get validated.

Patches are available now for ASA, ASAv, and FTD devices. For Unified Communications Manager and Unity Connection, patches are available for Release 14, and Release 15 patches are available now for SU2 and SU3, with 15SU4 scheduled for March 2026. Cisco gave explicit branch-specific remediation instructions and published patch file checksums for validation. Customers on branches 7.1, 7.3, 9.17, and 9.19 must migrate to fixed releases because inline patches aren’t available for all branch combos. Expected timelines for more firmware rebuilds and hotfixes weren’t specified, but Cisco’s update cadence requirement says you must apply later releases within 48 hours of publication for covered models.

Final Words

Active exploitation is happening: multiple high-severity (CVSS 8.0–10.0) flaws in IOS XE, ASA, and Catalyst firmware are confirmed and some entries remain unpatched.

The article broke down how these bugs work, from web UI and malformed-packet triggers to privilege escalation and remote code execution, and showed typical attacker steps like scanning, initial access, lateral movement, and credential harvesting.

Treat the cisco zero day vulnerability reports as urgent: apply temporary mitigations, lock down management access, enable IPS signatures, and follow Cisco PSIRT guidance. Acting quickly reduces risk and restores control.

FAQ

Q: What are the current active Cisco zero-day vulnerabilities?

A: The current active Cisco zero‑day vulnerabilities are multiple high‑severity flaws (CVSS 8.0–10.0) affecting IOS XE, ASA, and Catalyst families, with confirmed exploitation reports and some entries remaining unpatched per PSIRT.

Q: Which Cisco products and components are affected?

A: The Cisco products affected include IOS XE, ASA, and Cisco Catalyst platforms, plus specific firmware branches and web‑UI modules; internet‑facing management interfaces increase exposure.

Q: How are these Cisco zero‑days being exploited?

A: These zero‑days are exploited via remote‑code execution using web UI flaws, malformed packet handling, authentication bypasses, and privilege‑escalation chains when management services are reachable.

Q: What conditions expose devices to these vulnerabilities?

A: The exposure conditions are public or default management interfaces, enabled services with weak access controls, devices reachable from the internet, and missing IPS protections or filters.

Q: How can I detect if a device was exploited?

A: To detect exploitation, look for Cisco‑confirmed forensic indicators, unexpected configuration changes, new privileged accounts, anomalous traffic to management ports, and IPS/IDS alerts matching exploit patterns.

Q: What immediate mitigations should I apply?

A: Immediate mitigations include restricting management access to trusted networks, disabling impacted services, applying IPS signatures, isolating internet‑facing devices, rotating credentials, and increasing logging and monitoring.

Q: Are official patches available and what is Cisco saying?

A: Patch availability varies; Cisco PSIRT has published advisories and interim guidance, with some fixes pending—track PSIRT notices, apply recommended workarounds, and plan urgent patching when releases arrive.

Q: What should enterprises prioritize right now?

A: Enterprises should prioritize internet‑facing systems, enforce network segmentation, update IPS rules, schedule emergency patches, prepare incident response, and review access logs for signs of exploitation.

TECH CONTENT

Latest article

More article