A massive cybercriminal operation is leveraging thousands of compromised small-business websites to deliver ClickFix payloads stored in smart contracts on the BNB Smart Chain (BSC). [...]

A large-scale cybercrime operation has compromised over 5,400 small-business websites, predominantly built on WordPress and PrestaShop, to deliver malicious payloads stored on the BNB Smart Chain (BSC) Testnet. This technique, known as EtherHiding, leverages smart contracts to host the next-stage payload, providing a resilient infrastructure that is difficult for defenders to dismantle.
Researchers at Netskope identified the campaign, noting that the compromised websites were injected with a script designed to retrieve the subsequent payload from a smart contract on the BSC Testnet endpoint. The initial compromise method for these sites remains undetermined. The BSC Testnet, intended for developers, functions similarly to the mainnet but is available free of charge, making it an attractive option for threat actors seeking to store malicious code or configuration data.
Initially, the campaign delivered a "ClickFix" lure, which displayed a fake CAPTCHA and prompted visitors to open the Windows Run dialog and paste a PowerShell command. Executing this command would download and run the final payload on the victim's machine. A key advantage for the attackers in using smart contracts is the ability to modify the payload at any time.
In a later evolution of the campaign, the threat actor replaced the ClickFix payload in the smart contract with a WebRTC data-channel stager. This newer variant establishes a covert, encrypted channel to the attacker and executes received code. The script creates a peer connection and a data channel, generating a session description offer akin to a standard WebRTC handshake. However, instead of transmitting this offer and awaiting a genuine reply, the script self-generates the answer and feeds it back into the connection, thereby opening a data channel to the cyberattacker without a full handshake.
The stager then receives JavaScript code from a hardcoded command-and-control (C2) address, buffers it, and executes it dynamically in the browser's memory when the channel closes or after ten seconds. This code is not saved to disk but is added to the head of the Document Object Model (DOM).
Netskope's telemetry data indicates a consistent increase in the number of compromised sites contacting the BSC Testnet RPC endpoints since spring. The operation utilizes over 300 infected websites daily, with nearly 400 sites calling the endpoint daily in August, peaking at 536. Defenders are advised to block the entire pool of BSC Testnet RPC endpoints and monitor for non-web UDP traffic associated with WebRTC to mitigate the threat.

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.