Realtime AI News
Plugin4Shell zero-click RCE hits four AI coding agents
A report captured through Google News describes a zero-click remote code execution vulnerability called Plugin4Shell that affects four AI coding agents. Zero-click means the flaw needs no extra action from a user in the interface once its trigger condition is met.
A report captured through Google News describes a zero-click remote code execution vulnerability called Plugin4Shell that affects four AI coding agents.
Zero-click means exploitation requires no extra action from the victim in the interface: once the trigger condition is met, code runs in the target environment. For coding agents that operate with developer privileges, that can put source code, credentials and deployment pipelines within reach of an attacker.
The candidate material only provides headline-level detail. It does not name the four affected products, identify the component where the flaw sits, or describe the full exploitation path, so the analysis below reflects how this class of tool generally behaves rather than confirmed specifics of this vulnerability.
Coding agents sit in a privileged position by design. They read repositories, write files, execute commands and routinely connect to package managers and external services. Any execution path that external content can trigger risks upgrading prompt injection or dependency poisoning into real command execution.
Plugin and extension mechanisms are a traditional hotspot for this kind of risk, because they open an interface between the host program and third-party code. As the agent ecosystem adopts plugins and external connection layers at speed, the attack surface grows with every integration.
The practical response is layered. Until vendors ship fixes, teams should ask whether the relevant plugins are needed at all, run coding agents in containers or sandboxes, limit the credentials they can reach, and keep audit records of commands executed automatically.
What to watch is how quickly vendors respond, whether a formal vulnerability identifier and disclosure details follow, and whether the fixes address the trigger or only the payload. Events like this are also a test of agent security models: during a phase of rapid capability growth, isolation and permission control have to keep pace.
Why it matters
For teams wiring coding agents into daily development, this is a reminder that high-privilege automation needs sandboxing and least privilege, or the productivity gain becomes direct risk exposure.
Nearby Updates
All09/21, 08:55
Zhipu rolls out its strictest data protection mechanism after data-transfer controversy
Zhipu has brought online a data protection mechanism that Lianhe Zaobao describes as the strictest in China, following a controversy over alleged covert data transfers. The move puts model providers' data handling under scrutiny, and how verifiable the mechanism turns out to be will decide whether it restores trust.
09/21, 09:48
BYD Launches Didixia AI Super-Agent, Debuting On The Tengshi N8L
BYD has released Didixia, which it calls the automotive industry's first AI super-agent, debuting on the Tengshi N8L electric vehicle and upgrading the cockpit into an AI OS on its Xuaji 2.0 architecture. The open ecosystem platform supports A2A and MCP and already connects more than ten partner agents, with several Tengshi models set to receive OTA updates.
09/21, 09:51
Salesforce teams with Nvidia to push back against Claude
36Kr reports that Salesforce is teaming up with Nvidia to push back against Anthropic's Claude in the enterprise AI market. The move points to competition shifting from raw model capability toward bundles of platform, compute and ecosystem.
09/21, 08:00
OpenAI details how V7 gives AI agents institutional memory
OpenAI has published a customer story on V7, describing how the company uses GPT-5.6 to turn scattered corporate files into context that AI agents can act on. The piece stresses that V7's agents are meant to complete complex work while keeping every conclusion traceable to a source.