885
victims claimed by INC Ransomware as of August 2, 2026 -- the most recent added two days ago
21 days
INC exploited CVE-2026-15409 as a zero-day before SonicWall published the patch on July 14, 2026
CVSS 10.0
maximum possible severity score for CVE-2026-15409 -- no authentication required to begin the exploit chain
0
workarounds available for CVE-2026-15409 or CVE-2026-15410 -- firmware upgrade to 12.4.3-03453 is the only fix

SponsoredHorizon3.ai

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.

See NodeZero WebApp in action

INC Ransomware has claimed 885 victims by chaining CVE-2026-15409 and CVE-2026-15410 in SonicWall SMA1000 VPN appliances -- a pre-authentication exploit that reaches root-level OS access and was first weaponized three weeks before SonicWall published a patch. As of August 2, 2026, INC Ransomware is the dominant threat actor using this chain, with new victims posted to their data leak site as recently as two days ago.

CVE-2026-15409 is a CVSS 10.0 server-side request forgery vulnerability in the SonicWall SMA1000 Appliance Work Place interface, the employee-facing remote access portal. An unauthenticated attacker sends a crafted request to the /wsproxy endpoint with a spoofed "SMA Connect Agent" user-agent header, forcing the appliance to open a WebSocket tunnel to localhost-only services. CVE-2026-15410 is a CVSS 7.2 path traversal code injection vulnerability in the ctrl-service hotfix removal workflow -- once reachable through the /wsproxy tunnel, it lets the attacker execute arbitrary scripts at root privilege by passing a directory traversal sequence in the hotfix parameter. No authentication is required to trigger the full chain.

INC Ransomware accelerated its use of this chain at the start of August 2026, per Resecurity threat intelligence. The CISA Binding Operational Directive (BOD) 26-04 deadline for federal agencies to patch or disconnect affected appliances passed on July 17. Any organization still running SonicWall SMA6210, SMA7210, or SMA8200v on firmware 12.4.3-03434 or earlier is fully exposed today. Patch to 12.4.3-03453 (12.4 branch) or 12.5.0-02835 (12.5 branch) before end of business. If your appliance shows any indicators of compromise listed below, re-image before deploying patched firmware -- the KNUCKLEBALL loader persists through firmware reboots.

How Does the INC Ransomware SonicWall Exploit Chain Work?

CVE-2026-15409 is a server-side request forgery vulnerability in the SMA1000 Work Place interface. SSRF vulnerabilities occur when a server processes attacker-controlled input without validating the destination, then makes requests on the attacker's behalf. In the SMA1000 case, the /wsproxy endpoint handles WebSocket proxy requests and constructs tunnel connections using client-supplied parameters. An attacker sends an unauthenticated HTTP upgrade request with three critical parameters: a User-Agent header set to "SMA Connect Agent", a bmID value of -3389 (a sentinel value that bypasses the appliance's standard client validation), and a serviceType/host/port combination pointing to internal-only services. The appliance tunnels the WebSocket session to localhost CouchDB on TCP/1050 or the ctrl-service on TCP/8188.

With the ctrl-service reachable, the attacker exploits CVE-2026-15410. The hotfix-removal workflow in the ctrl-service accepts a POST request to /rollbackConfirm.action with a hotfix parameter specifying which file to remove. The workflow concatenates the attacker-supplied value to a base directory path without input normalization. By supplying hotfix=../../../../../tmp/1234.sh, the attacker points the removal operation to an attacker-written script in /tmp/ that the ctrl-service then executes at root privilege. The entire chain from external internet to root command execution requires zero valid credentials.

Post-exploitation follows a consistent pattern across observed INC incidents. The attacker writes a staged script to /tmp/ via the CouchDB write interface, triggers it through the path traversal, and deploys four malware components: ROOTRUN (a setuid ELF backdoor at /usr/bin/xzfind), KNUCKLEBALL (a Python loader at /usr/lib/python3.11/site-packages/deploy_new.py), Suo5 (an open-source HTTP proxy tunneled into the appliance JVM), and ORANGETAIL (a Behinder-compatible Java web shell enabling AES-encrypted remote command execution). KNUCKLEBALL modifies /etc/init.d/workplace to relaunch these tools at boot, making persistence survive basic remediation attempts. Organizations that patch without re-imaging remain compromised.

1

Reconnaissance

Attacker identifies internet-facing SonicWall SMA1000 appliances (SMA6210, SMA7210, SMA8200v) running vulnerable firmware via passive scanning.

2

Pre-Auth SSRF (CVE-2026-15409)

Attacker sends unauthenticated HTTP upgrade to /wsproxy with User-Agent 'SMA Connect Agent' and bmID=-3389, opening a WebSocket tunnel to internal CouchDB on TCP/1050.

3

Payload Staging

Attacker writes staged privilege-escalation script /tmp/1234.sh to the appliance via CouchDB write access obtained through the SSRF tunnel.

4

Root RCE (CVE-2026-15410)

Attacker POST to /rollbackConfirm.action with hotfix=../../../../../tmp/1234.sh, triggering root-level script execution via the ctrl-service path traversal.

5

Malware Deployment

ROOTRUN setuid backdoor, KNUCKLEBALL Python loader, Suo5 HTTP proxy, and ORANGETAIL Java web shell are deployed and persisted via /etc/init.d/workplace modification.

6

Credential Harvesting

Attacker extracts active session databases, TOTP MFA seeds from CouchDB, and runs tcpdump on TCP/389 to capture plaintext LDAP credentials from internal domain traffic.

7

Lateral Movement and Ransomware

Impacket SecretsDump and DCSync extract domain credential hashes. Ransomware deployed across the internal network via SMB/WMI lateral movement.

INC Ransomware: Who They Are and How Many Victims They Have Claimed

INC Ransomware is a double-extortion ransomware group that emerged in 2023 and operates a data leak site where it publishes stolen files from victims who refuse to pay. The group has now claimed 885 total victims, with the most recent victim posted on August 2, 2026 -- two days ago. INC targets private sector organizations and government entities across multiple countries; confirmed victim geographies in the SMA1000 campaign include the United States, Australia, the United Arab Emirates, Colombia, and Switzerland.

The group's ransom negotiation infrastructure uses a dedicated contact number (+1 304 384-0401) where a representative named "Andrew" contacts victims and an email address (info@helprans.com) registered on June 2, 2026 -- just before the earliest confirmed exploitation of CVE-2026-15409 on June 22. The ransom negotiation domain runs on Cloudflare nameservers through registrar CNOBIN INFORMATION TECHNOLOGY LIMITED.

INC is not the only group that has used the SMA1000 exploit chain. Volexity tracked a separate cluster, designated UTA0533, that conducted pre-disclosure exploitation starting June 22 through at least July 13. UTA0533 activity used overlapping infrastructure from ASN 206092 (F.N.S Holdings Limited) with IP ranges across 45.131.194.0/24, 45.146.54.0/24, 63.135.161.0/24, and 173.239.211.0/24. INC affiliates accelerated their own campaigns after the patch and CISA KEV addition on July 14 -- a well-documented pattern where public disclosure of actively exploited vulnerabilities triggers a secondary wave of threat actor tooling.

Resecurity researchers note that INC has operationalized the full exploit chain into a repeatable playbook that moves from initial SMA1000 access to domain ransomware deployment in observed incidents, consistent with the group's history of extended dwell time and thoroughness before encryption.

Of the various threat actors chaining CVE-2026-15409 and CVE-2026-15410 for SMA1000 compromise, the INC Ransomware gang has emerged as the most active one.

Resecurity, August 2026
Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Attack Scope: Which Organizations Face the Highest INC Ransomware Exposure?

The SMA1000 appliance series is a large-enterprise remote access product. Organizations running SMA6210, SMA7210, or SMA8200v as their primary SSL-VPN or remote desktop gateway face the highest direct exposure. These are common in environments that require certificate-based authentication, granular access control for large remote workforces, and compliance-aligned access logging -- making them prevalent in healthcare, financial services, government, and manufacturing sectors. All are targeted INC Ransomware sectors.

Any SMA1000 appliance running firmware versions 12.4.3-03245 through 12.4.3-03434 (12.4 branch) or 12.5.0-02283 through 12.5.0-02800 (12.5 branch) is vulnerable. SonicWall fixed the vulnerability in 12.4.3-03453 and 12.5.0-02835, released July 14. Any organization that applied an interim hotfix between those dates should confirm they applied the specific versions listed above -- multiple intermediate hotfixes existed that did not address these CVEs.

The risk is not limited to the SMA1000 appliance itself. Because SMA1000 appliances serve as SSL-VPN gateways, a compromised appliance gives attackers direct access to every internal host reachable through that VPN concentrator. The active session and TOTP seed theft means that even users who were authenticated at the time of compromise face ongoing credential exposure. Organizations that used the SMA1000 for certificate-based VPN access should audit all authentication events originating through the appliance for the 21-day zero-day window (June 22 through July 13) plus any period after patching was due but not applied.

See our original SonicWall SMA1000 zero-day analysis for the full vulnerability disclosure context and initial CISA BOD 26-04 guidance issued when the patch was released July 14.

IOCs: INC Ransomware SonicWall Campaign Indicators of Compromise

The following indicators come from Resecurity and Volexity incident response reporting published this week. Cross-check these against your SMA1000 access logs, network egress traffic, and endpoint telemetry for the period from June 22, 2026 to present. The attacker user-agent "Mozilla/6.0 (Windows NT 11.0; Win64; x64) AppleWebKit/1537.136 (KHTML, like Gecko) Chrome/149.0.0.1 Safari/1537.136" -- a spoofed next-generation browser string that does not correspond to any real Chrome release -- gates ORANGETAIL web shell access and should be blocked at your WAF if detected.

Check SMA1000 appliance logs specifically: extraweb_access.log for HTTP 101 responses on /wsproxy, HTTP 200 responses on /api/login or /api/logout (injected by ORANGETAIL), and POST requests to /rollbackConfirm.action. In ctrl-service.log, path traversal sequences in hotfix removal entries are definitive evidence of CVE-2026-15410 exploitation. If re-imaging, preserve these logs before wiping -- they are forensic evidence for incident response.

Source IP addresses associated with INC's infrastructure cluster (ASN 206092, F.N.S Holdings Limited) include the ranges 45.131.194.0/24, 45.146.54.0/24, 63.135.161.0/24, and 173.239.211.0/24. Individual confirmed IPs from the UTA0533 pre-disclosure phase are listed in the IOC table below. These IPs may have been rotated by INC in August 2026 campaign activity; treat them as historical indicators requiring corroboration with behavioral evidence rather than block-and-forget signatures.

Subscribe to unlock Indicators of Compromise

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Sigma Detection Rules for INC Ransomware Lateral Movement and Credential Theft

No CVE-specific Sigma rule exists yet for CVE-2026-15409 or CVE-2026-15410 -- these vulnerabilities target SonicWall appliance OS internals, not Windows event logs. Detection of the post-exploitation phase is where Sigma coverage exists: INC affiliates consistently use Impacket tooling for lateral movement and DCSync for credential extraction once they establish internal network access through the compromised SMA1000 appliance.

The two Impacket rules below require Windows Event ID 4688 (process creation with command line logging enabled) on domain controllers and Windows servers. "HackTool - Potential Impacket Lateral Movement Activity" detects the characteristic command-line patterns of wmiexec, dcomexec, atexec, and smbexec -- all observed in INC's documented lateral movement. "HackTool - Impacket Tools Execution" catches named Impacket binaries including secretsdump, the tool INC uses for domain credential extraction.

The DCSync rule requires Windows Advanced Audit Policy configuration for "Audit Directory Service Access" and SACL settings on directory objects. It detects Event ID 4662 with access mask 0x100 on the Active Directory replication rights GUIDs from non-machine accounts -- the precise pattern produced by secretsdump's DCSync mode.

Subscribe to unlock Sigma Detection Rules

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.

How to Detect and Remediate INC Ransomware SonicWall SMA1000 Exploitation

The first step is determining whether your appliance was compromised before you apply the patch. If you patch a compromised appliance without re-imaging, the KNUCKLEBALL boot persistence and ROOTRUN setuid backdoor remain active on the patched firmware. Remediation without compromise investigation creates a false sense of security.

Begin with log review on your SMA1000: pull extraweb_access.log and ctrl-service.log for the June 22 through today window. Search for HTTP 101 on /wsproxy, HTTP 200 on /api/login or /api/logout (not your normal authentication flow), and POST to /rollbackConfirm.action. Any of these is a high-confidence compromise indicator. Check /var/lib/unit/conf.json for routes you did not configure. Run SHA-256 hashes against /usr/bin/xzfind and any .jar files in /tmp/ against the IOC hashes above.

If no indicators are found, apply the firmware patch through MySonicWall and rotate all credentials that were ever authenticated through the appliance -- this covers the zero-day window. If indicators are found, re-image the appliance before applying patched firmware and treat the internal network as fully compromised: revoke all active sessions, invalidate all TOTP seeds, and begin domain-wide credential rotation. Any organization where authentication was captured by the LDAP tcpdump sniffer faces broad credential exposure across all LDAP-authenticated systems.

The INC ransomware attack on networks accessed through a compromised SMA1000 follows a predictable pattern documented in earlier campaigns against Qilin ransomware PAN-OS GlobalProtect exploitation: VPN initial access, credential harvesting, domain reconnaissance, and encryption. Interrupt the chain at the earliest stage -- patching the SMA1000 -- or you face the later stages under full attacker access.

Apply official patch →www.sonicwall.com/support/notices/product-notice-sma-1000-series-affected-by-multiple-vulnerabilities/kA1VN000001nv6D0AQ

Subscribe to unlock Remediation & Mitigation steps

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Why INC Ransomware SonicWall Exploitation Matters for Your Organization

Enterprise VPN appliances are among the highest-value initial access targets in ransomware operations because they provide authenticated tunnels into internal networks without triggering endpoint detection controls. A successful compromise of an SMA1000 gives INC affiliates the same access level as a legitimate remote employee, plus the credential theft infrastructure to escalate to domain administrator before any human operator detects the intrusion.

The zero-day exploitation window of 21 days -- June 22 through July 13 -- means that every organization with an internet-exposed SMA1000 should treat this as a potential prior compromise, not just a patching priority. The CISA BOD 26-04 federal deadline passed on July 17, and three weeks of post-patch INC acceleration confirms that unpatched private-sector appliances are actively targeted today. The 885-victim count as of August 2 represents organizations that have had ransomware deployed or data stolen -- not just organizations scanned.

The INC Ransomware SonicWall SMA1000 exploit chain is a case study in the VPN gateway exploitation pattern that has dominated enterprise ransomware initial access in 2026. The same playbook -- CVE exploitation against an internet-facing VPN appliance, credential harvesting, lateral movement to domain controllers, encryption -- has been documented in multiple separate campaigns this year. Patching the gateway closes the door; hunting for post-exploitation artifacts and rotating domain credentials ensures INC has not already passed through it.

The bottom line

INC ransomware SonicWall SMA1000 exploitation is active, accelerating, and producing ransomware deployments across five countries as of this week. CVE-2026-15409 (CVSS 10) requires zero authentication and has no workaround other than the firmware patch available since July 14. The three key facts: (1) exploitation began as a zero-day on June 22, so any unpatched appliance was exposed for weeks before the patch existed; (2) INC steals active sessions and TOTP seeds, so credential rotation is required alongside patching; (3) KNUCKLEBALL persistence survives firmware reboots, so compromise investigation must precede patching. Upgrade to firmware 12.4.3-03453 or 12.5.0-02835 before end of business today.

This analysis is generic. create a free account to score threats like this against your own stack.

Frequently asked questions

What is CVE-2026-15409 and how is it being exploited?

CVE-2026-15409 is a CVSS 10.0 server-side request forgery vulnerability in the SonicWall SMA1000 Appliance Work Place interface. An unauthenticated attacker sends a crafted HTTP upgrade request to the /wsproxy endpoint with a spoofed User-Agent of 'SMA Connect Agent' and a negative bmID parameter value. The appliance opens a WebSocket tunnel to attacker-specified internal services, including the CouchDB instance on TCP/1050 and the ctrl-service on TCP/8188, without verifying the requestor's identity. INC Ransomware exploited this as a zero-day starting June 22, 2026 -- three weeks before SonicWall published a patch.

Which SonicWall models are affected by CVE-2026-15409?

CVE-2026-15409 and CVE-2026-15410 affect the SonicWall SMA 1000 series: the SMA6210, SMA7210, and SMA8200v appliances. All hypervisor environments are affected. Vulnerable firmware versions span 12.4.3-03245 through 12.4.3-03434 on the 12.4 branch and 12.5.0-02283 through 12.5.0-02800 on the 12.5 branch. The SMA 100 series (SMA 200, 210, 400, 410, 500v) is a different product line and is not affected by these specific CVEs.

Is a patch available for SonicWall SMA1000 CVE-2026-15409?

Yes. SonicWall released firmware 12.4.3-03453 (12.4 branch) and 12.5.0-02835 (12.5 branch) on July 14, 2026. Both versions address CVE-2026-15409 and CVE-2026-15410. No workarounds exist -- there is no configuration change or firewall rule that mitigates the SSRF in /wsproxy. Organizations that have not applied the patch by today remain fully exposed to the INC ransomware exploit chain. Apply the patch through the MySonicWall portal; full instructions are in SonicWall's product notice.

What is KNUCKLEBALL malware and how does INC use it?

KNUCKLEBALL is a Python script deployed by INC Ransomware affiliates at path /usr/lib/python3.11/site-packages/deploy_new.py on compromised SonicWall SMA1000 appliances. Once INC gains root access via the CVE-2026-15409/15410 chain, KNUCKLEBALL injects the Suo5 HTTP proxy tool and the ORANGETAIL Java web shell into the appliance's workplace JVM process. KNUCKLEBALL also modifies /etc/init.d/workplace to relaunch these payloads at boot. This persistence mechanism survives firmware reboots unless administrators re-image the appliance.

What credentials does INC ransomware steal from SMA1000 appliances?

INC Ransomware extracts three categories of credentials from compromised SMA1000 appliances. First, active session databases from CouchDB, including session tokens for users authenticated at the time of compromise. Second, TOTP multi-factor authentication seed configurations, which allow attackers to generate valid one-time codes for any user whose MFA is configured on the appliance. Third, LDAP credentials captured via a custom tcpdump-based sniffer placed at /var/tmp/lib.sh that intercepts plaintext LDAP authentication on TCP/389. Combined, these give INC persistent access to internal systems even after appliance patching.

How do I detect if my SonicWall SMA1000 has been compromised?

Check extraweb_access.log for /wsproxy requests returning HTTP 101 status from external source IPs, and for /__api__/login or /__api__/logout requests returning HTTP 200. In ctrl-service.log, look for hotfix rollback entries containing path traversal sequences (../). In /var/lib/unit/conf.json, check for unauthorized route entries for /__api__/login and /__api__/logout pointing to .jsp files. On the filesystem, look for /usr/bin/xzfind (ROOTRUN), /usr/lib/python3.11/site-packages/deploy_new.py (KNUCKLEBALL), and .jar files in /tmp/ (Suo5 or ORANGETAIL). Any of these findings indicates active compromise requiring re-image before redeploy.

How does INC ransomware move laterally after compromising a SonicWall appliance?

After establishing persistence on the SMA1000, INC affiliates use the Suo5 HTTP proxy tool to tunnel traffic through the appliance into the internal network. From there they deploy Impacket's SecretsDump to extract Windows credential hashes from domain controllers, and run DCSync attacks against Active Directory to obtain password hashes for any domain account. The LDAP sniffer captures plaintext authentication credentials for additional accounts. With domain credentials in hand, INC deploys ransomware across the network using standard lateral movement techniques including WMI and SMB execution.

Why did INC ransomware start exploiting this before the patch was available?

INC ransomware (tracked as UTA0533 by Volexity in the pre-disclosure phase) obtained or independently discovered the vulnerability prior to SonicWall's disclosure on July 14, 2026. First confirmed exploitation occurred on June 22, 2026 -- 22 days before any patch existed. This is a zero-day exploitation scenario: organizations had no technical defense option during that window. SonicWall confirmed it learned of the exploitation from multiple incident reports, not from internal discovery. The three-week zero-day window, combined with a CVSS 10.0 severity and no authentication barrier, made this a high-velocity initial access opportunity for INC affiliates.

Sources & references

  1. Resecurity: From WSProxy to Root -- INC Ransomware and SonicWall SMA Exploit Chain
  2. The Hacker News: INC Ransomware Emerges as Dominant Actor Exploiting SonicWall SMA 1000 Flaws
  3. SonicWall Product Notice: SMA 1000 Series Multiple Vulnerabilities
  4. BleepingComputer: SonicWall SMA1000 Zero-Day Attacks
  5. CISA Known Exploited Vulnerabilities Catalog: CVE-2026-15409
  6. Dark Reading: INC Ransomware Exploits SonicWall SMA Zero-Days

Free resources

25
Free download

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.

No spam. Unsubscribe anytime.

Free download

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.

No spam. Unsubscribe anytime.

Free newsletter

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.

Eric Bang
Author

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.

Giveaway: InfoSec World 2026 All Access Pass ($3,895 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $3,895 InfoSec World 2026 pass.