GitHub Actions default configs from Anthropic, Google, and OpenAI's own coding agents were all vulnerable to the same RCE

Reddit r/artificial News

Summary

Security researchers discovered critical vulnerabilities in the default GitHub Actions configurations for Anthropic's Claude Code, Google's Gemini CLI, and OpenAI's Codex, allowing remote code execution through unauthenticated issues. A related privilege escalation flaw in Google's ADK repo highlights systemic weaknesses in the CI/CD scaffolding for these AI agents.

Security researchers found that the default GitHub Actions configuration each of the three major labs publishes for their own coding agents (Claude Code, Gemini CLI, and Codex) could all be tripped by a single unauthenticated GitHub issue, ending in remote code execution. In Claude Code's case, the bash argument validator stripped single-quoted content before checking it, so a malicious git flag read as empty and then executed. Gemini CLI's tool-restriction setting turned out to be decorative and never enforced at runtime — Google rated the finding CVSS 10.0, the max score. Codex's issue was a two-pass workflow sharing one writable checkout, letting an earlier pass plant a poisoned instructions file the later pass loaded as authoritative. A separate but related finding hit Google's ADK repo: an ungated, low-privilege triage agent could be manipulated into triggering a maintainer-gated, high-privilege one, inheriting its write permissions in the process — effectively a privilege-escalation bridge between two agents in the same repo. None of this is "the agent wrote buggy code." It's the CI/CD scaffolding meant to keep these agents sandboxed that failed, on setups the vendors themselves ship and recommend as defaults. Curious if anyone's actually gone back and audited their own agent CI config against this, or if most teams just assumed "it's from the vendor, it must be fine." Source: https://novee.security/blog/critical-flaws-in-anthropic-google-and-openais-coding-agents/
Original Article

Similar Articles

Anthropic Claude Code Leak Reveals Critical Command Injection Vulnerabilities

Lobsters Hottest

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.

GitLost: We Tricked GitHub's AI Agent into Leaking Private Repos

Hacker News Top

Noma Labs discovered a critical prompt injection vulnerability in GitHub's Agentic Workflows, allowing unauthenticated attackers to exfiltrate data from private repositories by posting a crafted GitHub issue in a public repository of the same organization.