MEDIUM 4.8

CVE-2026-13374: WatchGuard Fireware ConnectWise XSS Vulnerability – CVSS 4.8 Medium Severity

WatchGuard's Fireware operating system contains a stored cross-site scripting (XSS) vulnerability in the ConnectWise Technology Integration module. An attacker with high-level administrative privileges can inject malicious scripts that persist in the system and execute in the browsers of other users who view affected pages. This is a secondary attack path related to the previously disclosed CVE-2025-13937. The vulnerability requires user interaction to trigger and affects the confidentiality and integrity of data visible to victims, but does not impact system availability.

Source data · NVD / CISA · public domain

CVSS
3.1 · 4.8 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Weaknesses (CWE)
CWE-79
Affected products
39 configuration(s)
Published / Modified
2026-07-03 / 2026-08-10

NVD description (verbatim)

Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in WatchGuard Fireware OS (ConnectWise Technology Integration module) allows Stored XSS. This vulnerability is an additional unmitigated attack path for CVE-2025-13937.

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-13374 is a CWE-79 improper input neutralization flaw allowing stored XSS in WatchGuard Fireware's ConnectWise Technology Integration module. The vulnerability has a CVSS v3.1 score of 4.8 (Medium severity) with vector CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N. Exploitation requires network access, high privileges, and user interaction; the impact crosses trust boundaries, compromising confidentiality and integrity. This represents an unmitigated attack vector for CVE-2025-13937, suggesting earlier remediation efforts may have been incomplete.

Business impact

Organizations relying on WatchGuard firewalls for network perimeter security face potential data exfiltration and account compromise through persistent malicious scripts injected by privileged insiders or accounts compromised post-authentication. Since the attack requires high-level administrative credentials and user interaction, the risk is elevated in environments with weak administrative access controls, shared admin accounts, or inadequate monitoring of privileged user activity. Affected organizations should assess their administrative access model and audit who holds ConnectWise integration configuration rights.

Affected systems

All WatchGuard Fireware-based products are affected, spanning the Firebox M-series (M270, M290, M295, M370, M390, M395, M440, M470, M495, M4600, M4800, M5600, M5800, M570, M590, M670, M690, M695, NV5), Firebox T-series (T15, T20, T25, T35, T40, T45, T55, T70, T80, T85, T115-W, T125, T125-W, T145, T145-W, T185), and cloud variants (FireboxCloud, FireboxV). Organizations using any of these appliances with the ConnectWise Technology Integration module enabled should prioritize assessment.

Exploitability

Exploitation is constrained by three factors: attacker must possess high-level administrative credentials, low attack complexity suggests straightforward injection once authenticated, and victim interaction is required for script execution. The network-accessible vector (no VPN or internal-only requirement stated) and low complexity indicate that a compromised or malicious admin account presents a realistic threat scenario. However, the requirement for both admin privileges and user interaction significantly limits widespread attack surface compared to unauthenticated XSS flaws. This threat model aligns with insider threats and advanced persistent threat actors who maintain administrative footholds.

Remediation

Verify and apply the latest WatchGuard Fireware patch against the official vendor advisory; patch version numbers must be confirmed directly with WatchGuard. As an interim control, restrict administrative access to the ConnectWise Technology Integration module to a minimal set of trusted administrators with strong authentication (MFA). Audit administrative activity logs for injection attempts. Consider temporarily disabling the ConnectWise integration if operationally feasible pending patching. Assess whether CVE-2025-13937 mitigations are present and remain effective, as this vulnerability represents a bypass.

Patch guidance

Contact WatchGuard support or review the official security advisory to identify the specific Fireware patch version addressing CVE-2026-13374. Apply patches according to WatchGuard's change management process, typically via the Fireware management interface. Verify patch application by confirming the updated version number in system settings and by confirming resolution status in any vulnerability scanning tools. Given this is a secondary attack vector for CVE-2025-13937, ensure prior patches for that CVE remain in place and confirm both are fully resolved.

Detection guidance

Monitor web server or firewall management interface logs for unusual form submissions or script-like input directed at ConnectWise integration endpoints. Search for HTML/JavaScript patterns in stored configuration or integration data. If intrusion detection is available, flag requests containing script tags or event handlers (onload, onerror, onclick) submitted to admin-only pages. Review browser security logs on administrator workstations for unexpected script execution or DOM modifications on WatchGuard management consoles. Log retention and forensic analysis of the ConnectWise integration database may reveal injected payloads.

Why prioritize this

Although CVSS scoring is medium (4.8), this vulnerability merits prioritization due to its location in a network-accessible management interface, its persistence (stored nature increases impact duration), and its relationship to a prior unmitigated CVE. The combination of high-privilege requirement with cross-site trust boundary violation suggests targeted attacks by insiders or post-compromise lateral movement. Organizations with high-consequence business processes dependent on firewall integrity should patch before lower-severity issues.

Risk score, explained

The CVSS 4.8 reflects constrained exploitability (high privilege requirement, user interaction required) but non-trivial impact (confidentiality and integrity across trust boundaries). In environments with weak privileged access governance, the practical risk may exceed the base score. The unmitigated attack path aspect and network accessibility elevate risk perception beyond a typical stored XSS affecting a backend-only system. Organizations with mature admin access controls and activity monitoring should treat this as standard medium-severity; those with shared admin accounts or limited MFA adoption should consider temporary mitigations.

Frequently asked questions

How is this different from CVE-2025-13937?

CVE-2026-13374 represents an additional attack vector (secondary exploit path) not covered by the original CVE-2025-13937 fix. While the earlier CVE may have been partially mitigated, this vulnerability demonstrates that the ConnectWise integration module still contains input validation gaps. Both CVEs should be addressed to fully close the attack surface.

Do I need high-level admin access to exploit this?

Yes. The vulnerability requires high-level administrative privileges (PR:H in the CVSS vector), meaning the attacker must already have authenticated with elevated rights to the firewall management interface. This limits the threat model to insider threats, compromised admin accounts, or attackers who have already breached perimeter defenses and obtained admin credentials.

Can this vulnerability be exploited without user interaction?

No. The vulnerability requires user interaction (UI:R in the CVSS vector), meaning a victim administrator must visit the affected page or perform an action that triggers the stored script. The attacker cannot silently compromise all users; they must wait for an admin to view the injected content.

Are WatchGuard cloud and on-premises appliances both affected?

Yes. The vulnerability affects both on-premises Firebox models (M-series and T-series) and cloud variants (FireboxCloud and FireboxV). All products running the vulnerable Fireware OS with ConnectWise Technology Integration enabled should be assessed and patched.

This analysis is based on publicly available vulnerability data and WatchGuard vendor disclosures as of the publication date. Specific patch version numbers, detailed remediation steps, and KEV status must be verified directly against WatchGuard's official security advisory and CISA's Known Exploited Vulnerabilities catalog. This document does not constitute professional security advice; organizations should engage qualified security personnel to assess risk within their environment and determine patch timelines. No proof-of-concept code, exploitation techniques, or weaponized steps are provided herein. SEC.co and its authors make no warranty regarding the completeness or accuracy of mitigations described; patch testing in a non-production environment before deployment is mandatory. Source: NVD (public-domain), retrieved 2026-08-11. Analysis generated by SEC.co (claude-haiku-4-5).