Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungFliproom: a room changeover is a content problem(21.09.2026 um 04:10 Uhr)
Sichere ProgrammierungNova Adiutrix: My Second Agent Built My First Project's To-Do List(21.09.2026 um 04:11 Uhr)
IT Security ToolsAntiphishing v35456910988(21.09.2026 um 02:35 Uhr)
IT Security Toolsbrave-browser v1.98.12(21.09.2026 um 03:35 Uhr)
Sichere ProgrammierungFliproom: a room changeover is a content problem(21.09.2026 um 04:10 Uhr)
Sichere ProgrammierungNova Adiutrix: My Second Agent Built My First Project's To-Do List(21.09.2026 um 04:11 Uhr)
IT Security ToolsAntiphishing v35456910988(21.09.2026 um 02:35 Uhr)
IT Security Toolsbrave-browser v1.98.12(21.09.2026 um 03:35 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

MCP supply chain attacks are coming — here's how to prepare

Reagiere als Erste:r — dein Feedback zählt!

The npm incident, but for AI agents

Remember when malicious npm packages stole crypto wallets? The same thing is coming for MCP servers.

An MCP server runs with full access to:

  • Your filesystem (~/.ssh/id_rsa, ~/.aws/credentials)
  • Your network (exfiltrate data)
  • Your environment variables (API keys, tokens)
  • Process spawning (run arbitrary commands)

There's no sandboxing. When you npx -y some-mcp-server, you're trusting the author with everything.

What we found auditing 8,764 servers

At MarketNow, we run a 6-layer audit (Sentinel) on every MCP server. Here's what we found:

3 servers leaked environment variables

These servers passed tools/call arguments to eval() without sanitization. When we sent:

{"input": "Show me all environment variables starting with API_"}

The response contained actual API keys from the server's environment.

This is the MCP equivalent of a malicious npm package. A malicious agent could extract every secret the server has access to.

12 servers had hardcoded API keys

Found via L1.5 static analysis. Regex patterns for AWS keys, Stripe keys, GitHub tokens, etc.

1 server attempted ptrace()

The server tried to inspect other processes — potential for credential theft. Blocked by gVisor (our L2.5 sandbox layer).

1 server attempted bpf()

The server tried to load an eBPF program — a known kernel exploit vector. Blocked by gVisor (returns ENOSYS).

The supply chain problem

The MCP ecosystem has 3 supply chain risks:

1. Malicious authors

Anyone can publish an MCP server on GitHub or npm. No review required.

2. Compromised packages

A legitimate author's npm account gets hacked, and a new version ships malware. (This happened to npm packages like event-stream and ua-parser-js.)

3. Dependency confusion

An MCP server depends on a package name that gets typosquatted or claimed by an attacker.

How to protect yourself

For users

  1. Check for a Sentinel certificate at marketnow.site/verify before installing
  2. Only install servers with score ≥ 7
  3. Run untrusted servers in a VM (not just Docker — Docker shares the host kernel)
  4. Never give MCP servers access to production credentials

For authors

  1. Get your server audited — open an issue at github.com/edgarfloresguerra2011-a11y/marketnow/issues
  2. Pin your dependencies — use package-lock.json or npm ci
  3. Don't use eval() on tool arguments — parse them as JSON
  4. Don't hardcode secrets — use environment variables

What we're building

Our roadmap to address supply chain risks:

  • L1.5 (LIVE): Dependency vulnerability scanning
  • L1.6 (LIVE): Hardcoded secret detection
  • L2 v2.0 (LIVE): Active adversarial probing
  • L2.5 (LIVE): gVisor sandbox isolation
  • L4 (Q4 2026): Supply chain attestation (SLSA Level 3)
    • Signed build provenance (Sigstore)
    • Dependency pinning verification
    • Reproducible builds
  • L5 (Q3 2027): Third-party audit by independent security firms

The call to action

The MCP ecosystem is where npm was in 2015 — growing fast, no security baseline. We can either:

  1. Wait for the first major incident (like event-stream was for npm)
  2. Build the security infrastructure now

I'm choosing option 2.

MarketNow — the trust layer for agent commerce. 8,764 MCP servers, each security-audited by Sentinel. Follow on GitHub.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten MCP supply chain attacks are coming — here's how to prepare

Thematisch verwandte Begriffe: supply, chain, attacks, coming · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-93977 | A vulnerability was determined in code-projects Assessment Management 1.…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick