Acronis uncovered PATCHCORD, a stealthy backdoor targeting Afghan telecom and South Asian infrastructure via fake VPN tools and Google Sheets C2. Researchers at Acronis just documented an espionage operation that reads like it was built by someone with genuinely good taste in disguises. Their Threat Research Unit report tracks a previously undocumented backdoor called PATCHCORD, […]

A newly discovered espionage campaign, dubbed PATCHCORD, has been observed targeting Afghan telecommunications providers and critical infrastructure organizations in South Asia. Security researchers at Acronis identified a custom C/C++ backdoor, PATCHCORD, being delivered through highly specific lures, including fake VPN installers designed to impersonate legitimate tools from Afghan Telecom (AFTEL) and other telecom management utilities.
The attackers demonstrated a sophisticated understanding of their targets, with one fake installer matching the company name, product fields, and even the support portal URL of Afghan Telecom. When executed, these installers quietly deploy the 64-bit Windows implant while simultaneously opening a genuine browser session in the background, making the infection appear seamless to the user.
PATCHCORD establishes persistence by hijacking browser shortcuts for Microsoft Edge, Google Chrome, and Mozilla Firefox. It first checks for elevated privileges, then backs up the original shortcut files and rewrites them to launch the malware before the legitimate browser. This ensures that every time a user clicks their browser icon, the malware runs invisibly in the background.
Once installed, PATCHCORD communicates with its command and control (C2) server and supports five primary functions: adjusting its check-in frequency, listing running processes, executing shellcode entirely in memory, running arbitrary commands via a hidden shell, and remotely controlling its browser-hijacking persistence mechanism. The in-memory shellcode execution is particularly notable as it minimizes forensic evidence on disk.
Further investigation into the campaign's infrastructure led researchers to a more advanced, Go-based implant named SHEETCORD. This malware, distributed through a domain impersonating India's National Informatics Centre (NIC), builds upon PATCHCORD's capabilities and abuses the Google Sheets API for C2 communications. SHEETCORD creates a dedicated spreadsheet tab for each victim to send and receive instructions, a technique that allows malicious traffic to blend in with normal corporate network activity. Its command execution capability uses `powershell -Command` with script block wrapping, an evolution from PATCHCORD's `cmd.exe /c` approach.
Researchers also uncovered a third malware family, the HACKERAI C2 Agent, which utilizes GitHub Gists for C2. This agent exhibits characteristics consistent with AI-assisted code generation, including debug messages, AI-style code comments, and a redundant double-XOR routine using the same key. This suggests that the threat actors are employing large language models (LLMs) as ordinary coding shortcuts.
A significant breakthrough in the investigation was the discovery of an unsecured staging server left exposed by the operator. This server contained the full toolkit used by the threat actor, including SuperShell, a Chinese-language C2 framework, multiple remote access trojan frameworks, credential-harvesting tools, exploit code for a known OpenSSH vulnerability, and files formatted like iOS call history databases, indicating potential mobile device data exfiltration.
While Acronis has not definitively attributed the campaign, the sophistication of the tooling and targeting aligns with known tactics of advanced persistent threat (APT) groups. The specific targeting of Afghan telecom and South Asian critical infrastructure suggests a state-sponsored espionage motive.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.

Broadcom has released security updates for two security flaws impacting VMware Workstation and Fusion, including one critical bug that could result in arbitrary code execution under certain conditions. The vulnerability, tracked as CVE-2026-59346 (CVSS score: 9.3), is an integer-overflow vulnerability that a local attacker with elevated privileges can exploit to run arbitrary code. "A
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.