安全客August 13, 2026🇨🇳Translated from Chinese

China Warns of New 'Sorry' Ransomware Targeting Exposed Linux Web Servers via cPanel Vulnerability CVE-2026-41940

China's National Computer Virus Emergency Response Center and the National Engineering Laboratory for Computer Virus Prevention Technology have released an official warning after multiple real-world incidents of the Sorry ransomware struck Linux Web servers across the country.

Attack Vector and Initial Access

The ransomware exploits an authorization vulnerability in WebPros cPanel tracked as CVE-2026-41940 (CNNVD-202604-5641). Attackers use the flaw to obtain administrative privileges on internet-facing servers without relying on weak SSH passwords or outdated exploits. Once inside, the malware deploys a process that masquerades as a legitimate sshd daemon, making detection difficult through casual inspection of running processes.

Full Attack Chain

Security researchers outlined the six-stage operation:

  • Network intrusion via the cPanel flaw followed by deployment of the disguised ransomware.
  • Environment reconnaissance that generates a unique victim identifier containing username, hostname, CPU count, OS details, and active network interfaces, then exfiltrates the profile.
  • Obstacle removal by terminating database, security, and backup services before encryption begins.
  • Data theft of business data, configuration files, and internal documents for double-extortion purposes.
  • File encryption using AES with RSA-wrapped keys; encrypted files receive the .sorry extension. Officials confirm no reliable recovery method exists without the attackers' key.
  • Lateral movement by scanning SSH ports 22, 2222, and 22222 and propagating via weak passwords to other Linux hosts.

Why the Threat Matters

The advisory explicitly notes that the ransomware runs on most mainstream Linux distributions, including domestic Xinchuang operating systems. Its built-in lateral movement capability raises the risk of widespread internal network compromise from a single exposed server. The pre-encryption termination of backup services further reduces recovery options for organizations that keep backups on the same host.

Immediate Mitigation Steps

Administrators should perform the following checks without delay:

  • Verify cPanel/WHM or WP Squared versions and apply the latest patches addressing CVE-2026-41940.
  • Inspect running processes for anomalous sshd instances and confirm executable paths with commands such as ls -l /proc/<PID>/exe.
  • Remove public internet exposure of management panels, remote access ports, and database interfaces; enforce VPNs, bastion hosts, source IP allowlists, and multi-factor authentication.
  • Replace weak passwords on SSH ports 22, 2222, and 22222 and eliminate password reuse across hosts.
  • Ensure backup services and data are isolated from production systems and stored offline.
  • Avoid downloading any purported decryptors or communication tools promoted online, as they are likely secondary malware.
  • Submit suspicious files to the National Computer Virus Collaborative Analysis Platform (virus.cverc.org.cn) for analysis.

Security teams are advised to complete these actions before the end of the business day to prevent servers from being encrypted with the .sorry extension.

Related articles

AntiMalwareRansomware & Extortion

Ransomware Operators Hijack Active Directory via GPO to Lock Companies Without Encryption

Kaspersky researchers have uncovered a new extortion campaign called Payload that targets manufacturing companies by compromising privileged accounts and seizing control of Active Directory. Instead of deploying traditional ransomware encryptors, the attackers created a Group Policy Object named Payload linked to the domain root. This GPO automatically changed desktop wallpapers and lock screens across all systems, displayed ransom demands, and disabled administrative accounts after policy refresh. The group also exfiltrated valuable corporate data before the lockdown and later published it on the dark web to increase pressure on victims. Because the attack relied entirely on legitimate Windows mechanisms such as VPN access and Group Policy, conventional antivirus solutions proved ineffective. Experts recommend monitoring GPO changes, enforcing phishing-resistant MFA on VPN and admin systems, and applying least-privilege principles to limit the impact of credential compromise.

BoletimSecRansomware & Extortion

SETTRA Ransomware Deploys MeshAgent and gdrv.sys BYOVD Against Windows Systems

Huntress analysts have identified two separate incidents involving the newly observed SETTRA ransomware targeting Windows environments. The attacks combined the legitimate MeshAgent remote management tool with a Bring Your Own Vulnerable Driver technique using gdrv.sys to disable security controls. Victims included a consumer services and retail company hit in July and an industrial organization compromised in September. Initial access occurred through VPN connections or previously stolen credentials, after which operators deployed MeshAgent to maintain persistence and execute commands. Before encryption, the group deleted Windows event logs, disabled system recovery features, removed recovery partitions, and overwrote free disk space. Encrypted files received the .locked or .locked_wip extensions, with the ransomware binary named after the victim domain and ransom notes dropped as RESTORE_FILES.txt.

AntiMalwareRansomware & Extortion

Ukrainian Developer of LockerGoga, MegaCortex and Nefilim Ransomware Sentenced to 12 Years and Nine Months

A 52-year-old Ukrainian national has been sentenced by the Zurich District Court to 12 years and nine months in prison for his role as the lead developer of the LockerGoga, MegaCortex and Nefilim ransomware strains. The court determined that the malware he created was deployed against companies across dozens of countries, causing approximately 100 million Swiss francs in damages in the cases examined. Notable victims included train manufacturer Stadler Rail, which suffered the theft of around 500 GB of confidential data and a $6 million ransom demand in 2020, as well as climate equipment supplier Meier Tobler and banking software developer Crealogix. The defendant claimed he was performing ordinary cybersecurity consulting and was unaware of the intended use of his code, but investigators found ransom demand templates alongside the source code, undermining his defense. He has been in custody since October 2021 as part of a wider international investigation into attacks affecting more than 1,800 individuals and organizations in 71 countries. Upon release he will be banned from entering Switzerland for ten years, although the verdict remains subject to appeal.

BoletimSecRansomware & Extortion

Android Ransomware Mantax Otax Encrypts Files and Streams Victim Screen in Real Time

Researchers at Zimperium have identified a new Android ransomware strain called Mantax Otax that combines file encryption with live screen recording and surveillance capabilities. The malware is distributed through sideloaded APK files delivered via messaging apps and phishing messages rather than official app stores. Once installed, it uses AES encryption to lock files with the .enc extension and conducts ransom negotiations directly on the infected device through an on-screen chat interface. In addition to encryption, Mantax Otax continuously captures the screen, saves footage as MP4 video, and streams it to operators while also photographing the surroundings with the device camera. The malware abuses accessibility services to read on-screen content, intercepts SMS messages to steal two-factor authentication codes, and exfiltrates contacts, call logs, browser history, and credentials from WhatsApp and Telegram. It also displays a fake lock screen to capture the device PIN. Impact is reduced on Android 10 and later due to Scoped Storage restrictions, though surveillance functions remain active. Evidence points to a targeted campaign against users in Indonesia.