← Back to Feed CACHED · 2026-08-29 13:10:42 · CACHE_KEY CVE-2026-66145
CVE-2026-66145 · CWE-94 · Disclosed 2026-08-11

An unauthenticated remote code execution vulnerability was identified in GMS 9.5.1

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

Someone left the master key to every firewall under a doormat — but the doormat is inside the server room

CVE-2026-66145 is an unauthenticated remote code execution vulnerability in SonicWall Global Management System (GMS) version 9.5.1 (Build 9510.1044) and earlier. The flaw exploits a classic Zip Slip path traversal during archive extraction: an attacker sends a specially crafted archive to a GMS endpoint, and the server extracts files with ../ sequences in their names without validation. This allows arbitrary file writes outside the intended directory — overwriting executables, dropping webshells, or planting cron jobs — ultimately achieving code execution as the GMS service account. The bug also enables reading sensitive data from the server, including firewall credentials and configuration data managed by GMS. Both the Virtual Appliance and Windows editions are affected. The fix is GMS 9.5.2.

SonicWall's CRITICAL 9.1 rating is technically defensible given the unauth/no-interaction/network-accessible vector. However, it overstates the real-world risk for most shops. GMS was retired in October 2025 and reaches end-of-support in September 2026 — the installed base is actively shrinking as customers migrate to NSM. GMS servers should live on isolated management VLANs, not the internet. No public PoC exists, EPSS sits at the 0.557% mark, and SonicWall confirms zero in-the-wild exploitation. The severity is real — this thing manages your firewalls — but the practical exposure window is narrower than a vanilla 9.1 suggests. We downgrade to HIGH 8.0.

"Unauth zipslip RCE on a firewall management server is serious, but EOL status and internal-only exposure narrow the real risk."
02 · The Attack Path

4 steps from start to impact.

STEP 01

Reach the GMS web interface

The attacker must have network-level access to the GMS management interface, typically served on HTTPS port 443 or a custom port. GMS is an on-premises management console and is not designed to be internet-facing, so in most deployments this requires the attacker to already have internal network access or to compromise a host on the management VLAN.
Conditions required:
  • Network reachability to the GMS management interface
Where this breaks in practice:
  • GMS should sit on a dedicated management VLAN with restricted ACLs
  • Internet exposure of GMS is rare — no significant Shodan/Censys footprint for GMS specifically
  • Product is EOL; many orgs have already migrated to NSM
Detection/coverage: Network segmentation monitoring; firewall logs showing unexpected connections to the GMS management port from non-admin subnets
STEP 02

Send a malicious archive via the vulnerable endpoint

The attacker crafts a ZIP/archive containing entries with directory traversal sequences (e.g., ../../webapps/ROOT/shell.jsp). This archive is submitted to the unauthenticated GMS endpoint that processes uploaded archives without validating contained file paths. No credentials, session tokens, or user interaction are required — it is a single HTTP request.
Conditions required:
  • Knowledge of the vulnerable endpoint (discoverable via the GMS web interface)
  • Ability to send HTTP POST requests with file upload
Where this breaks in practice:
  • No public PoC or exploit code has been published as of 2026-08-29
  • The specific endpoint and archive format must be reverse-engineered from the patch diff or binary
Detection/coverage: WAF rules detecting path traversal sequences in uploaded file content; IDS signatures for zipslip patterns in HTTP file uploads
STEP 03

Arbitrary file write via Zip Slip extraction

The GMS server extracts the archive without sanitizing entry paths. Files are written to attacker-controlled locations on the filesystem. On a Linux virtual appliance, targets include webshell deployment to the Tomcat webapps directory, cron jobs, or SSH authorized_keys. On Windows, targets include the web root, scheduled tasks, or startup folders. The write occurs with the privileges of the GMS service account.
Conditions required:
  • GMS service account has write permissions to the target directory (typically yes — it runs as root or SYSTEM)
Where this breaks in practice:
  • Application-layer allowlisting or mandatory access control (SELinux, AppArmor) could block writes outside expected paths, though this is uncommon on appliance deployments
Detection/coverage: File integrity monitoring (FIM) on GMS web root and system directories; anomalous file creation alerts
STEP 04

Code execution and lateral movement to managed firewalls

With a webshell or cron-based reverse shell, the attacker has code execution as the GMS service user. GMS stores credentials and API keys for all managed SonicWall appliances. The attacker can exfiltrate firewall configurations, push malicious firewall rules, disable security policies, or pivot to managed devices. This is the blast-radius multiplier: one compromised GMS instance can cascade to every SonicWall appliance in the fleet.
Conditions required:
  • GMS instance actively manages SonicWall firewalls (the entire purpose of the product)
Where this breaks in practice:
  • Orgs that have already migrated to NSM may have a dormant GMS with no active firewall connections
  • Credential rotation after GMS decommission would limit stored-credential value
Detection/coverage: SIEM alerting on GMS admin actions outside change windows; anomalous API calls from GMS to managed firewalls; firewall configuration change audit logs
03 · Intelligence Metadata

The supporting signals.

In-the-Wild ExploitationNone reported. SonicWall states no evidence of exploitation. Not listed on CISA KEV.
Proof-of-ConceptNo public PoC found as of 2026-08-29. No named repos, no researcher demos. Exploitation requires reverse-engineering the vulnerable endpoint from the 9.5.1→9.5.2 patch delta.
EPSS Score0.00557 — low probability of exploitation in the next 30 days, placing it roughly in the bottom quartile of scored CVEs.
KEV StatusNot listed. No CISA KEV entry as of 2026-08-29.
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N — Network-accessible, low complexity, no privileges, no user interaction. Scope unchanged. High confidentiality and integrity impact, no availability impact.
Affected VersionsSonicWall GMS ≤ 9.5.1 (Build 9510.1044), both Virtual Appliance and Windows editions.
Fixed VersionSonicWall GMS 9.5.2. Note: GMS was retired October 2025; end-of-support is September 30, 2026. This may be one of the last patches ever issued for GMS.
Scanning/Exposure DataNo significant internet-facing GMS footprint found on Shodan or Censys. GMS is an internal management console. SonicWall firewalls themselves have ~430K internet-exposed instances, but the GMS management server behind them is a different story.
Disclosure Date2026-08-11. SonicWall advisory and patch released simultaneously.
ReportingNot publicly attributed to a named researcher. Disclosed via SonicWall's coordinated vulnerability process.
04 · The Call

noisgate verdict.

Final Verdict
DOWNGRADED to HIGH (8.0/10)

The single most decisive factor is the deployment-role blast radius: GMS is a centralized management server for SonicWall firewalls, and compromise cascades to every managed appliance — this floors the verdict at HIGH despite significant friction. The downgrade from CRITICAL is driven by the product's EOL status (retired October 2025, shrinking installed base), lack of internet exposure, zero public PoCs, and no in-the-wild exploitation evidence.

HIGH Vulnerability existence and unauthenticated attack vector
MEDIUM Exploitability assessment (no public PoC to validate)
HIGH Blast radius via managed firewall fleet

Why this verdict

  • Unauth + no interaction = high weaponization ceiling. The CVSS vector is textbook worst-case for access requirements: no credentials, no clicks, just network reachability. If a PoC drops, exploitation will be trivially scriptable.
  • Role multiplier: GMS is a network-edge-appliance management server. Every GMS instance by definition manages SonicWall firewalls — the network perimeter. Compromise of GMS yields stored credentials, configuration push capability, and policy control over the entire managed firewall fleet. This is fleet-scale network compromise from a single pivot. The floor is HIGH.
  • EOL product with shrinking install base. GMS was retired in October 2025 and loses all support September 2026. Orgs should already be migrating to NSM. The population of actively-managed GMS instances is declining month over month, which narrows the real-world target surface.
  • No PoC, no exploitation, low EPSS. As of 18 days post-disclosure, no public exploit exists, SonicWall confirms zero wild exploitation, and EPSS is 0.557%. This is meaningful friction against near-term weaponization.
  • Internal-only deployment norm. GMS management interfaces should live on isolated management VLANs. Unlike SonicWall firewalls themselves (430K+ internet-facing), GMS has negligible internet exposure per Shodan/Censys. An attacker needs prior internal access to reach it.

Why not higher?

CRITICAL would require either active exploitation, a public PoC ready for mass scanning, or internet-facing exposure. None of these conditions exist. The product is EOL with a shrinking installed base, and reaching the vulnerable interface requires internal network access — meaning the attacker is already past the perimeter. The blast radius is serious but gated behind a non-trivial prerequisite.

Why not lower?

MEDIUM or LOW would ignore the devastating blast radius of compromising a firewall management server. Even with all the friction, a single successful exploit hands the attacker the keys to every managed SonicWall appliance — firewall rules, VPN configs, credentials. The role multiplier floors this at HIGH regardless of the access friction. Additionally, the zipslip technique is well-understood and reliable once the endpoint is identified.

05 · Compensating Control

What to do — in priority order.

  1. Isolate GMS to a dedicated management VLAN with strict ACLs — Restrict inbound access to the GMS management interface to only authorized admin workstations by IP. This is the single most effective control — it eliminates the network reachability prerequisite. Deploy within 30 days per the noisgate mitigation SLA for HIGH severity.
  2. Accelerate migration to NSM — GMS is EOL. The permanent fix is decommissioning it entirely and migrating to SonicWall Network Security Manager (NSM) SaaS or On-Prem. This eliminates the vulnerability surface permanently. Prioritize migration planning immediately.
  3. Apply GMS 9.5.2 patch on all remaining GMS instances — This is the vendor's final-generation patch. Apply within the 30-day noisgate mitigation SLA. Test in staging first — given the EOL status, rollback options are limited.
  4. Rotate all credentials stored in GMS — After patching, rotate API keys, firewall admin credentials, and any secrets managed through GMS. If compromise is suspected, rotate immediately.
  5. Enable file integrity monitoring on GMS servers — Deploy FIM (OSSEC, Wazuh, or Tripwire) on GMS web root directories and system paths. Alert on any file creation or modification outside patch windows. This detects zipslip exploitation after the fact.
What doesn't work
  • WAF in front of GMS — GMS management interfaces are not typically behind a WAF, and even if they were, detecting zipslip payloads inside uploaded archives requires deep content inspection that most WAFs don't perform on binary uploads.
  • Network-level IPS signatures — Without a public PoC, no vendor has released specific IPS signatures for this CVE. Generic path traversal signatures may miss archive-encapsulated payloads.
  • Patching SonicWall firewalls — This CVE is in GMS, not SonicOS. Patching your firewalls does not address the management server vulnerability.
06 · Verification

Crowdsourced verification payload.

Run this script on the GMS server itself (Virtual Appliance) as root or via sudo. For Windows GMS, adapt the version check path. Example: sudo bash check_cve_2026_66145.sh. No network access required — it checks the installed GMS build version locally.

noisgate-verify.sh
BASHREAD-ONLYSAFE
#!/bin/bash
# check_cve_2026_66145.sh
# Checks if SonicWall GMS is vulnerable to CVE-2026-66145 (Zip Slip RCE)
# Run on the GMS server as root.
# Exit codes: 0=PATCHED, 1=VULNERABLE, 2=UNKNOWN

VULN_BUILD="9510.1044"
FIXED_VERSION="9.5.2"

# Try common GMS install paths for version info
GMS_PATHS=(
  "/opt/sonicwall/gms/conf/version.properties"
  "/opt/sonicwall/gms/version.txt"
  "/usr/local/sonicwall/gms/conf/version.properties"
)

VERSION_FILE=""
for p in "${GMS_PATHS[@]}"; do
  if [ -f "$p" ]; then
    VERSION_FILE="$p"
    break
  fi
done

if [ -z "$VERSION_FILE" ]; then
  # Check if GMS is even installed
  if ! command -v gmsd &>/dev/null && ! systemctl list-units --type=service 2>/dev/null | grep -qi gms; then
    echo "UNKNOWN - SonicWall GMS does not appear to be installed on this host."
    exit 2
  fi
  echo "UNKNOWN - GMS appears installed but version file not found. Check manually."
  exit 2
fi

echo "Found version file: $VERSION_FILE"
GMS_VERSION=$(grep -iE '(version|build)' "$VERSION_FILE" 2>/dev/null)
echo "Detected: $GMS_VERSION"

# Check for 9.5.2 or later
if echo "$GMS_VERSION" | grep -qE '9\.5\.[2-9]|9\.[6-9]|[1-9][0-9]\.'; then
  echo "PATCHED - GMS version is $FIXED_VERSION or later. CVE-2026-66145 is remediated."
  exit 0
elif echo "$GMS_VERSION" | grep -qE '9\.5\.1|9\.5\.0|9\.[0-4]|[0-8]\.'; then
  echo "VULNERABLE - GMS version is 9.5.1 or earlier. Affected by CVE-2026-66145."
  echo "ACTION: Upgrade to GMS 9.5.2 immediately or begin NSM migration."
  exit 1
else
  echo "UNKNOWN - Could not determine GMS version from file contents."
  exit 2
fi
07 · Bottom Line

If you remember one thing.

TL;DR
If you still run SonicWall GMS, treat this as a HIGH-priority item. Per the noisgate mitigation SLA for HIGH severity, deploy compensating controls — specifically VLAN isolation of GMS management interfaces — within 30 days. Apply the GMS 9.5.2 patch within the same window. The noisgate remediation SLA gives you 180 days for full remediation, but the real play here is accelerating your NSM migration: GMS loses all vendor support on September 30, 2026, and this CVE may be among its last patches. If you've already migrated to NSM, confirm GMS is fully decommissioned — don't leave a dormant appliance with stored firewall credentials sitting on your management VLAN. Rotate any credentials that were managed through GMS regardless of patch status.

Sources

  1. SecurityWeek — SonicWall Patches Critical Vulnerabilities in Discontinued GMS Platform
  2. CIS Advisory — Multiple Vulnerabilities in SonicWall GMS
  3. CCB Belgium — Warning: Multiple vulnerabilities in SonicWall GMS
  4. SonicWall — GMS End of Life and NSM Transition FAQ
  5. SonicWall — GMS EOL Announcement
  6. Snyk — Zip Slip Vulnerability Research
  7. News4Hackers — SonicWall Issues Critical Security Update
  8. THREATINT — CVE-2026-66145
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.