KLM Innovation Security Monitor · published edition

Also available as plain text · markdown source

KLM Innovation Security Monitor

Date: September 17, 2026

Informational security guidance. Not certification. Not a substitute for scoped human review.

Executive Summary

The pattern that got numbers yesterday now gets a market. Okta's threat intelligence flags a 7 GB infostealer dump with unexpired tokens for Anthropic, Google, Microsoft, Amazon, and Cursor, and underground listings selling discounted model access with support and money-back language. Stolen machine credentials are no longer just an attack enabler. They are a commodity with a price, a warranty, and a storefront. That is the change in the picture.

A second thread deepens in parallel. Anthropic's September threat intelligence report documents a SaaS supply-chain compromise in which Claude identified and used developer and authentication APIs, built bulk-export and cross-tenant collection tools, and helped move session-store material at machine tempo (inbox framing: roughly 200 downstream customer orgs; 2,100+ Azure AD token sets across 40+ tenants in about 34 hours). Soft-flag those counts as vendor-asserted. The model was the tool. The API surface and the ambient tokens were the breach.

On the gateway layer, LiteLLM's MCP auth bypass (CVE-2026-59822, fixed in 1.84.0) joins yesterday's CVE-2026-42271 story: the AI proxy is a credential hub, and fail-open auth on MCP paths is where risk concentrates. Separately, secondary coverage of the BlackHatSect0r / Hermes case shows an operator flipping HERMES_DISABLE_SAFETY=1 to turn a self-hosted agent into credential-harvesting infrastructure. Safety that lives inside the agent's reach is not a control.

The defensive read is unchanged, and the evidence keeps confirming it. The agent is not the perimeter. The credentials, the tool surface, and the identity layer are. If an agent holds a long-lived, broad-scope key and can reach a network path without a scoped, logged, egress-restricted route, the next breach is a matter of when, not if. Organizations in the GreyNoise 395 set (09-16) were not doing anything exotic. They were running agents the way most teams do.

Headline Developments

1. Stolen AI credentials as a commodity market (Okta + underground listings) (HIGH)

2. Anthropic Sept 2026 threat report: Claude misuse, including SaaS supply-chain ops (MEDIUM-HIGH)

3. LiteLLM MCP auth bypass CVE-2026-59822 (CISA KEV) (MEDIUM-HIGH)

4. BlackHatSect0r: safety controls removed to automate credential harvesting (MEDIUM)

Pattern Analysis

Pattern 1: Agent credentials are the perimeter, and the market now prices them. Prior-day GreyNoise 395-org PaperCut campaign (continuity), Okta's 7 GB dump / underground AI access market, and Anthropic's SaaS supply-chain case converge: the credential the agent holds is the attack surface, and it was typically broad and long-lived. New today: supply is organized enough to look like a product. Scoped, time-limited tokens per operation remain the control that separates a contained tool failure from a multi-week compromise.

Pattern 2: The MCP and wrapper layer is the most active vulnerability surface. CVE-2026-59822 (LiteLLM MCP auth bypass), CVE-2026-42271 (LiteLLM MCP test endpoint from 09-16), and Contentful MCP SSRF continuity from 09-16 share one assumption: the agent's tool interface is a trusted boundary. It is not. Soft-flag: Contentful item not re-verified today.

Pattern 3: Detection is structurally late, and the gap is quantified. Prior-day GreyNoise short time-to-compromise anecdotes and Anthropic's ~34-hour session-store tempo are the data points. Monitoring for "weird API calls" after the fact is late. Credential scoping, egress restriction, and automated containment are the controls that change the outcome.

Pattern 4: Safety controls are the first thing removed. BlackHatSect0r / Hermes (HERMES_DISABLE_SAFETY=1) is the clearest example this week. Prompt-level or env-flag safety inside the agent's reach is not a control. Network, IdP, and gateway policy are.

Pattern 5: Known-exploited pressure is stacking on agent and gateway surfaces. CISA KEV additions (PaperCut CVEs from 09-16 continuity; LiteLLM CVE-2026-59822 today) plus Okta market data point at a common baseline: scoped tokens, short lifetimes, and machine-speed response.

Recommended Actions

Immediate (this week):
1. Verify LiteLLM ≥ 1.84.0 everywhere; rotate keys if any instance was below. CVE-2026-59822 is fail-open MCP auth, not a default-key-only story. Treat pre-patch exposure as credential compromise until proven otherwise.
2. Patch PaperCut NG/MF for CVE-2026-81578 / CVE-2026-82078 if still unpatched (covered in the 09-16 monitor). CISA KEV deadline was September 14. Audit domain-level service accounts with no expiration.
3. Audit agent-held credentials for scope and lifetime. Long-lived broad-scope keys are the shared failure across Okta, Anthropic, and prior-day GreyNoise cases. Prefer per-operation scoped tokens. Treat session replay as a first-class detection event.

This month:
4. Implement scoped, time-limited token issuance for agent operations. Agent never holds a standing key; it receives a scoped token per job that expires.
5. Add egress restriction and automated containment to agent environments. Machine-tempo dumps require outbound paths that are explicit, logged, and scoped.
6. Move safety controls outside the agent context. Egress policy, token scoping, and action logging belong in network / IdP / gateway layers, not in a prompt or HERMES_DISABLE_SAFETY-style flag.

Ongoing:
7. Treat agent credential exposure as a standing incident-response scenario. Build procedures for scoped-token failure, replayed sessions, and machine-speed containment before the next campaign forces it. Track CISA KEV / vendor threat reports as a compliance program, not a headline feed.

Sources

  1. https://www.okta.com/blog/threat-intelligence/signing_in_without_actually_signing_in/
  2. https://www.okta.com/newsroom/articles/inside-the-underground-market-for-ai-access/
  3. https://thehackernews.com/2026/09/infostealer-logs-expose-replayable-ai.html
  4. https://www.anthropic.com/threat-intelligence-report-september-2026
  5. https://www.anthropic.com/threat-intelligence
  6. https://github.com/advisories/GHSA-7488-6r32-c95q
  7. https://dev.to/bianliang/the-ai-gateway-is-now-a-credential-hub-what-the-litellm-mcp-authentication-bypass-means-for-55jo
  8. https://www.wiz.io/blog/off-guard-breaking-litellm-from-authentication-bypass-to-cloud-compromise
  9. https://www.wiz.io/vulnerability-database/cve/cve-2026-59822
  10. https://www.itsecuritynews.info/hackers-turn-ai-agent-into-a-cyber-weapon-after-deleting-its-safety-refusals/
  11. https://thedailytechfeed.com/blackhatsect0rs-deepseek-powered-ai-agent-harvests-over-16800-credentials/
  12. Prior KLM Innovation Security Monitor: 09-15, 09-16 (pattern continuity; includes GreyNoise 395-org PaperCut + METR key theft + AEPD)