SecPod

Learn Search

Search across all Learn content

← Back to Security Research
UNK_MassTraction Exploits Critical Roundcube Vulnerabilities to Compromise University Mail Servers

UNK_MassTraction Exploits Critical Roundcube Vulnerabilities to Compromise University Mail Servers

A suspected China-aligned threat cluster, tracked as UNK_MassTraction, is actively targeting vulnerable Roundcube webmail servers at U.S. and Canadian universities. The campaign exploits two critical Roundcube vulnerabilities to steal credentials, bypass two-factor authentication, deploy web shells or VShell, and establish persistent access to institutional mail servers while minimizing forensic evidence.

Jul 10, 2026By Rakshitha4 min read

A sophisticated espionage campaign has been observed targeting university physics and engineering departments through vulnerable Roundcube webmail servers. The attackers exploit patched but unremediated (N-day) vulnerabilities to compromise mail servers rather than simply stealing user credentials. Victims are carefully selected based on their use of vulnerable Roundcube versions, with targets including administrators and professors associated with national security research, astrophysics, and particle physics.

The campaign employs a JavaScript payload named IceCube, which steals credentials, cookies, and two-factor authentication data before chaining a second critical vulnerability to gain remote code execution on the mail server. Depending on the outcome, the attackers deploy either an in-memory PHP web shell called SquareShell or the Go-based remote administration tool VShell, allowing long-term access to compromised systems. Proofpoint assesses the activity as a previously untracked cluster named UNK_MassTraction, noting similarities in tooling previously associated with multiple China-aligned threat actors.

Background of UNK_MassTraction Campaign

The UNK_MassTraction campaign was first observed in May 2026, targeting administrators and professors within U.S. and Canadian university departments involved in engineering, astrophysics, particle physics, and national security research through phishing campaigns.

Rather than indiscriminately targeting Roundcube users, the threat actor appears to conduct reconnaissance beforehand to identify organizations running vulnerable Roundcube versions. Phishing emails originate from compromised sender accounts or spoofed domains protected by weak DMARC policies, increasing the likelihood of successful delivery.

Following successful exploitation, the attackers use compromised Roundcube servers as entry points into institutional networks. Their toolkit includes the custom JavaScript malware IceCube, the in-memory web shell SquareShell, the VShell remote administration tool, and the SNOWLIGHT ELF loader. While SNOWLIGHT and VShell have previously been associated with China-linked activity, there is currently no confirmed evidence directly attributing the UNK_MassTraction campaign to the UNC5174 threat cluster.

Vulnerability Details

CVE IDCVSS ScoreEPSS ScoreAffected ProductVulnerability Type
CVE-2024-420099.3 (Critical)83.39%Roundcube through 1.5.7 and 1.6.x through 1.6.7Cross-Site Scripting (XSS)
CVE-2025-491139.9 (Critical)89.46%Roundcube Webmail before 1.5.10 and 1.6.x before 1.6.11Post-authenticated Remote Code Execution

The campaign abuses CVE-2024-42009 to execute arbitrary JavaScript within a victim's browser when a malicious email is opened in Roundcube. The stolen session information is then used to exploit CVE-2025-49113, allowing attackers to execute arbitrary code on the underlying mail server.

Attack Methodology

Phase 1: Target Reconnaissance
Attackers identify universities running vulnerable Roundcube installations, focusing on departments associated with physics, engineering, national security, astrophysics, and particle physics. Administrators and professors become the primary phishing targets.

Phase 2: Phishing Delivery
Victims receive phishing emails sent from compromised accounts or spoofed domains with weak DMARC configurations. Opening the email within the Roundcube webmail interface triggers exploitation of CVE-2024-42009, executing attacker-controlled JavaScript in the victim's browser.

Phase 3: JavaScript Payload Execution
The malicious JavaScript payload, IceCube, executes in the victim's browser to collect stored credentials, session cookies, CSRF tokens, two-factor authentication information, browser language, screen resolution, and form data. The harvested information is transmitted to attacker-controlled infrastructure via HTTP POST requests.

Phase 4: Server Compromise
Using the stolen authenticated session and CSRF token, IceCube exploits CVE-2025-49113 to achieve remote code execution on the underlying Roundcube mail server.

Phase 5: Persistence Deployment
Following successful exploitation, the attackers attempt to deploy the in-memory PHP web shell SquareShell through plugins/newmail_notifier/mail_preview.php. If deployment fails, a shell script downloads and launches the SNOWLIGHT ELF loader, which subsequently installs the VShell remote administration tool for persistent access.

Phase 6: Anti-Forensics and Session Manipulation
IceCube monitors user actions such as closing the browser, switching tabs, moving the cursor outside the browser window, or logging out. These events trigger re-exploitation attempts, notify the command-and-control server, and terminate both legitimate and malicious sessions to reduce forensic evidence.

Phase 7: Post-Compromise Operations
Once established, VShell provides persistent remote administration capabilities, enabling attackers to maintain long-term access to compromised mail servers and pivot further into internal institutional networks.

Key Observation: Unlike traditional phishing campaigns focused solely on credential theft, UNK_MassTraction chains browser-based exploitation with server-side remote code execution to compromise Roundcube mail servers, deploy persistent malware, evade forensic analysis, and facilitate long-term access into targeted university environments.

Indicators of Compromise (IOCs)

Malicious Endpoint

plugins/newmail_notifier/mail_preview.php

MITRE ATT&CK Mapping

Technique IDTechnique NameTactic
T1566PhishingInitial Access
T1190Exploit Public-Facing ApplicationInitial Access
T1059.007JavaScriptExecution
T1555Credentials from Password StoresCredential Access
T1550Use Alternate Authentication MaterialDefense Evasion
T1505.003Web ShellPersistence
T1105Ingress Tool TransferCommand and Control
T1071.001Web ProtocolsCommand and Control
T1078Valid AccountsPersistence
T1070Indicator Removal on HostDefense Evasion

Visual Attack Flow

Mitigation

Patch Roundcube Webmail immediately. Upgrade to Roundcube Webmail version 1.5.10 or later (for the 1.5.x branch) or 1.6.11 or later (for the 1.6.x branch) to remediate CVE-2024-42009 and CVE-2025-49113.

Prioritize internet-facing mail servers. Roundcube should be treated as a critical edge application similar to VPN gateways and remote access infrastructure, with continuous monitoring and timely patching.

Strengthen email authentication. Enforce strict DMARC policies alongside SPF and DKIM to reduce phishing attempts originating from spoofed domains.

Monitor for suspicious web shell activity. Investigate unexpected files or requests involving Roundcube plugin directories, particularly access to plugins/newmail_notifier/mail_preview.php, as well as unusual outbound HTTP POST requests from Roundcube servers.

Instantly Fix Risks with Saner Patch Management

Saner Patch Management is a continuous, automated, and integrated software that instantly fixes risks exploited in the wild. The software supports major operating systems like Windows, Linux, and macOS, as well as 550+ third-party applications.

It also allows you to set up a safe testing area to test patches before deploying them in a primary production environment. Saner patch management additionally supports a patch rollback feature in case of patch failure or a system malfunction.

Experience the fastest and most accurate patching software here.

Featured Posts

Open Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras
Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras

CVE Research

Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras

A single operator compromised 14,530+ Dahua cameras across Ukraine and Russia in 35 days, chaining credential brute-force, a CVE-2021-33044/33045 authentication bypass, and P2P relay abuse to plant a persistent backdoor and harvest transferable admin access.

Aug 21, 2026

Open Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF
Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE Research

Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE-2026-19478 is a critical code injection vulnerability in GitLab CE/EE that allows an unauthenticated attacker to modify or delete public projects and user data by abusing a GraphQL directive. A second high-severity issue, CVE-2026-19650, involves cross-site request forgery in the GraphQL multiplex query handler. This article examines how the critical vulnerability works, the availability of a public proof-of-concept, the potential impact on self-managed instances, the affected versions, and the security updates released to remediate both issues.

Aug 19, 2026

Open No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners
No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

CVE Research

No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

Aug 19, 2026

Open Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies
Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

CVE Research

Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

Aug 19, 2026