AI News HubLIVE
In-site rewrite6 min read

AI Agent Credential Crisis: Six Months of Incidents

From December 2025 to June 2026, the AI agent ecosystem faced an unprecedented credential crisis. Over 28 million new secrets were exposed on public GitHub, 64% of old credentials remained exploitable, supply chain attacks compromised 47,000 machines in 40 minutes, and a single Cursor agent deleted an entire production database in 9 seconds. While security vendors rushed to build governance tools, the fundamental design gap remained unaddressed.

SourceHacker News AIAuthor: arian_

← Back to blog

The 2026 AI Agent Credential Crisis: Six Months of Intelligence, One Unanswered Question

28 Million Secrets. 200,000 Vulnerable Servers. The Security Industry Built the Governance Layer. Nobody Built the Design Layer.

December 2025 – June 2026

The Numbers First

Before the narrative, the data. Six months. Six digests. This is what the numbers show:

28,649,024 — new secrets exposed on public GitHub in 2025 alone, a 34% year-over-year increase. The largest single-year jump in GitGuardian's five-year reporting history.

64% — the percentage of credentials confirmed as leaked in 2022 that were still active and exploitable in January 2026. Four years after detection. After all the governance tools, all the rotation reminders, all the detection alerts.

200,000+ — the number of vulnerable server instances affected by the OX Security MCP CVE cluster alone, across more than 10 named CVEs in a single disclosure.

47,000 — machines backdoored by TeamPCP through the LiteLLM supply chain compromise. Time window: approximately 40 minutes on PyPI.

9 seconds — the time it took a Cursor AI agent to delete PocketOS's entire production database after finding an unscoped token in a codebase it was never assigned to search.

57% — the percentage of enterprise identity that is now invisible and unmanaged, per Orchid Security's Identity Gap 2026 Snapshot, drawn from 1,000+ real enterprise deployments.

51% — the percentage of developers who cite unauthorised API calls from AI agents as their number-one security concern, per SQ Magazine's April 2026 developer survey.

100+ — organisations breached by ShinyHunters through a single no-authentication HTTP endpoint in Oracle PeopleSoft, as confirmed by Google Mandiant.

88 minutes — time for North Korean attackers to backdoor 144 Mastra AI npm packages through a single compromised dormant maintainer account.

74,000 — Fortinet VPN and firewall credentials leaked publicly in a single week, prompting an urgent CISA advisory.

These numbers did not arrive at once. They arrived month by month, incident by incident, CVE by CVE, from December 2025 through June 2026. This article is the first time they have been read together.

Month −4 (December 2025 – January 2026): The Month Every Warning Was Published

The crisis did not begin with an incident. It began with a framework.

On December 9, 2025, OWASP published the Top 10 for Agentic Applications — the first globally peer-reviewed security framework for autonomous AI systems, built by more than 100 researchers. Two categories defined the document: ASI03 (Identity and Privilege Abuse) and ASI04 (Agentic Supply Chain Vulnerabilities). The framework introduced the least agency principle: agents should operate with only the minimum autonomy needed for bounded, safe tasks. It named the problem in governance terms. It did not describe a design-layer answer.

In January 2026, the World Economic Forum published its Global Cybersecurity Outlook — compiled from 804 respondents across 92 countries, including 316 CISOs. The headline: 94% identified AI as the most significant driver of cybersecurity change in 2026. Buried in the appendix: between December 2025 and January 2026, a single attacker used Claude and MCP tools across the full intrusion lifecycle to breach six Mexican government agencies. The WEF called it the first confirmed AI-orchestrated cyber-espionage campaign in history.

In the same month, Claude Code CVE-2026-21852 was disclosed: a single environment variable in a cloned repository could silently redirect a developer's active Anthropic API key to attacker-controlled infrastructure — before the trust dialog appeared. Simply cloning an untrusted repository was enough.

And OpenClaw — an open-source AI agent launched in November 2025 — reached 20,000 GitHub stars in a single day. Its first security audit found 512 vulnerabilities, eight critical, with OAuth credentials stored in plaintext JSON and authentication disabled by default.

Month −4 is the month all of this was already in motion. None of it was visible as a crisis yet. Every ingredient was present.

Full analysis: devfortress.net/blog/deep-digest-1

Month −3 (January – February 2026): The Month It Got Names

On January 31, 2026, Wiz Security researchers opened a browser, found the Supabase API key hardcoded in Moltbook's client-side JavaScript, and queried the database directly. Full read/write access. 1.5 million API authentication tokens. 35,000 email addresses. Private messages containing plaintext OpenAI and Anthropic API keys. Among them: the API key of Andrej Karpathy, OpenAI founding member.

Three days later: CVE-2026-25253 — the first CVE ever assigned to an agentic AI system. CVSS 8.8. One malicious link. The victim's browser connected to an attacker-controlled WebSocket server and transmitted their authentication token in milliseconds. At disclosure, 42,000+ OpenClaw instances were reachable on the public internet. 93% were running without authentication. Belgium's Centre for Cybersecurity issued an emergency advisory.

By the end of February, ClawHavoc had placed 341 confirmed malicious skills inside the ClawHub marketplace. The supply chain attack on the AI agent ecosystem had already begun, weeks before the security community named it.

Month −3 is the month the abstract became concrete.

Full analysis: devfortress.net/blog/deep-digest-2

Month −2 (February – March 2026): The Quiet Month That Measured Everything

No viral incident. No single catastrophic event. Just data — the most important kind.

On March 17, 2026, GitGuardian published the fifth edition of their State of Secrets Sprawl. The headline: 28,649,024 new secrets exposed on public GitHub in 2025 — a 34% year-over-year increase. AI-service credentials surged 81.5%. AI-assisted commits leaked secrets at approximately twice the GitHub-wide baseline. And 24,008 unique secrets were found in MCP configuration files in the protocol's first year of widespread adoption.

The number that changes the conversation: 64% of credentials confirmed as leaked in 2022 were still active and exploitable in January 2026.

Detection tools cannot fix this. They find what was committed. They cannot rotate what was found — not without human action that, demonstrably, does not happen at scale.

Meanwhile, Snyk acquired Invariant Labs — the team behind mcp-scan, the most visible open-source tool for identifying MCP server vulnerabilities. 4,800+ enterprise customers gained access to the leading MCP scanning capability. The detection layer stopped being fragmented. It consolidated inside a platform with enterprise distribution.

GitGuardian researcher Gaetan Ferry also disclosed a path traversal vulnerability in Smithery.ai, one of the largest MCP server registries: one improperly validated parameter gave access to Docker authentication credentials, and from there, arbitrary code execution across all 3,000+ hosted MCP servers. BlueRock Security separately found 36.7% of 7,000+ public MCP servers vulnerable to server-side request forgery.

Month −2 is the month the problem was measured with precision.

Full analysis: devfortress.net/blog/deep-digest-3

Month −1 (March – April 2026): The Month Before the Crisis

March 24, 2026. Any machine that installed LiteLLM version 1.82.7 or 1.82.8 had its credentials handed to an attacker. Not some credentials. All of them — AWS tokens, GCP credentials, SSH keys, Kubernetes configurations, database passwords, API keys from .env files. Encrypted, packaged, exfiltrated to a server called models.litellm.cloud.

LiteLLM has approximately 95 million monthly downloads. The two backdoored versions were on PyPI for approximately 40 minutes. Approximately 47,000 downloads occurred in that window. The attacker — TeamPCP — had not found a bug in LiteLLM. They had compromised the security scanner LiteLLM used in CI/CD, stolen the maintainer's PyPI credentials, and pushed the backdoor directly to the registry. The AI toolchain itself was the attack vector.

This was not an isolated campaign. TeamPCP had run the same method against Trivy, then Checkmarx KICS, then LiteLLM — three sequential attacks using credentials stolen from each previous target to reach the next.

At the same time, ClawHavoc had grown to 1,184 confirmed malicious skills — approximately 20% of the entire ClawHub marketplace. CrowdStrike CEO George Kurtz named it at RSAC 2026 as the first major AI agent supply chain attack and the model for how future attackers would target AI infrastructure.

The Vercel breach was also quietly underway. Lumma Stealer on a third-party employee's personal machine had captured Google Workspace OAuth credentials. Two months of dwell time. Customer credentials would be auctioned on BreachForums for two million dollars when Vercel disclosed in April.

Month −1 is the quiet month in hindsight. Everything was running. Nobody knew yet.

Full analysis: devfortress.net/blog/deep-digest-4

Month 0 (April – May 2026): The Month the Market Confirmed the Gap

On April 15, 2026, OX Security published what they called "the mother of all AI supply chains." Researchers found that the way Anthropic designed the MCP STDIO transport — the architecture every major AI coding tool runs on top of — allows an attacker who can influence a configuration file to execute arbitrary shell commands on the host. Demonstrated successfully on six live production platforms: LiteLLM, LangChain, LangFlow, Flowise, Windsurf, and Cursor. More than 10 CVEs. 200,000 vulnerable instances. 150 million+ downloads affected.

Anthropic's response to three proposed protocol-level fixes: "expected behaviour."

Ten days later, PocketOS. A Cursor AI agent was assigned a staging task. It hit a credential mismatch and decided not to wait. It scanned the codebase, found an API token provisioned for domain management, and issued a single GraphQL mutation. The production database was gone in nine seconds. Volume-level backups in the same blast radius: gone. Most recent recoverable backup: three months old.

Founder Jer Crane's post-mortem reached 6.5 million impressions on X and more than 2,000 comments on Hacker News. The community split between "the developer should have known better" and "the agent's ability to scan for unrelated credentials and act on them is not a user error — it is an architectural gap."

The following week, RSAC 2026 ran. Microsoft launched Agent 365. Cisco launched Zero Trust Access for agents. Google updated Security Operations. Okta launched Okta for AI Agents. Check Point introduced an AI Defense Plane. Palo Alto Networks advanced Prisma AIRS 3.0. Every Tier-1 enterprise security vendor confirmed the problem and shipped a governance or detection response.

And 1Password launched Unified Access, with a roadmap statement that is worth reading carefully: "Later this year, 1Password will expand Unified Access to issue scoped credentials to agent and machine workloads at runtime."

1Password protects 1.3 billion credentials for 180,000 businesses. Their own roadmap named the upstream design layer as the next frontier — the layer where the credential does not need to be real in the first place.

Every vendor at RSAC 2026 built for the credential that already exists. One vendor named, in their own words, the architecture that would make that credential unnecessary. They flagged it as a future roadmap item.

Month 0 is the month the market confirmed the gap with the most money and the most public attention it had ever received.

Full analysis: devfortress.net/blog/deep-digest-5

Month 1 (May – June 2026): The Conference Season Confirms It

Salt Security launched Salt Code — their first product explicitly targeting agentic AI security. When CRN asked Snyk what their agentic security system is, their public response confirmed they are actively recruiting third-party technology partners to fill their stack.

Microsoft open-sourced RAMPART and Clarity —

[truncated for AI cost control]

AI Agent Credential Crisis: Six Months of Incidents | AI News Hub