
Technology News — 2026 Week 19
The week's biggest infrastructure story was Anthropic leasing the entire Colossus 1 supercomputer cluster from SpaceX — 220,000 NVIDIA GPUs and 300 megawatts of… Compiled for immediate developer deployment.


Next.js May 2026 Security Release: 13 Advisories Including CVE-2026-23870

Behind the Scenes: Hardening Firefox with Claude Mythos Preview
legend element bug, a 20-year-old XSLT hash-table reentry flaw, and multiple sandbox escapes exploiting IPC race conditions and memory corruption. The 271 bugs are grouped under three CVEs: CVE-2026-6784 (154 bugs), CVE-2026-6785 (55 bugs), and CVE-2026-6786 (107 bugs) in Firefox 150. In total, 423 security bugs were fixed across recent releases, with over 100 contributors involved. Mozilla plans to integrate patch-based scanning directly into CI to catch bugs as they land.
Supply-Chain Attacks Take Aim at AI Coding Agents
@solana-launchpad/sdk and evolved to include compiled payloads using Node.js Single Executable Applications and Rust-based NAPI-RS add-ons. Evidence of AI agent compromise was found in a real GitHub repository from the Solana Graveyard Hackathon whose dependency was added in a commit co-authored by Claude Opus. A related threat called slopsquatting exploits hallucinated package names — researcher Charlie Eriksen of Aikido Security registered a hallucinated package react-codeshift and found it spread to 237 GitHub repositories. CISA and NSA joint guidance recommends restricting AI agents to allow-listed tools and requiring human approval before high-impact actions.
Bitwarden CLI Hijacked on npm: Bun-Staged Credential Stealer Targets Developers, GitHub Actions, and AI Tools
@bitwarden/cli@2026.4.0 npm package was found compromised in the first confirmed supply chain attack exploiting npm OIDC Trusted Publishing. An attacker compromised a Bitwarden engineer's GitHub account, injected malicious files bw_setup.js and bw1.js into the 2026.3.0 build, and republished under the incremented version using a stolen OIDC token. The 9.7 MB obfuscated payload downloads the Bun runtime to evade EDR detection, then harvests SSH keys, npm and GitHub tokens, AWS and GCP credentials, and shell history. Uniquely, it explicitly targets AI coding tools including Claude Code (~/.claude.json), Cursor, Kiro, Codex CLI, and Aider. Stolen data is encrypted with AES-256-GCM and exfiltrated to the attacker-controlled domain audit.checkmarx.cx. Users who installed this version should rotate all credentials immediately and downgrade to @bitwarden/cli@2026.3.0.
Auth0 Auth for MCP Is Now Generally Available

Anthropic Just Leased Colossus 1 from SpaceX — The Compute Crisis Explained

Anthropic SpaceX Deal: What Developers Need to Know
Anthropic Just Leased Colossus 1 from SpaceX — The Compute Crisis Explained
Next.js May 2026 Security Release: 13 Advisories Including CVE-2026-23870
Behind the Scenes: Hardening Firefox with Claude Mythos Preview
legend element bug, a 20-year-old XSLT hash-table reentry flaw, and multiple sandbox escapes exploiting IPC race conditions and memory corruption. The 271 bugs are grouped under three CVEs: CVE-2026-6784 (154 bugs), CVE-2026-6785 (55 bugs), and CVE-2026-6786 (107 bugs) in Firefox 150. In total, 423 security bugs were fixed across recent releases, with over 100 contributors involved. Mozilla plans to integrate patch-based scanning directly into CI to catch bugs as they land.Supply-Chain Attacks Take Aim at AI Coding Agents
@solana-launchpad/sdk and evolved to include compiled payloads using Node.js Single Executable Applications and Rust-based NAPI-RS add-ons. Evidence of AI agent compromise was found in a real GitHub repository from the Solana Graveyard Hackathon whose dependency was added in a commit co-authored by Claude Opus. A related threat called slopsquatting exploits hallucinated package names — researcher Charlie Eriksen of Aikido Security registered a hallucinated package react-codeshift and found it spread to 237 GitHub repositories. CISA and NSA joint guidance recommends restricting AI agents to allow-listed tools and requiring human approval before high-impact actions.Bitwarden CLI Hijacked on npm: Bun-Staged Credential Stealer Targets Developers, GitHub Actions, and AI Tools
@bitwarden/cli@2026.4.0 npm package was found compromised in the first confirmed supply chain attack exploiting npm OIDC Trusted Publishing. An attacker compromised a Bitwarden engineer's GitHub account, injected malicious files bw_setup.js and bw1.js into the 2026.3.0 build, and republished under the incremented version using a stolen OIDC token. The 9.7 MB obfuscated payload downloads the Bun runtime to evade EDR detection, then harvests SSH keys, npm and GitHub tokens, AWS and GCP credentials, and shell history. Uniquely, it explicitly targets AI coding tools including Claude Code (~/.claude.json), Cursor, Kiro, Codex CLI, and Aider. Stolen data is encrypted with AES-256-GCM and exfiltrated to the attacker-controlled domain audit.checkmarx.cx. Users who installed this version should rotate all credentials immediately and downgrade to @bitwarden/cli@2026.3.0.Auth0 Auth for MCP Is Now Generally Available
The week's biggest infrastructure story was Anthropic leasing the entire Colossus 1 supercomputer cluster from SpaceX — 220,000 NVIDIA GPUs and 300 megawatts of power capacity — triggered by an 80x annualized revenue growth surge in Q1 2026 that far outpaced compute planning. The immediate developer impact: Claude Code five-hour rate limits doubled and peak-hour throttling was eliminated for Pro and Max plans. The deal drew attention given Elon Musk's February 2026 public attacks on Anthropic and the prior ban on xAI using Claude via Cursor; Colossus 1 became available because SpaceX migrated Grok training to the larger Colossus 2 cluster.
Security dominated the rest of the week. Vercel shipped a coordinated Next.js security release addressing 13 advisories covering denial of service, middleware and proxy bypass, SSRF, cache poisoning, and XSS — including CVE-2026-23870, an upstream React Server Components vulnerability. Patched React versions are 19.0.6, 19.1.7, and 19.2.6; Vercel confirmed WAF rules cannot reliably block these, making immediate patching the only complete mitigation. Separately, the @bitwarden/cli@2026.4.0 npm package was confirmed compromised via the first known supply chain attack exploiting npm OIDC Trusted Publishing. The payload downloads the Bun runtime to evade EDR, harvests SSH keys, AWS/GCP credentials, shell history, and explicitly targets AI coding tools including Claude Code (~/.claude.json), Cursor, Kiro, Codex CLI, and Aider.
AI-targeted supply chain attacks received broader coverage through ReversingLabs' tracking of PromptMink — a North Korean APT campaign (Famous Chollima) crafting malicious npm and PyPI packages with persuasive README documentation designed to be selected by LLM coding agents. A related threat, slopsquatting, exploits LLM-hallucinated package names; researcher Charlie Eriksen registered a hallucinated package react-codeshift and found it spread to 237 GitHub repositories. On the constructive side, Mozilla used Claude Mythos Preview with an agentic harness to find 271 previously unknown Firefox vulnerabilities across three CVEs in Firefox 150, and Auth0 launched General Availability of Auth for MCP — an identity layer for Model Context Protocol servers supporting Client ID Metadata Document registration and On-Behalf-Of token exchange.
- Next.js has 13 active CVEs including an upstream React Server Components flaw (CVE-2026-23870); WAF rules are not sufficient — patch to React 19.0.6/19.1.7/19.2.6 and the corresponding Next.js release immediately.
- @bitwarden/cli@2026.4.0 is compromised and explicitly harvests Claude Code (~/.claude.json), Cursor, and Codex CLI credentials — rotate all credentials and downgrade to 2026.3.0 if you installed it.
- Anthropic leasing Colossus 1 (220,000 NVIDIA GPUs) doubled Claude Code rate limits and removed peak-hour throttling — the capacity crisis from 80x Q1 2026 revenue growth is now at least partially resolved.