Security & Threat Intelligence

The Watch

The Signal

Anthropic's Claude Mythos Preview has autonomously discovered thousands of high-severity

Project Glasswing, a 40+ company coalition with $104M in funding, is racing to patch before that window closes.

In Play

  1. AI Zero-Day Discovery Revolution: 6-Month Proliferation Clock

    Anthropic's Mythos autonomously chains 5+ vulns into novel exploits, finding bugs that escaped 27 years of review. Open-weight models ~6 months from parity. Project Glasswing ($104M, 40+ companies) racing to defensively scan critical infrastructure before proliferation.

    Ask Clarity
  2. OpenClaw Authorization Catastrophe + GrafanaGhost AI Exploitation

    OpenClaw had 6 critical auth bypasses in 6 weeks (CVSS 9.4 and 9.9), with 63% of 135K+ exposed instances running unauthenticated. GrafanaGhost chains prompt injection to exfiltrate data through AI features, invisible to SIEM/DLP. Both represent AI platform security failures at production scale.

    Ask Clarity
  3. AI-Generated Code Dismantling SDLC Security Controls

    OpenAI shipped 1M lines with zero human review. Controlled studies show AI tools produce 41% more bugs. Vercel merges 58% of PRs without human review. GitHub dropped to 90% uptime under 17M monthly AI agent PRs. Your code review security gate is being eliminated by design.

    Ask Clarity
  4. Supply Chain Weaponization: Security Tools as Attack Vectors

    Trivy compromise confirmed as initial access for 340GB EU Commission breach. Axios hit via social engineering. Strapi npm packages poisoned. Chinese labelers running coordinated anti-distillation data poisoning that evades audit. Three software supply chain + one AI data supply chain attack in one period.

    Ask Clarity
  5. Geopolitical Cyber Escalation: DPRK Long-Game + Nation-State TTPs

    DPRK invested $1M real capital and 6 months of in-person social engineering before a $270M Drift Protocol heist — a new high-water mark for state-sponsored patience. FBI IC3 reports $20B+ cybercrime losses in 2025 (26% YoY), with BEC alone at $3.05B. Trust-based vetting no longer works against nation-state actors.

    Ask Clarity

Deep Dives

Claude Mythos & Project Glasswing: The 6-Month Window Before Automated Zero-Day Discovery Goes Commodity

What Happened

Anthropic disclosed Claude Mythos Preview on April 7 — a model they describe as too dangerous to release publicly. It has autonomously discovered thousands of high-severity zero-day vulnerabilities across every major operating system and web browser, including a 27-year-old bug in OpenBSD, an FFmpeg flaw that survived 5 million automated tests, and several Linux kernel vulnerabilities enabling full machine compromise. The model scores 93.9% on SWE-bench Verified — a 13-point leap over the previous state of the art in two months.

Most critically: Mythos doesn't just find individual bugs. It identifies five separate vulnerabilities in a single codebase and autonomously chains them into novel exploit paths. These capabilities emerged from general reasoning improvements, not specialized cybersecurity training — meaning every frontier lab will inevitably cross this threshold.


The Proliferation Timeline

Alex Stamos estimates open-weight models will replicate Mythos-class vulnerability discovery within approximately 6 months. Cisco's CSTO Anthony Grieco stated: "AI capabilities have crossed a threshold that fundamentally changes the urgency required to protect critical infrastructure." Once open-weight models reach parity, any actor with commodity hardware — ransomware gangs, hacktivists, nation-states — can run automated vulnerability discovery against any codebase.

Zero-days go from expensive skilled craft to cheap automated commodity in roughly 180 days. Your defense strategy must shift from 'prevent compromise' to 'survive compromise' before that window closes.

Project Glasswing: The Defensive Race

Anthropic launched Project Glasswing — a coalition of 40+ companies including Apple, Google, Microsoft, and Cisco with $104M in funding — to defensively scan and patch critical infrastructure and open-source dependencies before proliferation. Anthropic briefed CISA and the Center for AI Standards and Innovation before launch. Expect a surge of coordinated CVE disclosures in the coming weeks as Glasswing processes its findings.

This creates an unprecedented governance situation: a private company now holds thousands of exploits for virtually every major software project. Anthropic's model weights and vulnerability database are now the most valuable theft target in cybersecurity history. As journalist Kelsey Piper observed: a single entity controls an offensive capability that no government or organization has previously concentrated.


What This Means for Your Program

This is not an incremental improvement — it is a structural change in attacker economics. Your current vulnerability management cadence was designed for human-speed bug discovery. When bugs are found at machine speed, your 30-day patch SLA becomes a 30-day exposure window. Your SBOM gaps become exploitable blind spots. Your perimeter defenses become probabilistically weaker with each passing week as the stockpile of known (to AI) but unknown (to you) vulnerabilities grows.

No existing compliance framework — SOC 2, ISO 27001, NIST CSF, or CMMC — contemplates this scenario. Expect emergency guidance from CISA and potentially new regulatory requirements around AI-discovered vulnerability disclosure.

What to do

  1. Convene an emergency threat model review assuming automated 0day discovery by sophisticated and unsophisticated actors within 6 months. Re-evaluate blast radius for every internet-facing system.

  2. Stress-test your patch pipeline: simulate receiving 50+ critical CVEs in a single week from Glasswing disclosures. Pre-authorize emergency security patch windows if change management can't handle the velocity.

  3. Complete a comprehensive SBOM audit of FFmpeg, Linux kernel versions, OpenBSD-derived components, and all browser engines across production, staging, and dev environments by end of month.

  4. Accelerate microsegmentation and assume-breach architecture for Tier 1 assets this quarter. When 0days become commodity, preventing initial compromise becomes probabilistically harder.

  5. Brief your board using Grieco's quote and Stamos's 6-month estimate. Request accelerated budget for detection engineering and zero-trust initiatives.

OpenClaw Is 'The Vulnerability': 135K Exposed Instances + GrafanaGhost Proves AI Features Are Blind Spots

OpenClaw: Platform-Level Security Failure

OpenClaw — the open-source AI agent platform now owned by OpenAI — has had six pairing-related authorization bypasses in six weeks, all rooted in CWE-863 (Incorrect Authorization). The two most critical:

  • CVE-2026-33579 (CVSS 9.4): Scope validation bypass lets a low-privileged attacker approve device requests with elevated scopes
  • CVSS 9.9 (unnamed): Token rotation race condition enables full admin access and remote code execution

The numbers that should alarm you: 63% of 135,000+ publicly exposed instances run without authentication. As SANS editor Ullrich stated: "There are no vulnerabilities in OpenClaw. OpenClaw, as a concept, is the vulnerability."

This isn't a patching problem — it's a systemic design failure. Six auth bypasses in six weeks in the same subsystem indicates architectural debt, not implementation bugs. Anthropic's simultaneous cutoff of third-party Claude access through OpenClaw adds complexity: teams may have broken security automations they haven't noticed yet, and developers may migrate to unvetted alternatives.


GrafanaGhost: AI Features as Invisible Exfiltration Channels

Noma Security disclosed GrafanaGhost — a prompt injection chain that bypasses Grafana's domain validation and AI guardrails to exfiltrate private data via outbound image requests. The critical gap: this looks like normal AI behavior to your SIEM and DLP tools. No malware, no credential theft, no anomalous user behavior — just an AI feature coerced into serving the attacker. Grafana Labs validated the report and shipped a fix.

GrafanaGhost is the proof-of-concept that every enterprise tool with bolted-on AI features is a potential exfiltration channel your detection stack wasn't designed to see.

The Pattern: AI Platform Trust Failures

Cross-source analysis reveals a convergent pattern: OpenClaw's auth failures, GrafanaGhost's invisible exfiltration, and the Claude Code prompt leak (reported earlier this week) all target the orchestration and integration layer of AI tools — not the models themselves. The competitive moat and the attack surface are in the same place: the scaffolding. Multiple sources confirm OpenClaw users are rapidly switching to alternatives like Gemma 4, creating additional supply chain churn with its own integrity risks.

Meanwhile, AI agents are gaining access to increasingly sensitive infrastructure. New tools like InsForge give AI coding agents autonomous access to auth configurations, database permissions, and storage policies — with no human-in-the-loop. X/Twitter released tooling enabling AI agents to autonomously post, DM, and search at scale. Microsoft shipped MAI-Voice-1 for identity-consistent voice generation. The attack surface is expanding across every dimension simultaneously.

What to do

  1. Audit all OpenClaw deployments immediately: verify version 2026.3.28+, confirm authentication is enabled, enumerate internet-exposed instances. Remove or isolate any unauthenticated instances today.

  2. Patch Grafana if AI features are enabled. If AI features aren't business-critical, disable them until your team assesses prompt injection exposure.

  3. Inventory all enterprise tools with AI/LLM features and assess each for prompt injection vectors and unrestricted outbound request capabilities this sprint.

  4. Verify any Claude-dependent automations still function after Anthropic's third-party access cutoff. Migrate to direct API key auth.

  5. Create detection rules for AI subsystem outbound requests to untrusted domains, unusual image loads, and encoded data in URL parameters.

AI-Generated Code Is Dismantling Your SDLC Security Model — And the Data Proves It

The Numbers Are In

Across eight independent sources this cycle, a coherent and alarming picture emerges: AI-generated code is being shipped to production at scale, and the security controls designed for human-speed development are breaking down.

MetricValueSource
Bug increase from AI tools (controlled study)+41%Trending research paper
Speed gain+26%Same study
PRs merged without human review (Vercel)58%Vercel production data
OpenAI 'Dark Factory' code — human-written0 linesOpenAI Frontier team
AI agent PRs per month (GitHub)17 millionGitHub data
GitHub availability under load90%GitHub confirmation
Developer AI tool adoption84%Industry survey
Orgs with AI code governance<3%CodeReview report

The 'Dark Factory' Model

OpenAI's Frontier team publicly documented a five-month experiment shipping 1 million lines of code with zero human-written code and zero pre-merge human review. PR reviewer agents are explicitly configured to bias toward merging and ignore anything below P2 severity. Agents write product code, tests, CI/CD configs, Grafana dashboards, and even respond to operational pages. At 2 million weekly active Codex users growing 25% week-over-week, this methodology will propagate across your vendor ecosystem.

The implications go beyond code quality. OpenAI's chairman stated "software dependencies are going away" — agents internalize libraries rather than importing them. This renders SCA tools (Snyk, Dependabot) blind: no package name, no version, no known CVE, no SBOM entry. Years of security hardening in popular libraries get reset to zero when an agent rewrites them.

The security assumption that humans review code before it ships is being deliberately eliminated by the company defining AI tooling for the industry. If your AppSec program can't function without that control, you have months, not years, to fix it.

GitHub as Critical Infrastructure Under Strain

GitHub's availability has dropped to 90% — approximately 73 hours of potential downtime per month — as AI agents overwhelm databases, Redis clusters, and failover mechanisms. Claude Code alone grew from 100K to 2.5M weekly public commits in six months. GitHub's own COO acknowledged the API "hasn't been designed with agents in mind." If your CI/CD, secrets management, or deployment pipelines depend on GitHub, you have an unmitigated availability risk that compounds the code quality problem.


The Governance Gap

84% developer adoption against <3% governance maturity is a systemic control failure. Kent Beck and Martin Fowler, two of the most influential voices in software engineering, both warn that AI is driving an industry-wide speed-over-quality optimization, with companies measuring PR frequency as a performance metric — actively incentivizing volume over security. Beck identifies 're-soloing' — developers replacing human code review with AI agent interaction — as a dangerous trend that displaces the cheapest and most effective security control in your SDLC.

Meanwhile, 96% of developers themselves distrust AI output, yet the tooling ecosystem is designed to minimize friction. The result: vulnerability introduction rates scaling with commit velocity while security gates remain calibrated for human-speed development.

What to do

  1. Audit your SDLC for human-review-dependent controls. Map every security gate that assumes a human reads code before merge and develop automated compensating controls for agent-authored code this quarter.

  2. Stress-test SAST/DAST/SCA tools against AI-generated code patterns. Measure detection rates against OWASP Top 10 categories in AI-produced code this sprint.

  3. Enforce mandatory human review for security-critical code paths (auth, crypto, payment, PII handling) regardless of AI review status. Build into branch protection rules.

  4. Build GitHub outage resilience: mirror critical repos to a secondary Git provider, cache CI/CD artifacts locally, build fallback trigger mechanisms for security automation.

  5. Publish an AI coding agent access policy defining approved tools, credential scoping, least-privilege requirements, and audit logging mandates before adoption outpaces governance.

The bottom line

AI just discovered thousands of zero-days in every major OS and browser, and open-weight models will replicate this capability within 6 months — while simultaneously, AI-generated code is shipping 41% more bugs with 58% of PRs merging without human review, your security scanner (Trivy) was the EU Commission's breach vector, and 63% of 135,000 OpenClaw instances run without authentication. The common thread: the tools you trust to write code, find bugs, and manage AI agents are all either broken, compromised, or being deliberately stripped of the human oversight that was your last line of defense.