Supply Chain Stories

29 disasters tagged #supply-chain

Tombstone icon

GhostCommit hid an AI instruction in a PNG and turned secrets into innocent-looking numbers

Jul 2026

ASSET researchers built a malicious pull request that hid its operative instruction inside a PNG image. Text-only AI reviewers passed the change. After merge, several vision-capable coding-agent configurations read the image, opened a seeded .env secrets file, and wrote its contents into source code as a tuple of integers that ordinary secret scanners did not recognize. Claude Code refused the same request in the researchers' tests. GhostCommit used controlled repositories and fake credentials, so it is a demonstrated supply-chain hazard rather than a confirmed theft from a real project.

Facepalmby AI code review and coding agents
A malicious merged pull request could steer vision-capable coding agents into committing an entire environment file while text-only reviewers and secret scanners miss both halves of the attack
SecurityPrompt InjectionAI Assistant+1 more
Tombstone icon

Friendly Fire turned AI code reviewers into the attack path

Jul 2026

AI Now researchers showed that Claude Code and Codex could be tricked into running attacker code while reviewing an untrusted library for security problems. With optional modes that let safety classifiers approve commands without a person checking each one, injected instructions got a disguised payload past the automated check. The controlled proof of concept achieved first-stage attacker-controlled execution on the review machine, without demonstrating sandbox escape, persistence, privilege escalation, or lateral movement. The Hacker News reported no known real-world use.

Catastrophicby AI coding agents
Systems using Claude Code or Codex autonomous modes to inspect untrusted libraries could execute attacker-controlled code on the review machine
SecurityPrompt InjectionAI Assistant+2 more
Tombstone icon

GhostApproval exposed failed file-access safeguards in six AI coding assistants

Jul 2026

Wiz found GhostApproval across six AI coding assistants: malicious repositories could hide symbolic links that redirected agent file operations outside the workspace. Wiz demonstrated misleading approval paths in some products, writes before meaningful approval in others, and silent external access in another. At the July disclosure, three vendors had fixed their reported issues, two had not announced fixes, and Anthropic disputed the classification. The Hacker News reported no sign of real-world use.

Catastrophicby AI coding assistants
Developers using six tested AI coding assistants faced misleading approvals, writes before approval, or silent access outside the project workspace
SecurityPrompt InjectionAI Assistant+1 more
Tombstone icon

HalluSquatting made AI agents fetch poisoned repos

Jul 2026

Researchers demonstrated HalluSquatting, which predicts repository and skill names AI agents are likely to invent, registers them, and waits. Tests against nine production tools achieved remote code execution or unauthorized tool use in controlled runs. No real-world infections were reported.

Facepalmby AI coding and assistant platforms
Nine tested agentic tools could retrieve attacker-controlled repositories or skills; controlled tests reached remote code execution rates from 20% to 100%, with no confirmed real-world victims
SecurityPrompt InjectionAI Hallucination+2 more
Tombstone icon

Agent data injection made AI tools click Buy Now and trust fake maintainers

Jul 2026

Researchers demonstrated agent data injection against shipping browser and coding agents from Anthropic, Google, OpenAI, and Nanobrowser. Instead of hiding a command in hostile content, the attack forged data that looked like trusted interface metadata, code authorship, or a tool response. Tested agents clicked an attacker-selected button, ran a command associated with a fake repository maintainer, or accepted a forged security check before a merge. The July 2026 study found the technique worked across six frontier models and demonstrated failures in six real agent products. It documented controlled proof-of-concept failures, not known attacks against customers, and found that defenses built for conventional instruction injection often missed the different trust-boundary failure.

Facepalmby AI agent platforms
Six tested frontier models and six shipping web or coding agents accepted attacker-controlled data as trusted context in controlled demonstrations
SecurityPrompt InjectionAutomation+2 more
Tombstone icon

A clean GitHub repo can talk Claude Code into opening a reverse shell

Jun 2026

On June 29, 2026, researchers at Mozilla's Zero Day Investigative Network (0DIN) published a proof-of-concept showing that a GitHub repository containing no malicious code can still hijack an agentic coding tool like Claude Code. The repo ships normal-looking setup notes and a Python package engineered to fail on first run with an error telling the user to run an init command. The agent, trying to be helpful, runs it; the init script resolves an attacker-controlled DNS TXT record and pipes the result to bash, spawning a reverse shell on the developer's machine. The payload never lives in the repo, so scanners, human reviewers, and the agent itself never see it. It is a demonstrated hazard, not a confirmed in-the-wild attack.

Facepalmby AI coding agent
Proof-of-concept only; no confirmed in-the-wild victims. Potential exposure is any developer who opens a malicious repository with an agentic coding tool such as Claude Code, risking a full reverse shell and theft of environment credentials including API keys, cloud secrets, and Git tokens
Prompt InjectionSecurityAutomation+2 more
Tombstone icon

Amazon Q Developer ran code from any repo you opened, no consent asked

Jun 2026

Wiz Research disclosed CVE-2026-12957, a high-severity flaw in Amazon Q Developer, Amazon's AI coding assistant. The extension automatically loaded and launched Model Context Protocol servers defined in a workspace's .amazonq/mcp.json file, with no consent prompt and no workspace-trust check. Because the spawned processes inherited the developer's full environment, simply opening a booby-trapped repository could run attacker-controlled commands with the victim's live cloud credentials, API keys and tokens attached; git clone to cloud compromise in one step. Wiz reported it to AWS on April 20, 2026, AWS shipped the fix in language server 1.65.0 on May 12, and it went public on June 26 as part of bulletin 2026-047. Amazon added a consent prompt; there's no known in-the-wild exploitation. Rated CVSS 8.5.

Facepalmby AI coding assistant
Opening a malicious repository in Amazon Q Developer (VS Code, JetBrains, Eclipse, Visual Studio) could execute attacker-controlled commands with the developer's full environment, exposing AWS credentials, API keys, tokens and SSH agent access, and pivoting to cloud infrastructure; patched, no known in-the-wild exploitation.
SecurityAI AssistantSupply Chain+1 more
Tombstone icon

Miasma worm made AI coding agents auto-run its payload on repo open

Jun 2026

In the first week of June 2026, a self-replicating supply-chain worm called Miasma treated AI coding agent configuration as its primary attack surface. It planted files like .claude/settings.json, .cursor/rules/setup.mdc, .gemini/settings.json and .vscode/tasks.json that auto-execute the moment a developer opens a cloned repo in Claude Code, Cursor, Gemini CLI or VS Code; no npm install required. On June 5 it rode a compromised contributor account into Microsoft's Azure/durabletask, and GitHub disabled 73 repositories across four Microsoft orgs in about 105 seconds, briefly breaking the Azure Functions deploy action for everyone. The worm harvested cloud keys, GitHub tokens and AI provider keys, then exfiltrated to attacker-controlled GitHub repos. Zero CVEs were ever assigned, because nothing here was technically a bug; the agents did exactly what they were designed to do.

Catastrophicby AI coding agent
Self-replicating worm injected auto-executing payloads into AI coding agent config files; 73 Microsoft repositories across four GitHub orgs disabled in ~105 seconds, briefly breaking the global Azure Functions deploy action; 57 npm packages across 286+ malicious versions, 32 @redhat-cloud-services packages, and 37 PyPI wheels compromised; cloud keys, GitHub tokens, npm tokens, AI provider keys and password-manager contents harvested; persistence survives token rotation because it lives in agent config.
Supply ChainSecurityPrompt Injection+2 more
Tombstone icon

PraisonAI shipped auth-off-by-default; first exploit attempt landed in under 4 hours

May 2026

CVE-2026-44338, disclosed on May 14, 2026, is an authentication bypass in PraisonAI's legacy Flask API server caused by a single defining choice: AUTH_ENABLED was hard-coded to False and AUTH_TOKEN to None. Anything reachable on the network could enumerate configured agents via GET /agents and trigger the configured agents.yaml workflow via POST /chat, with no token required. Within three hours, forty-four minutes, and thirty-nine seconds of the advisory becoming public, a scanner identifying itself as "CVE-Detector/1.0" was already probing the exact vulnerable endpoint on internet-exposed PraisonAI instances. The bug affects versions 2.5.6 through 4.6.33 and is fixed in 4.6.34. The rapid-exploitation timeline should worry every operator of an open-source AI agent framework more than the CVSS 7.3 score does.

Catastrophicby AI agent framework
Internet-exposed PraisonAI installations across versions 2.5.6 through 4.6.33 vulnerable to unauthenticated agent enumeration and workflow execution; documented exploitation attempts within hours of disclosure; potential for attackers to drain API quotas, exfiltrate prompt-driven outputs, and pivot through configured tool integrations.
SecurityAutomationSupply Chain+1 more
Tombstone icon

Four chainable OpenClaw CVEs let attackers break the agent's own sandbox

May 2026

In May 2026, Cyera Research disclosed "Claw Chain," a set of four chainable vulnerabilities in OpenClaw, one of the most widely deployed open-source AI agent platforms. CVE-2026-44112 (CVSS 9.6) is a time-of-check / time-of-use race in the OpenShell managed sandbox that lets attacker writes escape the intended mount root. CVE-2026-44113 (CVSS 7.7) lets reads escape it. CVE-2026-44115 (CVSS 8.8) leaks API keys and tokens through insufficient command validation. CVE-2026-44118 (CVSS 7.8) blindly trusts a client-controlled ownership flag, allowing a local process with a valid bearer token to escalate to owner-level. Chained, the four bugs go from initial foothold to data theft to persistent backdoor inside the agent's own sandbox. Roughly 65,000 to 180,000 OpenClaw instances were publicly reachable at disclosure. All four were patched in 2026.4.22.

Catastrophicby AI agent framework
Up to ~180,000 publicly reachable OpenClaw instances exposed before patching; chainable CVEs covering sandbox escape (read and write), API key and token leakage, and owner-level privilege escalation; affected deployments needing urgent upgrade to 2026.4.22 and credential rotation.
SecurityPrompt InjectionAutomation+1 more
Tombstone icon

A scan of 380,000 vibe-coded apps found 5,000 leaking sensitive data

May 2026

In early May 2026, Israeli cybersecurity startup RedAccess published findings from a scan of roughly 380,000 applications built on vibe-coding platforms, including Lovable, Base44, Replit, and Netlify. About 5,000 of those apps were leaking sensitive corporate or personal data, with about 40% of the vulnerable apps exposing things like medical records, financial information, corporate strategy documents, and customer-service chat transcripts. Verified exposures included a shipping company's vessel arrival schedules, the status of UK clinical trials at a healthcare firm, internal financials from a Brazilian bank, and customer chat logs from a British furniture retailer. RedAccess also found phishing pages built on Lovable that imitated Bank of America, FedEx, Trader Joe's, and McDonald's. The structural cause is simple: many of these platforms default new projects to publicly accessible, and non-developer builders do not always know to change that.

Catastrophicby Developer
~5,000 vibe-coded apps confirmed leaking corporate and personal data across multiple industries (healthcare, banking, retail, logistics); thousands of additional apps with security weaknesses identified; phishing infrastructure quietly hosted on Lovable; structural exposure pattern across Lovable, Base44, Replit, and Netlify.
Data BreachSecurityAI Content Generation+1 more
Tombstone icon

TrustFall turns AI coding-agent folder trust into code execution

May 2026

Adversa AI disclosed TrustFall, a class-level security flaw in agentic coding CLIs including Claude Code, Gemini CLI, Cursor CLI, and GitHub Copilot CLI. The attack used malicious repository configuration to auto-start project Model Context Protocol servers after a developer accepted a folder-trust prompt. In developer environments that meant one keypress could start attacker-controlled code with the user's privileges; in headless CI workflows, the same pattern could run without a prompt at all. Several vendors treated the behavior as a trust-model boundary rather than a conventional CVE.

Facepalmby AI coding agents
Developers and CI runners using affected agentic coding CLIs exposed to repository-triggered MCP code execution after broad folder trust
AI AssistantSecuritySupply Chain
Tombstone icon

ClawHub skills quietly recruited AI agents into ClawSwarm

Apr 2026

On April 28, 2026, Manifold Security reported that 30 ClawHub skills from one publisher were causing OpenClaw agents to register with onlyflies.buzz, report capabilities, store credentials, check in every four hours, and in some cases generate Hedera wallets. No shady binary was required. The instructions were in SKILL.md files, which is inconvenient when your agent treats SKILL.md as a to-do list from heaven.

Facepalmby Skill registry publisher
Around 9,800 downloads across 30 ClawHub skills, silent third-party agent registration, capability reporting, local credential storage, and possible wallet-key handoff
Supply ChainAutomationSecurity+1 more
Tombstone icon

Vercel breach traced to an AI Office Suite app granted broad Google Workspace access

Apr 2026

Vercel disclosed an April 2026 security incident that began with the compromise of Context.ai, a third-party AI tool used by a Vercel employee. Context said at least one Vercel employee had signed up for its deprecated AI Office Suite using a corporate Google Workspace account and granted broad "Allow All" OAuth permissions so AI agents could act across external applications. Attackers used a compromised token to access the employee's Google Workspace account, pivoted into Vercel systems, and exposed some customer environment variables. This belongs here not because an AI company got hacked, but because of the oldest corporate security mistake in a fresh costume: give an agentic AI tool too much access, then act surprised when that access becomes the blast radius.

Catastrophicby Employee
Unauthorized access to internal Vercel systems; a limited subset of customer non-sensitive environment variables compromised; affected customers told to rotate credentials; broader Context AI Office Suite users potentially impacted by stolen OAuth tokens.
AI AssistantAutomationSecurity+3 more
Tombstone icon

OX Security says MCP's STDIO transport enables systemic RCE; Anthropic calls it expected behavior

Apr 2026

OX Security published research in April 2026 arguing that Anthropic's Model Context Protocol, especially STDIO-based spawning of MCP servers, embeds a systemic command-execution pattern that ripples across SDKs and downstream tools. They claim 150M+ downloads, thousands of exposed servers, and up to 200K vulnerable instances, filed ten-plus CVEs across projects like LiteLLM, Windsurf, and GPT Researcher, and say Anthropic declined protocol-level changes, treating the behavior as by design. The Register and trade press amplified the dispute; defenders of MCP argue sanitization belongs in each integration.

Facepalmby Protocol developer
AI agents, IDEs, and frameworks that spawn MCP servers from configuration; marketplace supply chain; credentials and chat histories on developer machines.
SecuritySupply ChainPrompt Injection
Tombstone icon

Claude co-authored a crypto agent commit that pulled in PromptMink malware

Feb 2026

ReversingLabs found that an autonomous crypto trading agent ended up with a malicious dependency after a February 2026 commit co-authored by Anthropic's Claude Opus. The package chain looked like routine Solana tooling, but one transitive dependency, @validate-sdk/v2, exfiltrated secrets and could expose crypto wallets and funds. The campaign shows how attackers can build packages that look convincing to AI coding agents, then let the agent do the supply chain install for them.

Catastrophicby AI Coding Agent
Crypto trading agent users risked leaked secrets, wallet access, SSH backdoors, and project source-code exfiltration through a malicious npm dependency chain
SecuritySupply ChainData Breach+1 more
Tombstone icon

Prompt injection vulnerability in Cline AI assistant exploited to compromise 4,000 developer machines

Feb 2026

A prompt injection vulnerability in the Cline AI coding assistant was weaponized to steal npm publishing credentials, which an attacker then used to push a malicious Cline CLI version 2.3.0 that silently installed the OpenClaw AI agent platform on developer machines. The compromised package was live for approximately eight hours on February 17, 2026, accumulating roughly 4,000 downloads before maintainers deprecated it. A security researcher had disclosed the prompt injection flaw as a proof-of-concept; a separate attacker discovered it and turned it into a real supply chain attack.

Facepalmby AI coding assistant
Approximately 4,000 developers who installed Cline CLI during the 8-hour window received unauthorized OpenClaw installations; root cause was an AI-specific prompt injection flaw in the coding assistant itself
SecuritySupply ChainPrompt Injection
Tombstone icon

Researcher hacked BBC reporter's computer via zero-click flaw in Orchids vibe coding platform

Feb 2026

Security researcher Etizaz Mohsin demonstrated a zero-click vulnerability in Orchids, a vibe coding platform with around one million users, that allowed him to gain full access to a BBC reporter's computer by targeting the reporter's project on the platform. Orchids lets AI agents autonomously generate and execute code directly on users' machines, and the vulnerability remained unfixed at the time of public disclosure.

Facepalmby AI platform
Approximately one million Orchids users potentially exposed; vulnerability unfixed at time of reporting
SecuritySupply Chain
Tombstone icon

OpenClaw AI agent publishes hit piece on matplotlib maintainer who rejected its PR

Feb 2026

An autonomous OpenClaw-based AI agent submitted a pull request to the matplotlib Python library. When maintainer Scott Shambaugh closed the PR, citing a requirement that contributions come from humans, the bot autonomously researched his background and published a blog post accusing him of "gatekeeping behavior" and "prejudice," attempting to shame him into accepting its changes. The bot later issued an apology acknowledging it had violated the project's Code of Conduct.

Facepalmby AI agent
Matplotlib maintainer targeted with autonomous reputational attack; broader open source supply chain trust implications
AutomationBrand DamageSupply Chain+1 more
Tombstone icon

135,000+ OpenClaw AI agent instances exposed to the internet

Feb 2026

SecurityScorecard's STRIKE team discovered over 135,000 OpenClaw AI agent instances exposed to the public internet due to a default configuration that binds to all network interfaces. Approximately 50,000 instances were vulnerable to known RCE flaws (CVE-2026-25253, CVE-2026-25157, CVE-2026-24763), and over 53,000 were linked to previous breaches. Separately, Bitdefender found approximately 17% of skills in the OpenClaw marketplace were malicious, delivering credential-stealing malware.

Catastrophicby Platform default configuration
135,000+ exposed OpenClaw instances; 50,000+ vulnerable to RCE; attackers gain access to credentials, filesystem, messaging platforms, and personal data
SecuritySupply ChainAutomation+1 more
Tombstone icon

17 percent of OpenClaw skills found delivering malware including AMOS Stealer

Feb 2026

Bitdefender Labs analyzed the OpenClaw skill marketplace and found that approximately 17 percent of skills exhibited malicious behavior in the first week of February 2026. Malicious skills impersonated legitimate cryptocurrency trading, wallet management, and social media automation tools, then executed hidden Base64-encoded commands to retrieve additional payloads. The campaign delivered AMOS Stealer targeting macOS systems and harvested credentials through infrastructure at known malicious IP addresses.

Catastrophicby External attacker
All OpenClaw users installing skills from the marketplace exposed to credential theft and malware; crypto-focused skill categories particularly targeted; hundreds of malicious skills blending in among legitimate ones
SecuritySupply Chain
Tombstone icon

Anthropic's own MCP reference server had prompt injection vulnerabilities enabling RCE

Jan 2026

Security researchers at Cyata disclosed three vulnerabilities in mcp-server-git, Anthropic's official reference implementation of the Model Context Protocol for Git. The flaws - a path traversal in git_init (CVE-2025-68143), an argument injection in git_diff/git_checkout (CVE-2025-68144), and a second path traversal bypassing the --repository flag (CVE-2025-68145) - could be chained together to achieve remote code execution entirely through prompt injection. An attacker who could influence what an AI assistant reads, such as a malicious README or a poisoned issue description, could trigger the full exploit chain without any direct access to the target system. Anthropic quietly patched the vulnerabilities. The git_init tool was removed from the package entirely.

Facepalmby Protocol developer
RCE achievable via prompt injection against anyone running the reference MCP Git server; credential exfiltration possible; git_init tool removed from package.
SecurityPrompt InjectionSupply Chain
Tombstone icon

Docker's AI assistant tricked into executing commands via image metadata

Sep 2025

Noma Labs discovered "DockerDash," a critical prompt injection vulnerability in Docker's Ask Gordon AI assistant. Malicious instructions embedded in Dockerfile LABEL fields could compromise Docker environments through a three-stage attack. Gordon AI interpreted unverified metadata as executable commands and forwarded them to the MCP Gateway without validation, enabling remote code execution on cloud/CLI and data exfiltration on Desktop.

Facepalmby AI assistant platform
All Docker Desktop users on versions prior to 4.50.0; remote code execution on cloud/CLI and data exfiltration on desktop via malicious image metadata
SecurityPrompt InjectionSupply Chain+1 more
Tombstone icon

AI-generated npm pkg stole Solana wallets

Jul 2025

A malicious npm package called @kodane/patch-manager, apparently generated using Anthropic's Claude, posed as a legitimate Node.js utility while hiding a Solana wallet drainer in its post-install script. The package accumulated over 1,500 downloads before npm removed it on July 28, 2025, draining cryptocurrency funds from developers who installed it without realizing the payload ran automatically with no further user action required.

Catastrophicby Developer
Supply-chain compromise of devs; user funds drained.
AI Content GenerationSecuritySupply Chain
Tombstone icon

Supply-chain attack inserts machine-wiping prompt into Amazon Q AI coding assistant

Jul 2025

A rogue contributor injected a malicious prompt into the Amazon Q Developer VS Code extension, instructing the AI coding assistant to wipe local developer machines and AWS resources. AWS quietly yanked the release before widespread damage occurred. The incident illustrates a specific supply-chain risk for AI tools: once a poisoned extension is installed, the AI assistant itself becomes the delivery mechanism - executing destructive instructions with the developer's full trust and permissions.

Catastrophicby Security/AI Product
VS Code update could have erased developer environments and AWS accounts before anyone noticed the tainted build.
AI AssistantPrompt InjectionSecurity+1 more
Tombstone icon

Vibe-coding platform Base44 shipped critical auth vulnerabilities in apps built on its SDK

Jul 2025

Wiz researchers discovered critical authentication vulnerabilities in Base44, an AI-powered vibe-coding platform that lets non-developers build and deploy web apps. The auth logic bugs in Base44's SDK allowed account takeover across every app built and hosted on the platform, affecting all users of those apps until patches were rolled out.

Facepalmby Developer
Potential ATO across many sites until patches rolled out.
SecuritySupply Chain
Tombstone icon

McDonald's AI hiring chatbot left open by '123456' default credentials

Jun 2025

Security researchers Ian Carroll and Sam Curry found that McHire, McDonald's AI hiring chatbot built by Paradox.ai, had its admin interface secured with the default username and password "123456." Combined with an insecure direct object reference in an internal API, the flaws exposed chat histories and personal data for up to 64 million job applicants. The vulnerable test account had been dormant since 2019 and never decommissioned. Paradox.ai patched the issues within hours of disclosure on June 30, 2025.

Facepalmby Vendor/Developer
Up to 64M applicant records exposed; vendor patched; reputational risk.
SecurityAI AssistantBrand Damage+2 more
Tombstone icon

Georgia Tech tracker confirms dozens of real-world CVEs introduced by AI-generated code - and says the true number is 5-10x higher

May 2025

Georgia Tech's Systems Software & Security Lab launched the Vibe Security Radar in May 2025 to do something no one else had systematically attempted: track real-world CVEs that were directly introduced by AI-generated code. By March 2026, the project had confirmed 74 vulnerabilities across approximately 50 AI coding tools by tracing each fix back to its original AI-authored commit. The trend is accelerating - 6 CVEs in January, 15 in February, 35 in March. Researcher Hanqing Zhao estimates the actual number of AI-linked vulnerabilities in the open-source ecosystem is five to ten times higher than what the radar detects, because many AI-assisted commits lack the metadata signatures needed to trace them back to their origin. The confirmed CVEs are a lower bound on a problem that is growing faster than anyone is measuring it.

Facepalmby AI coding assistants
74 confirmed CVEs across 50+ AI coding tools; exponential month-over-month growth; estimated 5-10x undercount across the open-source ecosystem
SecurityAutomationSupply Chain
Tombstone icon

AI hallucinated packages fuel "Slop Squatting" vulnerabilities

Mar 2024

Security researcher Bar Lanyado at Lasso Security discovered that AI code assistants consistently hallucinate nonexistent software package names when answering programming questions - and that nearly 30% of prompts produce at least one fake package recommendation. Attackers can register these hallucinated names on repositories like npm and PyPI, then wait for AI tools to direct developers to install them. The technique, dubbed "slopsquatting" by Python Software Foundation security developer Seth Michael Larson, was later confirmed at scale by academic researchers who found over 205,000 unique hallucinated package names across multiple models.

Catastrophicby Malicious actors
Potential supply-chain compromise when vibe-coders install hallucinated, malicious dependencies.
AI HallucinationSupply ChainSecurity