Cyware Daily Threat Intelligence - September 14, 2026

SMS phishing campaigns are evolving into real-time credential theft operations, as attackers wield new toolkits that let them steer victims through multi-stage traps. Cyware spotlights how one ecosystem leverages a Vue-based application and encrypted WebSockets to stream keystrokes, with researchers tying over 50 incidents to a single operator cluster using distinctive language fingerprints.
Critical vulnerabilities are surfacing in widely used platforms, with a GitLab flaw (CVSS 10.0) already under active exploitation and a Citrix NetScaler bug enabling unauthenticated sessions through SAML manipulation. Attackers are leveraging these weaknesses to read sensitive files, bypass authentication, and potentially disrupt services, while patch guidance targets specific versions and decoded parameter lengths.
Ransomware groups are intensifying pressure on high-profile targets, as seen in the Incransom attack on a major U.S. builder and the Storm group’s breach of an Australian car dealership. With tactics shifting toward public data leaks and credential abuse, organizations face mounting risks of contract disputes, fraud, and operational disruption across sectors.
Top Malware Reported in the Last 24 Hours
Smishing Triad’s JWR kit industrializes smishing
Smishing Triad is a phishing toolkit ecosystem classified as a real-time SMS phishing platform. JWR kit enables operators to control victims in real time, streaming keystrokes and guiding them through multi-stage credential capture using encrypted WebSocket communications. Smishing Triad runs as a Vue 2 single-page application and leverages fast-changing landing domains to evade takedown. Smishing Triad initiates attacks with SMS lures that redirect through short links, leading to landing pages designed to disappear quickly. Smishing Triad targets users across sectors who rely on SMS for notifications, with Group-IB attributing a specialized operator cluster called Outsider to this ecosystem. Group-IB researchers identified operator-language fingerprints using Simplified Chinese and highlighted static storage keys, page names, input IDs, and URL patterns as indicators defenders can hunt for.
AsyncRAT hides inside Windows charmap.exe
AsyncRAT is a remote-access trojan (RAT) designed for stealthy data collection and command execution. AsyncRAT evades static detection by fragmenting its payload into Base64-encoded pieces and using XOR routines for obfuscation. AsyncRAT employs a multi-stage attack chain starting with a batch file, hidden PowerShell, and AutoIt scripting to stage and execute the RAT. AsyncRAT injects its .NET payload into the legitimate charmap.exe process, blending malicious activity with trusted Windows binaries. AsyncRAT targets Windows environments, dropping artifacts such as a renamed AutoIt interpreter, a loader script named kojuyn.ini, and an encrypted blob called nloemfbihmhm. Analysis details how AsyncRAT’s loader dynamically rebuilds Windows API calls including OpenProcess, VirtualAllocEx, WriteProcessMemory, and CreateRemoteThread.
Storm ransomware hits Australian car dealer
Storm is a ransomware strain focused on data theft and extortion. Storm encrypts files and exfiltrates sensitive data, including customer and vehicle details, from targeted organizations. Storm initially misidentified its victim, referencing a UK entity before confirming the breach of Penfold Motors in Australia. Storm gains access via third-party software providers, exploiting external systems to reach its targets. Storm has impacted over 50 victims, including the Sharp Motor Group and Macquarrie, with Penfold Motors disclosing the incident on 7 September and notifying the Australian Cyber Security Centre and the Office of the Australian Information Commissioner.
Top Vulnerabilities Reported in Last 24 hours
One-click SSO leaks mobile identities
Mobile Network Operator-based Single Sign-On (MSSO) implementations are vulnerable to “One-Click-to-Leak” attacks that expose sensitive identity data, including phone numbers and browsing activity. Successful exploitation allows attackers to obtain user data or tokens, undermining privacy and security. Researchers found widespread trust defects across MSSO-enabled sites, with a seized underground platform collecting 14,100 phone numbers in three days. The study mapped 116,852 URLs, finding 69.4% exposed developer credentials and 31.8% of apex domains relied on resellers. Law enforcement seized the upstream platform, and the research highlights the scale and monetization of these privacy risks.
Attackers exploit GitLab file-read flaw (CVE-2026-85706)
CVE-2026-85706 is a directory/path traversal vulnerability in GitLab (CVSS 10.0) that allows attackers to read arbitrary files on vulnerable servers. Exploitation can expose configuration data, passwords, access keys, and other secrets, enabling further compromise. CVE-2026-85706 is actively exploited in the wild, with proof-of-concept code publicly available. Activity has been observed by watchTowr, with warnings from the NCSC and CISA. A fix is available in versions 19.1.8, 19.2.6, and 19.3.2 for affected GitLab CE/EE versions from 18.7 up to but not including those releases.
NetScaler bug enables unauthenticated sessions (CVE-2026-19490)
CVE-2026-19490 is an authentication bypass vulnerability in Citrix NetScaler ADC and Gateway (CVSS 9.3) that allows attackers to trigger post-login behavior with a single unauthenticated request. Exploitation can result in denial of service or unauthorized network access, depending on server configuration. Bishop Fox reports the attack leverages manipulation of the RelayState parameter in SAML responses, with specific decoded lengths steering execution paths. The vulnerability is fixed in versions 13.1-63.21 and 14.1-73.32, with impact varying based on the type of virtual server and global authorization settings.
Top Threat Actors Reported in Last 24 hours
Incransom pressures U.S. builder with leaks
Incransom is a ransomware group of suspected financial origin focused on extortion. Incransom combines data encryption with public-disclosure pressure, leveraging stolen corporate documents to force negotiations. Incransom targets construction firms, exfiltrating NDAs, operational data, business agreements, and development information. Incransom claimed an attack on JMS Building Corporation on September 10, 2026, threatening to leak data unless talks begin. Incransom has not disclosed its initial access vector, but emphasizes the breadth of exfiltrated material, with DeXpose recommending dark web monitoring, incident review, and multi-factor authentication.
Telus account breaches fuel customer scams
Telus is a telecommunications provider in Canada targeted by attackers using compromised credentials for financial gain. Telus attackers accessed personal information, including names, account numbers, phone numbers, billing addresses, email addresses, partial payment card numbers, subscription details, and payment history. Telus attackers used the stolen data to attempt to persuade customers to switch providers and make unauthorized service changes. Telus attackers operated between February 2025 and June 2026, with the company resetting credentials, enhancing monitoring, and notifying the Vancouver Police Department. Telus offered complimentary identity theft protection to affected customers, though the number of impacted accounts remains unknown.
Smishing Triad scales real-time SMS phishing
Smishing Triad is a suspected financially motivated threat actor ecosystem specializing in SMS phishing. Smishing Triad employs the JWR phishing kit and an operator cluster called Outsider to deliver brand lookalike campaigns. Smishing Triad uses a single-page application front end and real-time operator interaction to guide victims through credential theft. Smishing Triad targets individuals who trust SMS for delivery updates, billing alerts, or account warnings, increasing the risk of account takeover. Smishing Triad’s campaigns rely on SMS lures, short-link redirection, and fast-changing landing domains, with Group-IB attributing the Outsider cluster and identifying operator-language fingerprints using Simplified Chinese.
Frequently Asked Questions
What is Smishing Triad? Smishing Triad is driving large-scale SMS phishing with its JWR kit, built to give operators unusually hands-on control over victims in real time. The threat runs as a Vue 2 single-page application and uses encrypted WebSocket communications to stream keystrokes and move targets through multi-stage credential capture.
What is AsyncRAT? AsyncRAT is showing up in a multi-stage campaign that works to evade static detection by breaking its payload into Base64 fragments and using XOR routines to obscure what gets delivered. The attack chain begins with a batch file titled “Right-click to open Invoice Details.bat,” which triggers hidden PowerShell and then shifts into AutoIt to stage and run the remote-access trojan.
What is Storm? Storm has claimed a ransomware attack on Penfold Motors, a Victorian car dealership, with stolen data said to include customer and vehicle details. In an unusual twist, the group initially misidentified the victim publicly, referring to an organization with a similar name in the UK before later posting data that was confirmed to belong to the Australian dealership.
What is CVE-2026-85706? A critical GitLab directory/path traversal bug (CVE-2026-85706, CVSS 10.0) is being used to read arbitrary files on vulnerable servers, potentially exposing configuration data, passwords, access keys, and other secrets that can unlock development environments. The abuse hinges on specially crafted requests that let attackers reach files they should not be able to access, turning a code hosting platform into an information source for follow-on compromise.
What is CVE-2026-19490? An authentication bypass in Citrix NetScaler ADC and Gateway (CVE-2026-19490, CVSS 9.3) can let an attacker trigger post-login behavior with a single unauthenticated request, ranging from denial of service to unauthorized network access. Bishop Fox reports the attack flow centers on manipulating the RelayState parameter in SAML responses, with the outcome determined by the decoded length of that value.
What is Incransom? Incransom, a ransomware group focused on financial gain, is claiming it hit JMS Building Corporation, a leading U.S. construction company, and is using the threat of public exposure to force talks. On September 10, 2026, they said they exfiltrated sensitive material including NDAs, operations and corporate data, business agreements, and development information, and warned it will be leaked unless negotiations begin.
What is Telus? Telus disclosed a customer account breach in Canada in which attackers used compromised credentials to access personal information over an extended period. The activity occurred between February 2025 and June 2026, and exposed data including names, account numbers, phone numbers, billing addresses, email addresses, partial payment card numbers, subscription details, and payment history.
What is Smishing Triad? The Smishing Triad ecosystem is being tracked for running large-scale SMS phishing using the JWR phishing kit, with an operator cluster dubbed Outsider specializing in brand lookalikes. Researchers described a setup built for speed and control, including a single-page application front end and real-time operator interaction that can steer victims through multiple stages as they type.