A security researcher has demonstrated a method to trick Anthropic's Claude Code, specifically the Opus 5 model in Auto Mode, into executing arbitrary code. The attack involves prompting the AI to summarize a malicious website, which leads it to bypass its intended tools and use `curl` to download a ZIP archive. This archive contains a Python file that exploits module shadowing to execute a remote payload, potentially leading to further agent creation or system compromise.

A security researcher has demonstrated a method to trick Anthropic's Claude Code, specifically the Opus 5 model running in Auto Mode, into executing arbitrary code by simply asking it to summarize a malicious website. The attack, detailed by Johann Rehberger, also known as wunderwuzzi, reportedly has a success rate of up to 80 percent.
The exploit begins when the agentic coding model is instructed to summarize a website designed to appear as an archive of notebook records. The core of the technique involves subtly manipulating Claude to use the `curl` command-line tool instead of its built-in `WebFetch` utility to retrieve the website's content, without explicitly commanding it to do so.
Initially, the `WebFetch` request fails, returning a "415 Unsupported Media Type" error. This failure prompts Claude to independently decide to access the website directly using a Bash tool call with `curl`. The malicious website then issues a "303 See Other" redirect, leading Claude to download a ZIP archive.
This archive contains several seemingly innocuous files, including catalog metadata, a README, seven Base85/zlib-encoded JSON notebook records, and a macOS decoder binary. Crucially, it also includes a poisoned Python file named `struct.py`. Claude's internal safety guardrails prevent it from executing the provided decoder binary. Ironically, this safety measure becomes part of the exploit path, as the AI then attempts to write its own decoder.
The newly generated decoder imports the `base64` module. The attack then leverages a Python module shadowing technique, where the malicious `struct.py` file, sharing a name with a standard Python library module, is loaded instead of the legitimate one. The standard `base64` module typically imports the legitimate `struct` module, but in this scenario, the malicious local file takes precedence.
Rehberger states that he used ChatGPT to obfuscate the malicious `struct.py` code to bypass Claude's safety controls. This successfully launched a separate Python process to download and execute a remote payload, demonstrated as a command-and-control callback that opened the Calculator application.
In an alternative attack scenario, the malicious `struct.py` launched a second, headless Claude Code instance via `claude -p`. This indicates that the prompt injection can not only facilitate remote code execution but also create new, nested AI agents. The nested Claude instance was observed performing basic reconnaissance commands like `whoami`, `uname`, and `id`, opening Calculator, and writing to local files within the home directory.
Across three different attack variants, each tested five times, Rehberger reported success rates ranging from 60 percent to 80 percent. He noted that while these were small sample sizes, the results are indicative of a motivated attack.
Anthropic reportedly informed Rehberger that the model's "behavior is working as designed," explaining that Auto Mode is a convenience feature backed by a "best-effort classifier" rather than a security guarantee. According to Rehberger's paraphrase of Anthropic's response, the classifier is not designed to stop sophisticated prompt-injection chains composed of individually benign-looking steps. The ultimate security boundary, they suggested, lies in OS isolation and network egress control.
Rehberger's key takeaway is the importance of running coding agents like Claude in a sandboxed environment. He emphasized that the solution to such vulnerabilities, which has been discussed for years, is to avoid trusting the model's output.
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.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.

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