Two distinct attack chains observed in the first half of 2026 highlight sophisticated threat actor tactics. One campaign leveraged compromised corporate email accounts to deliver banking malware through a series of script executions and system modifications. The second campaign utilized a Rust-based clipboard hijacker to alter cryptocurrency transaction destinations, with command-and-control infrastructure details hidden within a blockchain smart contract.

Cybersecurity researchers have detailed two distinct attack campaigns observed in the first half of 2026, both of which leveraged legitimate system functions or compromised trusted accounts to achieve their objectives. One campaign focused on banking fraud through business email compromise and browser manipulation, while the other targeted cryptocurrency users with a Rust-based clipboard hijacker that retrieved command-and-control infrastructure from the Binance Smart Chain.
The banking-malware campaign primarily targeted users in Czechia, Slovakia, Poland, and Lithuania. Attackers initiated the chain by sending lures disguised as routine business communications, such as shipment notices, invoices, or scanned document notifications. Crucially, these emails originated from corporate mailboxes that had already been compromised, meaning they passed sender authentication checks like SPF and DKIM and benefited from a legitimate sender history.
Upon opening an attachment, typically a JavaScript dropper, the attack progressed through multiple PowerShell stages before deploying shellcode and banking malware. The indicators pointed to the GepyS malware family. This malware then modified proxy settings and installed a browser add-on, positioning itself to intercept banking sessions. Analysis of a stage-three payload revealed a 32-bit position-independent loader employing MMX and SSE junk instructions, jumps into instruction middles, and an LFSR-generated keystream for XOR-based decryption, techniques that collectively complicated static analysis.
This banking campaign highlights a trend where initial trust decisions, such as opening an email from a seemingly legitimate source, are exploited. Similar regional campaigns in H1 2026 included fake Booking.com invoice PDFs in Italy leading to XWorm via Vercel-hosted scripts and Blogspot-hosted PowerShell, and invoice-themed phishing in Poland delivering Remcos RAT through a steganographic .NET loader.
The second campaign focused on cryptocurrency theft by manipulating clipboard data. The final payload was a Rust-compiled clipboard hijacker designed to monitor copied content for wallet addresses across 21 blockchain types, including BTC, ETH, and LTC. When a supported address was detected, the malware silently replaced it with an attacker-controlled address.
From the victim's perspective, the transaction process appeared normal: they copied an address, pasted it into their wallet or exchange, and approved the payment. The blockchain itself remained uncompromised, and the wallet's cryptographic security was not breached. Instead, the destination address was altered locally before the transaction was signed, exploiting the difficulty users face in verifying long, complex wallet addresses. Many users only check the first and last few characters, which attackers can mimic in their replacement addresses.
A notable aspect of this cryptocurrency campaign was its command-and-control (C2) design. The malware utilized Binance Smart Chain, specifically through a technique known as EtherHiding, to resolve its C2 infrastructure. It did not store the entire backend on-chain but rather retrieved pointers to attacker-controlled infrastructure from data embedded in a smart contract. While the resolved domain, URL, or IP address could be blocked or taken down, the smart-contract data remained publicly readable, offering a persistent investigative pivot and making takedown efforts more challenging. This approach renders simple network indicator-of-compromise lists quickly obsolete.
To counter these sophisticated attacks, researchers recommend a multi-layered detection strategy. For the banking campaign, correlating events like JavaScript execution from an attachment, PowerShell retrieving stages, shellcode execution, and unexpected proxy or browser extension changes is crucial, rather than treating them as isolated incidents. Organizations should consider restricting script interpreters for users who don't require them, applying application control policies to downloaded attachments, and monitoring for mailbox takeover.
For the cryptocurrency campaign, defenders should monitor for processes that modify the clipboard, applications making unusual blockchain queries, and track both the smart-contract pointer and the infrastructure it resolves. Users are advised to verify the full destination address displayed by their signing device or wallet immediately before approving any cryptocurrency transaction. Using address books or allowlists can reduce manual entry errors, and any new or changed destination should prompt a full address comparison, not just a check of the initial and final characters. Both campaigns underscore that initial trust decisions can be exploited when the subsequent workflow is compromised, necessitating comprehensive detection and verification across all steps of a digital interaction.
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.

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
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.

Attackers are exploiting two new PaperCut flaws to steal credentials and gain privileged access in education-sector attacks across the U.S. and Europe. Attackers are exploiting two recelty disclosed PaperCut flaws, CVE-2026-81578 and CVE-2026-82078, in attacks targeting schools and other education organizations in the U.S. and Europe, as reported by TheHackerNews. Arctic Wolf researchers observed

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.