WatchGuard Firebox CVE-2025-14733: Ransomware Gangs Actively Exploiting 9,000 Unpatched Devices

Proactive Security for the AI Era
NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.
A ransomware gang is actively exploiting CVE-2025-14733, a CVSS 9.8 pre-authentication remote code execution vulnerability in WatchGuard Firebox appliances, targeting the 9,000 devices that remain unpatched nine months after WatchGuard released the fix. CISA added CVE-2025-14733 to the Known Exploited Vulnerabilities catalog on September 10, 2026, confirming active ransomware exploitation in the wild.
CVE-2025-14733 is an out-of-bounds write vulnerability in the IKEv2 packet processing engine of Fireware OS. An unauthenticated attacker sends a crafted IKEv2 negotiation packet to UDP port 500 or 4500, the standard ports for IPsec key exchange. The packet contains malformed length fields that cause the IKEv2 engine to write beyond the bounds of an allocated heap buffer, overwriting adjacent memory and redirecting execution into attacker-controlled shellcode. No credentials, user interaction, or prior reconnaissance are required. IKEv2 must be enabled, and it is enabled by default on many Firebox configurations for mobile VPN access.
WatchGuard disclosed CVE-2025-14733 alongside the related CVE-2025-9242 and published patched firmware in December 2025. At disclosure, approximately 115,000 Firebox devices remained unpatched. Nine months later, roughly 9,000 still run the vulnerable firmware, representing a concentrated set of high-value targets: perimeter VPN appliances protecting SMB and mid-market organizations whose internal networks are one successful exploit away from ransomware deployment.
Any organization running Fireware OS 11.x through 12.x or 2025.1 through 2025.1.3 with an internet-facing Firebox should act today. Apply the patch from the WatchGuard PSIRT advisory. If patching cannot happen before the next maintenance window, disable IKEv2 and block inbound UDP 500 and 4500 at the upstream router immediately.
How Does CVE-2025-14733 Work?
CVE-2025-14733 is a CWE-787 (out-of-bounds write) vulnerability in the IKEv2 implementation within Fireware OS on WatchGuard Firebox appliances. IKEv2 is the protocol used to negotiate IPsec security associations for VPN tunnels, operating on UDP port 500 for initial exchanges and UDP port 4500 when NAT traversal is in use. The Firebox processes IKEv2 exchanges as part of its mobile VPN functionality, which is enabled by default on many configurations.
The vulnerability is triggered during the initial IKEv2_SA_INIT exchange, the first step in a VPN negotiation. The Firebox receives an IKEv2 packet containing one or more payload attributes with malformed length values. The IKEv2 processing engine allocates a heap buffer based on the stated payload length, then copies data beyond that length into adjacent memory. The attacker controls the content of the overwritten region, enabling a write-what-where primitive that is sufficient to overwrite a function pointer and redirect execution into a shellcode payload embedded in the packet. Because the vulnerable code path executes before any credential or certificate validation occurs, the entire exploit succeeds without authentication.
The companion vulnerability CVE-2025-9242 used a structurally similar attack path in the same IKEv2 stack and was patched in September 2025. Organizations that applied that patch but skipped the December 2025 update for CVE-2025-14733 remain vulnerable. WatchGuard's December 2025 fix validates payload length fields against the actual remaining packet length before any heap allocation, blocking the overflow at its source.
For organizations that cannot patch immediately, disabling IKEv2 VPN in the Firebox configuration removes the attack surface entirely. Confirm the listener is inactive by verifying no process binds to UDP 500 or 4500 after the configuration change. Block those ports at the upstream router as a defense-in-depth control.
Active Ransomware Campaign: Scope and Targeting
CISA's September 10, 2026 KEV addition confirms that an unnamed ransomware operator is actively exploiting CVE-2025-14733 in the wild. The campaign targets Firebox appliances that remain on Fireware OS versions released before December 2025, a population that shrunk from 115,000 at the time of the original advisory to approximately 9,000 today.
The 9,000 remaining unpatched devices are not randomly distributed. WatchGuard Firebox appliances are prevalent in SMB and mid-market environments where dedicated security operations teams are less common and firmware update cycles are longer. Ransomware groups with access to a validated exploit for this vulnerability face a concentrated set of targets where they can expect post-exploitation success at scale: organizations with valuable data, less mature incident response capability, and a high likelihood of paying to recover operations.
IKEv2-based ransomware entry is particularly effective because the exploit lands code execution on the network perimeter appliance itself, not on a workstation or server behind it. From the Firebox, the attacker has a trusted vantage point inside the network perimeter with full visibility into internal traffic, stored VPN credentials, and routing tables. The path from initial Firebox compromise to ransomware deployment on internal servers typically requires no additional public exploits and leaves fewer endpoint detection artifacts than an approach that traverses the perimeter through stolen credentials.
WatchGuard has published indicators of compromise and forensic guidance in the advisory at psirt.watchguard.com/CVE-2025-14733/. Organizations in finance, healthcare, and manufacturing, sectors historically targeted by the ransomware operators associated with perimeter appliance exploitation, should treat this as an active threat requiring immediate action rather than a scheduled patch cycle item.
See also: the FortiGate CVE-2025-25249 PivotC2 campaign from September 11 for a parallel ransomware-linked perimeter appliance exploitation pattern.
Briefings like this, every morning before 9am.
Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.
Post-Exploitation: What Attackers Do After Firebox Compromise
A successful CVE-2025-14733 exploit gives the attacker code execution on the Firebox appliance itself, running as the same privileged process that manages VPN sessions. From this position, ransomware operators follow a consistent playbook against perimeter appliances.
First, the attacker extracts stored credentials from the Firebox. Fireware OS stores VPN pre-shared keys, administrator account hashes, and Active Directory integration credentials on the appliance. Harvesting these credentials gives the attacker legitimate accounts they can use to authenticate to internal systems without triggering any alerts associated with brute-force activity.
Second, the attacker uses the Firebox as a pivot point. Traffic routing from the Firebox management interface appears trusted to internal network monitoring tools. The attacker can establish tunnels through the compromised appliance into the internal network, reaching domain controllers, file servers, and backup systems. In environments where the Firebox performs SSL inspection, the attacker may also intercept decrypted traffic flowing through the appliance.
Third, the attacker conducts internal reconnaissance. The Firebox has network-level visibility into all subnets it routes, making it effective for scanning internal IP ranges and identifying high-value targets such as domain controllers, Exchange servers, and NAS storage.
Fourth, the attacker deploys ransomware. With valid credentials, internal network access, and a full map of internal targets, the path to ransomware deployment requires no additional exploitation. The attacker can use legitimate administrative tools such as PsExec, WinRM, or Group Policy to deploy the ransomware payload across the internal network from behind the firewall perimeter.
Rotate all credentials stored in or accessible through the Firebox before treating a compromised device as clean, including VPN pre-shared keys, administrator passwords, and any Active Directory service accounts configured for Firebox authentication.
Why 9,000 Devices Are Still Unpatched
CVE-2025-14733 has been patchable since December 2025. The 9,000 devices still running vulnerable firmware nine months later reflect a well-documented pattern in SMB and mid-market firewall maintenance.
Network appliances require scheduled maintenance windows for firmware updates. Unlike server operating system patches that can often be applied with brief service interruptions, firewall firmware updates take the primary perimeter security control offline. Organizations with limited IT staff or no dedicated security team often defer appliance firmware updates until they can arrange coverage, which can mean months of delay.
WatchGuard Firebox appliances are common in managed service provider environments where the MSP is responsible for firmware maintenance across a large client portfolio. A single unpatched firmware template applied to many clients can result in widespread exposure when a critical vulnerability is confirmed exploited.
The companion vulnerability CVE-2025-9242, patched in September 2025, provides context for the patch adoption rate. At the time CVE-2025-14733 was disclosed in December 2025, organizations that had already patched for CVE-2025-9242 would have been protected. The remaining 115,000 unpatched devices at December 2025 disclosure represent organizations that had not applied either the September or December 2025 updates, indicating a pattern of extended firmware lag rather than a targeted decision not to patch.
MSPs and IT administrators managing WatchGuard Firebox estates should audit firmware versions across all managed appliances and prioritize any device running Fireware OS below the December 2025 patched release.
See also: our coverage of the N-able N-central CVE-2026-86218 MSP supply chain risk for the broader pattern of MSP-managed infrastructure vulnerability.
Sigma Detection Rules for WatchGuard Firebox CVE-2025-14733
The following rules detect anomalous IKEv2 traffic patterns consistent with CVE-2025-14733 exploitation attempts and post-compromise outbound behavior from a compromised Firebox. Deploy in log-and-alert mode first and validate against your baseline IKEv2 VPN traffic before setting to block. Both rules carry experimental status.
Rule 1: Anomalous IKEv2 Negotiation from External Sources Detects inbound IKEv2 ISAKMP packets from non-VPN-peer external IP addresses with oversized or malformed payloads. Requires Zeek network logs or equivalent IKEv2 session logging.
Rule 2: Unexpected Outbound Connection from Firebox Management IP Detects outbound connections from the Firebox management interface IP to external destinations not associated with WatchGuard cloud services. Requires NetFlow or syslog from the Firebox.
Subscribe to unlock Indicators of Compromise
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Subscribe to unlock Sigma Detection Rules
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Subscribe to unlock Sigma Hunt Queries
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Subscribe to unlock WAF Detection Rules
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Immediate Defensive Steps
Apply the patch or the interim disablement control now. WatchGuard has confirmed no workaround eliminates the vulnerability other than the December 2025 firmware update or disabling IKEv2.
Subscribe to unlock Remediation & Mitigation steps
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
The bottom line
WatchGuard Firebox CVE-2025-14733 is a nine-month-old pre-auth IKEv2 RCE that ransomware gangs are now actively exploiting against the 9,000 devices that still run vulnerable firmware. CISA confirmed exploitation in the wild on September 10. A compromised Firebox is not just a device loss, it is a full pivot point into everything behind the perimeter. Patch to the December 2025 firmware release now. If the patch window is not available today, disable IKEv2 and block UDP 500 and 4500 at the upstream boundary. Rotate all VPN credentials and administrator passwords on any Firebox that was internet-facing before patching, as a credential harvest cannot be ruled out without forensic review.
This analysis is generic. create a free account to score threats like this against your own stack.
Frequently asked questions
What is CVE-2025-14733 in WatchGuard Firebox?
CVE-2025-14733 is a CVSS 9.8 out-of-bounds write vulnerability in the IKEv2 packet processing engine of WatchGuard Firebox appliances running Fireware OS. The vulnerability exists in how the Firebox handles IKEv2 (Internet Key Exchange version 2) negotiation packets on UDP port 500 or 4500. An attacker sends a specially crafted IKEv2 payload with malformed length fields that cause the processing engine to write data beyond the bounds of an allocated heap buffer, corrupting adjacent memory and enabling remote code execution. No credentials or user interaction are required. WatchGuard disclosed and patched the vulnerability in December 2025 via security advisory at psirt.watchguard.com/CVE-2025-14733/.
Is CVE-2025-14733 being actively exploited right now?
Yes. CISA confirmed active ransomware group exploitation of CVE-2025-14733 and added it to the Known Exploited Vulnerabilities catalog on September 10, 2026. The ransomware operators are targeting the approximately 9,000 WatchGuard Firebox devices that remain unpatched nine months after WatchGuard released the fix. CISA's KEV addition means active exploitation is confirmed in the wild. Any organization with an internet-facing Firebox running Fireware OS 11.x, 12.x, or 2025.1 through 2025.1.3 with IKEv2 enabled should treat this as a critical incident requiring immediate action.
Which WatchGuard Firebox versions are affected?
CVE-2025-14733 affects Fireware OS version 11.x and later (up to and including 11.12.4_Update1), version 12.x and later (up to and including 12.11.5), and version 2025.1 through 2025.1.3. All Firebox hardware models running these firmware versions are vulnerable if IKEv2 VPN is enabled. The companion vulnerability CVE-2025-9242, which uses a similar IKEv2 attack path and was patched in September 2025, affected an overlapping range of versions. Organizations should confirm their patched firmware version matches WatchGuard's advisory at psirt.watchguard.com/CVE-2025-14733/ for their specific hardware model.
Do I need IKEv2 enabled for CVE-2025-14733 to affect me?
Yes. CVE-2025-14733 requires that IKEv2 VPN is enabled and the Firebox is internet-facing on UDP port 500 or 4500. IKEv2 is enabled by default on many WatchGuard Firebox configurations for mobile VPN connectivity. If your organization does not use IKEv2 VPN, disabling the IKEv2 service is an effective interim mitigation that eliminates the attack surface entirely. Check the Firebox web UI under VPN settings to confirm whether IKEv2 is active. Even if IKEv2 is disabled, applying the December 2025 patch remains mandatory to prevent re-enabling the vulnerability through configuration changes.
How do I patch CVE-2025-14733 on WatchGuard Firebox?
Navigate to the WatchGuard PSIRT advisory at psirt.watchguard.com/CVE-2025-14733/ and download the patched firmware for your Fireware OS branch and hardware model. Apply the update through the Firebox System Manager or the Firebox web UI under System then Firmware Update. A reboot is required to complete the patch. If a maintenance window is not immediately available, disable IKEv2 VPN as an interim measure and block inbound UDP 500 and 4500 at the upstream router until the patch is applied. Verify the installed firmware version post-update to confirm the patch was applied correctly.
How can I detect if my WatchGuard Firebox has been compromised?
Review Firebox logs for IKEv2 negotiation attempts from external IP addresses that fail repeatedly or generate parsing errors, which may indicate exploitation attempts. Check for unexpected outbound connections from the Firebox management IP to external destinations not associated with WatchGuard cloud services. Monitor for any new administrator accounts, configuration changes, or unexpected scheduled tasks on the Firebox. Review VPN session logs for sessions established without corresponding legitimate user authentication events. If you suspect active compromise, treat the Firebox as fully untrusted: rotate all stored VPN credentials, administrator passwords, and any secrets the device could have accessed before reloading firmware.
What ransomware group is exploiting CVE-2025-14733?
CISA confirmed ransomware group exploitation of CVE-2025-14733 in its September 10, 2026 KEV addition, but has not publicly named the specific ransomware operator as of this writing. WatchGuard's advisory at psirt.watchguard.com/CVE-2025-14733/ includes indicators of compromise and detection guidance that organizations can use regardless of the group identity. The attack pattern is consistent with ransomware gangs that use initial access brokers and exploit unpatched perimeter appliances as their preferred entry vector for deploying ransomware payloads on internal networks.
Is CVE-2025-14733 related to CVE-2025-9242?
Yes. CVE-2025-9242 is a companion IKEv2 vulnerability in WatchGuard Firebox that was disclosed and patched in September 2025, three months before CVE-2025-14733. Both vulnerabilities involve malformed IKEv2 packet processing in the Firebox VPN stack and both lead to remote code execution without authentication. Organizations that applied the September 2025 patch for CVE-2025-9242 but did not apply the December 2025 patch for CVE-2025-14733 remain vulnerable to the current ransomware campaign. Verify that your Firebox firmware version addresses both CVEs using the WatchGuard PSIRT advisory.
Sources & references
Free resources
Critical CVE Reference Card 2025–2026
25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.
Ransomware Incident Response Playbook
Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.
Get threat intel before your inbox does.
50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.
Unsubscribe anytime. We never sell your data.

Founder & Cybersecurity Evangelist, Decryption Digest
Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.
