Visualização de leitura

INC Ransomware is Calling Victims – Pressure Tactics Post SonicWall Zero-Day Exploit

INC Ransomware exploits SonicWall SMA 1000 flaws, using calls and emails to pressure victims during extortion campaigns targeting global organizations.

Resecurity disclosed that INC Ransomware has emerged as the dominant threat actor exploiting the recently disclosed SonicWall Secure Mobile Access (SMA) 1000 vulnerabilities. According to the company’s research, the group has accelerated its operations since early August, targeting organizations across the United States, Australia, the United Arab Emirates, Colombia, Switzerland, and other countries.

Resecurity estimates that the exploitation of CVE-2026-15409 and CVE-2026-15410 could significantly aid Initial Access Brokers (IABs) in gaining unauthorized access to targets of interest. Both vulnerabilities have been added to the CISA Known Exploited Vulnerabilities Catalog. Beyond exploiting the SonicWall flaws, Resecurity observed the ransomware operators using phone calls and emails as pressure tactics during extortion negotiations, highlighting the evolution of ransomware campaigns into coordinated multi-channel operations.

Organizations operating SonicWall SMA 1000 appliances remain at immediate risk if vulnerable systems have not been patched or investigated for compromise. Enterprises that rely on VPN appliances for remote access should also be aware that compromised gateways can provide attackers with privileged access to credentials, session data, and internal networks before ransomware deployment.

For example, the domain name associated with one of these emails (used by threat actors to contact the victim organization) was registered shortly after the actual incident and the exploitation activity, which Resecurity believes began in June 2026, prior to the release of the official advisory and the availability of the patch. The domain name was registered through a Chinese domain registrar that accepts cryptocurrency payments.

  • Domain Name: HELPRANS[.]COM
  • Registry Domain ID: 3106477703_DOMAIN_COM-VRSN
  • Registrar WHOIS Server: whois.ordertld.com
  • Registrar URL: http://www.ordertld.com
  • Updated Date: 2026-06-02T11:54:59Z
  • Creation Date: 2026-06-02T10:48:13Z
  • Registry Expiry Date: 2027-06-02T10:48:13Z
  • Registrar: CNOBIN INFORMATION TECHNOLOGY LIMITED
  • Registrar IANA ID: 3254
  • Registrar Abuse Contact Email: abuse@ordertld.com
  • Registrar Abuse Contact Phone: +852.30501810
  • Domain Status: clientTransferProhibited https://lnkd.in/deefCcwu
  • Name Server: DENVER.NS.CLOUDFLARE.COM
  • Name Server: TESSA.NS.CLOUDFLARE.COM

The victims were also contacted by an individual who introduced himself as “Andrew” using the phone number +1 (304) 384-0401. He claimed to be calling “from a group of hackers” and stated that the victim’s network had been compromised. At the end of the call, the individual provided the email address info@helprans[.]com for further negotiations and then ended the call. Such methods are frequently used by ransomware groups as “pressure tactics.”

Resecurity recommends immediately contacting law enforcement if your organization faces such extortion demands.

What CISOs should do:

  • Immediately patch SonicWall SMA 1000 appliances, verify that systems have not already been compromised, and conduct threat hunting for indicators of post-exploitation activity.
  • Rotate privileged credentials, invalidate active VPN sessions where appropriate, and review authentication logs for evidence of credential theft or unauthorized administrative access.
  • Prepare incident response teams for modern ransomware tactics that combine technical compromise with direct phone and email contact intended to pressure victims into paying ransoms.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, INC Ransomware)

Volexity Uncovers Zero-Day Campaign Targeting SonicWall VPN Appliances

Unknown hackers exploited two SonicWall SMA 1000 zero-days to gain root access on VPN appliances before patches became available.

Volexity published its findings after conducting an incident response investigation involving a compromised organization whose SonicWall SMA 1000 series VPN appliances were hit with zero-day exploits starting June 22, 2026. The threat actor, which Volexity tracks as UTA0533, chained two vulnerabilities, respectively tracked as CVE-2026-15409 (CVSS score of 10.0) and CVE-2026-15410 (CVSS score of 7.2) to achieve root-level access on the devices before patches existed.

SonicWall patched both vulnerabilities this week and confirmed the active exploitation of the two zero-day vulnerabilities. The vulnerabilities were internally discovered and reported by Adam Babis of the company’s PSIRT.

SonicWall investigated multiple incidents indicating these vulnerabilities are being actively exploited in the wild.

The first vulnerability, tracked as CVE-2026-15409 (CVSS score of 10.0), is a Server-side request forgery (SSRF) issue that a remote unauthenticated attacker could exploit to potentially cause the appliance to make requests to an unintended location.

“A Server-side request forgery (SSRF) vulnerability has been identified in the SMA1000 Appliance Work Place interface. A remote unauthenticated attacker could potentially cause the appliance to make requests to unintended location.” reads the advisory.

The second vulnerability, tracked as CVE-2026-15410 (CVSS score of 7.2), is a post-authentication code injection flaw in the Appliance Management Console (AMC) that a remote authenticated attacker could exploit to execute arbitrary operating system commands as administrator under certain conditions.

“Post-authentication improper control of generation of code (‘Code Injection’) vulnerability has been identified in the SMA1000 Appliance Management Console (AMC) which in specific conditions could potentially enable a remote authenticated attacker as administrator to execute arbitrary OS commands.” continues the advisory. “SonicWall PSIRT has investigated multiple cases indicating the active exploitation of the vulnerabilities described in this advisory.”

Volexity first analyzed logs and security telemetry from two compromised SonicWall appliances. After gaining administrative SSH access, the team collected RAM, selected files, and full disk images. Initial triage quickly confirmed both devices had been compromised, while memory analysis with Volexity Volcano uncovered additional evidence of the attackers’ activity.

“Volexity’s analysis of logs, disk images, and memory led to the discovery of a threat actor Volexity tracks as UTA0533. This threat actor was observed using multiple zero-day exploits, malware designed specifically for SonicWall SMA VPN appliances, as well as other attacker tradecraft.” reads the report published Volexity. “Volexity notes that June 22, 2026, was the earliest sign of compromise observed in the investigation.”

The customization of the malware for SonicWall’s specific environment, rather than repurposing generic tooling, suggest the threat actor was prepared specifically for this target before the campaign started.

CVE-2026-15409 is a pre-authentication bypass in the appliance’s /wsproxy endpoint. An attacker sends a request with a User-Agent string containing “SMA Connect Agent” and a bmID parameter starting with -3389, and the appliance opens a WebSocket tunnel to services that are normally only reachable from localhost. Nothing about that initial request requires credentials. Once the tunnel is open, the attacker can reach the internal CouchDB database that ships with the SMA appliance, reading and writing files as the CouchDB user.

The attacker then stages a file in /tmp through the CouchDB access, using it to read the product_uuid value from the hardware identifier file at /sys/class/dmi/id/product_uuid. That UUID is the basis for the Basic authentication password protecting the SMA’s internal ctrl-service. The file is world-readable, so anyone who can reach the filesystem can derive the password. CVE-2026-15410 then comes into play: a path traversal flaw in the ctrl-service’s remove_hotfix workflow allows command execution with elevated privileges. The full chain goes from unauthenticated external access to root in a series of steps that each rely on the previous one.

“UTA0533 combined multiple zero-day vulnerabilities to compromise SonicWall SMA VPN appliances and obtain root-level access.” reads the report. “With root access, the threat actor could access stored or cached credentials, capture network traffic, and potentially intercept credentials processed by the appliances.”

A VPN appliance that handles authentication for the rest of your network is a particularly high-value target for credential interception. The attacker understood that.

On the first appliance, UTA0533 wrote a setuid binary called ROOTRUN to /usr/bin/xzfind, which allows an unprivileged user to run arbitrary commands as root. A Python script named KNUCKLEBALL was written to a site-packages directory and embedded two JAR archives that were injected into a legitimate SonicWall process. One JAR is Suo5, an open-source HTTP proxy tool. The other is ORANGETAIL, a custom Java web shell modeled on the Behinder framework, reachable through the paths /workplace/error.jsp and /workplace/dialogs/errorDialog.jsp. Both the NGINX Unit configuration and the appliance startup script were modified to ensure these components survived reboots.

The second appliance had fewer artifacts because it was rebooted on July 2, which flushed memory-resident components. However, it still showed the same NGINX configuration modifications, and the /var/tmp directory contained a script called lib.sh that launched tcpdump to capture unencrypted LDAP traffic and extract credentials passing through the appliance in cleartext.

A separate authentication bypass also exists that Volexity flagged, but it wasn’t used in this specific incident. Because the ctrl-service password is derived from the hardware UUID, and because that UUID file is readable by any local user, any unprivileged process with filesystem access can compute the password independently.

“Volexity found the product_uuid file is world readable, so unprivileged users can obtain its value. On multiple appliances to which Volexity had access, the UUID was set to a common value seen across many different systems belonging to different customers. It is a default UUID that comes with various hardware providers. Volexity only observed this UUID in cases where the owner’s device was physical, meaning virtual appliances were unaffected. Using this known UUID, an attacker would likely succeed in breaching the appliances without any other exploitation.” the cybersecurity firm notes.

“It should be noted that this authentication bypass does not appear to have been used in the observed incident. Instead, the attacker abused a different vulnerability to read the product_uuid file.”

The bypass remains real and exploitable even if UTA0533 reached the same destination through a different path.

SonicWall

Rapid7 published a proof-of-concept that demonstrates non-root remote code execution by tunneling the Erlang protocol through the WebSocket to the service on localhost:1050, enabling file reads, file writes, and arbitrary code execution through RPC calls.

“This is the first-stage vulnerability, CVE-2026-15409, that Rapid7 MDR analysts are seeing attackers exploit in the wild.” states Rapid7. “With this capability, an attacker can reach and exploit less-hardened services running on the appliance, such as the Erlang application on localhost:1050 or the ctrl-service application on localhost:8188.”

Services running on localhost are often less hardened precisely because they’re expected to be unreachable from outside, and the /wsproxy bypass eliminates that assumption entirely.

SonicWall released patches this week. Virtual appliances aren’t affected by the hardware UUID-derived password issue because product_uuid values only exist on physical hardware, but they’re still vulnerable to the core exploitation chain involving CVE-2026-15409 and CVE-2026-15410. UTA0533 appears to have had more success on the VPN appliances themselves than in moving laterally into the broader network afterward, but credential interception through an appliance that processes every authentication session is a serious enough outcome on its own without needing to pivot further. Check both your appliances and your downstream authentication infrastructure for signs of unexpected access.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, newsletter)

CISA Adds SonicWall SMA1000 Vulnerabilities to KEV Catalog Following Active Exploitation

CVE-2026-15409

Security researchers have identified two critical vulnerabilities, CVE-2026-15409 and CVE-2026-15410, affecting SonicWall SMA1000 Series appliances. The flaws are already being exploited in the wild, prompting urgent warnings from SonicWall and CISA. Successful exploitation could result in Remote Code Execution, bypass of security restrictions, and broader compromise of affected systems.  The vulnerabilities impact SonicWall SMA1000 models 6210, 7210, and 8200v running versions 12.4.3-03245, 12.4.3-03387, 12.4.3-03434 (platform-hotfix), 12.5.0-02283, 12.5.0-02624, and 12.5.0-02800 (platform-hotfix). 

CVE-2026-15409 and CVE-2026-15410 Explained 

CVE-2026-15409 is a server-side request forgery (SSRF) vulnerability in the SMA1000 Appliance Work Place interface. According to SonicWall, an unauthenticated remote attacker could force the appliance to send requests to unintended locations. The flaw carries a CVSS v3 score of 10.0 with the vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H and is mapped to CWE-918.  CVE-2026-15410 is a post-authentication code injection vulnerability in the SMA1000 Appliance Management Console (AMC). Under specific conditions, a remote authenticated attacker with administrator privileges could execute arbitrary operating system commands, enabling Remote Code Execution. The vulnerability has a CVSS score of 7.2, uses the vector CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H, and is associated with CWE-94. 

Active Exploitation and Impact 

SonicWall confirmed that CVE-2026-15409 and CVE-2026-15410 are being actively exploited. The advisory states, "SonicWall PSIRT has investigated multiple cases indicating the active exploitation of the vulnerabilities described in this advisory. Customers are strongly urged to upgrade to the hotfix release as soon as possible to remediate these vulnerabilities."  The vulnerabilities may allow Remote Code Execution and bypass of security restrictions, increasing the risk of unauthorized system access. 

Fixed Versions and Detection Guidance 

SonicWall has released fixes in 12.4.3-03453 (platform-hotfix) and later, and 12.5.0-02835 (platform-hotfix) and later. The company noted that these issues do not affect SSL-VPN running on SonicWall firewalls or the SMA 100 Series product line.  Administrators are advised to inspect extraweb_access.log for HTTP 200 requests to /api/login or /api/logout, suspicious /wsproxy requests returning HTTP 101, ctrl-service.log entries indicating hotfix rollbacks with path traversal names, and unauthorized /api/login or /api/logout routes in /var/lib/unit/conf.json.  If indicators of compromise are found, SonicWall recommends re-imaging hardware appliances or redeploying virtual appliances, changing user and administrator passwords, and resetting TOTP tokens after performing a forensic investigation.  The advisory, SNWLID-2026-0008, was first published and last updated on July 14, 2026. The vulnerabilities were internally discovered by Adam Babis of SonicWall PSIRT, while Sean Koessel and Steven Adair of Volexity were credited in Version 1.1 for helping identify an additional indicator of compromise during the investigation. On the same day, CISA added the vulnerabilities to its Known Exploited Vulnerabilities Catalog. 
❌