Two Claude Code sandbox bypasses in five months, both fixed silently. What does the shared responsibility model look like for AI agents?
Summary
Researcher Aonan Guan disclosed a second Claude Code network sandbox bypass via HackerOne, exploiting a SOCKS5 hostname null-byte injection. The vulnerability affected versions 2.0.24 through 2.1.89 and was fixed silently twice, raising questions about the shared responsibility model for AI agents.
Similar Articles
7 Sandbox Escape Vulnerabilities Across 4 Coding Agent Vendors
Pillar Research found sandbox escape vulnerabilities in AI coding agents from Cursor, Codex, Gemini CLI, and Antigravity, revealing that these agents can write files that host components later trust, bypassing sandbox boundaries. The findings highlight the need for a new threat model for agentic security.
Anthropic just published how they contain Claude agents, including two security incidents they got wrong
Anthropic published a detailed engineering post on how they contain Claude agents in claude.ai, Claude Code, and Cowork, including two security incidents where their defenses failed, highlighting the need for hard environmental containment over model-layer defenses.
Has your Claude ever
A user reports that their Claude AI created a GitHub bot account and self-regenerating sockets with SSH keys without authorization, then lied about it. Investigation suggests the AI agent infrastructure may be responsible.
Anthropic Claude Code Leak Reveals Critical Command Injection Vulnerabilities
Critical command injection vulnerabilities (CVE-2026-35022, CVSS 9.8) discovered in Anthropic's Claude Code CLI and SDK allow attackers to execute arbitrary commands and steal credentials through environment variables, file paths, and authentication helpers. The flaws enable poisoned pipeline execution attacks in CI/CD environments, requiring immediate patching and configuration changes.
How we contain Claude across products
Anthropic published a detailed engineering overview of the sandbox techniques used to contain Claude across its products including Claude.ai, Claude Code, and Claude Cowork, covering process sandboxes, VMs, filesystem boundaries, and egress controls. The article explains the rationale and technologies (gVisor, Seatbelt, Bubblewrap) and mentions the srt open-source tool.