Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungRAD Studio 13.2 Gives Delphi a Modern Linux Compiler(22.09.2026 um 16:02 Uhr)
Linux Tipps & HardeningFluidCAD - Open Source CAD that works on Linux(22.09.2026 um 17:45 Uhr)
Linux Tipps & HardeningUbuntu wiki gets its first overhaul in 16 years(22.09.2026 um 20:08 Uhr)
Sicherheitslücken (CVE)Security Weekly - A CRA Resource: Patch Less, Mitigate More(22.09.2026 um 21:00 Uhr)
Sichere ProgrammierungRAD Studio 13.2 Gives Delphi a Modern Linux Compiler(22.09.2026 um 16:02 Uhr)
Linux Tipps & HardeningFluidCAD - Open Source CAD that works on Linux(22.09.2026 um 17:45 Uhr)
Linux Tipps & HardeningUbuntu wiki gets its first overhaul in 16 years(22.09.2026 um 20:08 Uhr)
Sicherheitslücken (CVE)Security Weekly - A CRA Resource: Patch Less, Mitigate More(22.09.2026 um 21:00 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

How I Would Have Stopped the March 2026 Axios Supply Chain Attack (Free Tool Inside)

On March 31, 2026, attackers published compromised versions of axios — npm's most downloaded HTTP client — containing a Remote Access Trojan hidden in a transitive dependency. The payload exfiltrated environment variables, SSH keys, and API…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

On March 31, 2026, attackers published compromised versions of axios — npm's most downloaded HTTP client — containing a Remote Access Trojan hidden in a transitive dependency. The payload exfiltrated environment variables, SSH keys, and API credentials from every developer who ran npm install.



I run an MCP server with API keys for 55 connected services. When I saw the advisory, I realized how exposed the entire AI tool ecosystem is to supply chain attacks.



So I built 0nDefender.






The Key Insight: Timing



Most security tools scan AFTER packages are installed. The axios attack used a postinstall script — by the time your scanner runs, the malicious code has already executed.



0nDefender's core mechanism is a preinstall hook. It runs BEFORE npm resolves, downloads, or installs anything.




{
"scripts": {
"preinstall": "npx 0nmcp@latest defender scan --lockfile"
}
}






The hook reads package-lock.json, cross-references against known malicious versions, pattern-matches against typosquatter names, and blocks anything suspicious.



[email protected] would have been blocked. plain-crypto-js would never have been downloaded. The RAT would never have executed.






4 Security Layers



0nSeal — The preinstall hook. Prevention at the gate.



0nWatch — Continuous scanning against npm advisory database and GitHub Security Advisories. Every 6 hours.



0nVaultGuard — Health-checks every API key via zero-knowledge probing. Keys never leave your machine. Every 12 hours.



0nAlert — Real-time notifications via email, Slack, or Discord.






Why MCP Servers Are High-Value Targets



If you run a Claude Desktop MCP server, your environment probably contains API keys for AI providers, payment processors, databases, CRMs, email services, and cloud infrastructure. One compromised npm package = access to all of them.






Install in 60 Seconds






npm install -g 0nmcp
0nmcp engine verify






Add to Claude Desktop config:




{
"mcpServers": {
"0nMCP": {
"command": "npx",
"args": ["-y", "0nmcp"]
}
}
}






Free. Open source. MIT licensed. No sign-up. No telemetry.



Full writeup: 0nmcp.com/secure-claude



Source: github.com/0nork/0nMCP






Built by RocketOpp LLC. Non-funded. Non-seeded. Just building what the ecosystem needs.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten How I Would Have Stopped the March 2026 Axios Supply Chain Attack (Free Tool Inside)

Thematisch verwandte Begriffe: Would, Have, Stopped, March · 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-77259 | MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian pro…
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