< Back to all clusters

Security researchers have uncovered two distinct attack campaigns affecting modern software development. Checkmarx identified the ViteVenom supply‑chain operation, in which seven malicious npm packages were published to the npm registry between June 29 and July 3 2026. The packages impersonate the official @vitejs/* namespace, load a loader that queries the Tron blockchain for a transaction hash, then retrieve and decrypt a remote‑access trojan from Binance Smart Chain. The payload can open a reverse shell, harvest credentials and exfiltrate files. The campaign builds on the earlier ChainVeil malware and is linked to the SuccessKey threat actor.

Separate research demonstrated “Agent Data Injection” attacks that bypass guardrails of AI agents such as Claude Code, Google Gemini CLI and other web‑based assistants. By spoofing trusted metadata—e.g., a poisoned product‑review element ID or a forged GitHub comment appearing to come from a project maintainer—attackers caused agents to mis‑click “Buy Now” or execute unauthorized commands on a developer’s machine. Tests show current AI guardrails fail to stop these injections up to 50 % of the time. Mitigations like randomising element IDs or stricter provenance tracking may reduce risk but can degrade functionality, and major vendors have yet to devise a universal fix.