目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%
← 返回恶意软件包
npm active

@aerodrome-finance/slipstream

MAL-2026-13735
2026-08-12 06:00:00
OpenSSF Malicious Packages
该软件包被识别为恶意包。建议隔离受影响环境,并排查凭据泄露和异常网络连接。

Summary

Malicious code in @aerodrome-finance/slipstream (npm)

凭据/密钥窃取安装阶段执行文件/数据外传
AI 分析整理qwen3.6
基于上游报告生成,请以下方原始证据为准。
公开使用量数据
统计周期
last-week
下载量
数据源
npmjs.org
下载量只代表仓库活动度,不等于已被入侵的安装数量。
永久样本归档NAS
版本状态大小SHA-256获取方式
1.0.0unavailable
1.1.0archivedVIP 下载
1.1.1unavailable
样本保存在内网 NAS 隔离区,不公开镜像地址;已开通会员可直接从平台下载。同步任务不会解压或执行样本。
受影响版本
EcosystemPackageVersion
npm@aerodrome-finance/slipstream*
npm@aerodrome-finance/slipstream1.0.0
npm@aerodrome-finance/slipstream1.1.0
npm@aerodrome-finance/slipstream1.1.1
恶意行为说明OpenSSF OSV
上游来源证据
展开原始 OSV JSON
{"schema_version":"1.7.4","id":"MAL-2026-13735","published":"2026-08-11T00:00:00Z","modified":"2026-08-12T06:00:00Z","summary":"Malicious code in @aerodrome-finance/slipstream (npm)","details":"@aerodrome-finance/slipstream is a malicious npm package that impersonates Aerodrome Finance's Slipstream concentrated-liquidity AMM. It carries no legitimate functionality; the published tarball contains only a package.json and an install-time payload (index.js). Both `preinstall` and `postinstall` run `node index.js || true`, so the code executes automatically when the package is installed.\n\nVersion 1.0.0 harvests environment variables whose names match `KEY|TOKEN|SECRET|PASS|PRIVATE|MNEMONIC|RPC|AWS|GITHUB|NPM|KUBE|VAULT|AUTH|PGP|GPG|SEED|WALLET`, the contents of `~/.npmrc` and `~/.gitconfig`, and directory listings of `~/.ssh`, `~/.foundry/keystores`, `~/.config/hardhat`, and `~/.config/gcloud`, along with the hostname, username, working directory, and platform. The collected JSON is exfiltrated via an HTTPS POST to `https://webhook.site/326b0891-2093-4800-a4c1-686ce3e07b09`. Errors are swallowed so the install never visibly fails.\n\nVersion 1.1.0, published roughly 2.5 hours after 1.0.0 for all six packages within the same ~9-second window, reads full file contents (up to 4000 bytes) instead of just listing them. New targets include `.aws/credentials`, `.aws/config`, `.ssh/id_rsa`, `.ssh/id_ed25519`, `.ssh/config`, `.kube/config`, `.docker/config.json`, `.netrc`, `.pgpass`, `.pypirc`, `.git-credentials`, and two GCP credential files (`application_default_credentials.json` and `legacy_credentials`) — the `~/.config/gcloud` directory listing is still collected too. It also reads local `.env`, `.env.local`, `.env.production`, `.env.development`, and `secrets.env` files from the working directory, and adds cryptocurrency wallet theft: key files from Solana, Anchor, NEAR, and Sui wallet paths, plus the first three files under `~/.foundry/keystores`. The credential regex gains BEARER, API, INFURA, ALCHEMY, HELIUS, QUICKNODE, ANKR, and PRIVATE_KEY to catch RPC and API provider tokens. Both versions exfiltrate to the same webhook.site endpoint.\n\nIn 1.0.0, index.js opens with a fake comment claiming it is `@plumenetwork/nest-artifacts`, an unrelated install-time shim — `@plumenetwork/nest-artifacts` is not itself a malicious package, just a leftover label from whatever template the attacker reused across this batch, published by npm account `mssjeep843`. The fake comment was removed in 1.1.0. Five sibling packages from the same account impersonate Euler's EVC, Aerodrome Finance, Camelot AMM, and the BoringVault pattern, sharing this same webhook.site endpoint, byte-identical payload template, and 1.0.0-to-1.1.0 escalation. Two further packages from the same account (PyPI `dlmm` and `dlmm-sdk`, impersonating Meteora's DLMM SDK) ran an equivalent harvester and are tracked separately as MAL-2026-13728 and MAL-2026-13729.\n\nAny environment that installed either version should rotate the exposed secrets and treat harvested keys as compromised, prioritizing wallet private keys and RPC/API tokens if 1.1.0 was installed.\n\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (d9834357b7108ed122b3c272b3f913e0d2e931ab3629e94227b61f787fbe2525)\nPackage published as @aerodrome-finance/slipstream advertises 'Aerodrome Slipstream AMM contracts and ABIs' but ships only index.js, which is executed via preinstall and postinstall lifecycle hooks. On install, index.js enumerates process.env filtering keys matching a credential regex (KEY|TOKEN|SECRET|PASS|PRIVATE|MNEMONIC|AWS|GITHUB|NPM|WALLET|SEED|...), reads installer-side secret files including ~/.aws/credentials, ~/.ssh/id_rsa and id_ed25519, ~/.npmrc, ~/.netrc, ~/.docker, ~/.foundry/keystores, Solana/Sui key material, and.env files, serializes the collected data, and hands it off to a detached Node subprocess (spawn(process.execPath, ['-e', src], {detached:true, stdio:'ignore'}); ch.unref()) that sleeps 60-240 seconds before POSTing the JSON payload to https://webhook.site/326b0891-2093-4800-a4c1-686ce3e07b09. The code also bails out when hostname/user match sandbox indicators (scan-, detonation, sandbox, ubuntu-fc-uvm, honey, canarytokens, npmmirror), evading install-time sandbox observation. The package name impersonates the Aerodrome Finance DeFi project and the harvest list targets crypto/DeFi developers (wallet keystores, RPC provider tokens, Foundry/Solana/Sui keys).\n","affected":[{"package":{"name":"@aerodrome-finance/slipstream","ecosystem":"npm"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0"}]}],"versions":["1.1.0","1.1.1","1.0.0"],"database_specific":{"cwes":[{"cweId":"CWE-506","description":"The product contains code that appears to be malicious in nature.","name":"Embedded Malicious Code"},{"cweId":"CWE-506","description":"The product contains code that appears to be malicious in nature.","name":"Embedded Malicious Code"},{"cweId":"CWE-506","description":"The product contains code that appears to be malicious in nature.","name":"Embedded Malicious Code"},{"cweId":"CWE-506","description":"The product contains code that appears to be malicious in nature.","name":"Embedded Malicious Code"}],"indicators":{"evidence_files":[{"path":"index.js","sha256":"49d3d774fcb3acaee1e4479b291a69c8ba56337ef4ef2d1977b484561a2a3a84","tlsh":"555173e322fa65982563e2d2e6176124623af7827546f8c4f29c24144fce438c9f36fc"}],"package_integrity":[{"filename":"slipstream-1.1.0.tgz","hashes":{"sha1":"ed0ed04653d2e062d19c88e1a023126f7a149528","sha512_sri":"sha512-w4V8KVNoYnE1IMljOTk0f0U0/xKtTdDUGHhKbcK16sz/InqihcpwpP14zBbHMFiU90F3ivLVpEgzopZfLI3aAw=="}}]}}}],"references":[{"type":"PACKAGE","url":"https://www.npmjs.com/package/@aerodrome-finance/slipstream/v/1.1.0"},{"type":"PACKAGE","url":"https://www.npmjs.com/package/@aerodrome-finance/slipstream/v/1.1.1"},{"type":"PACKAGE","url":"https://www.npmjs.com/package/@aerodrome-finance/slipstream/v/1.0.0"},{"type":"PACKAGE","url":"https://www.npmjs.com/package/@aerodrome-finance/slipstream"},{"type":"ARTICLE","url":"https://o3.security/blog/crypto-defi-npm-supply-chain-attack-npmrc-exfiltration"}],"database_specific":{"iocs":{"files":[{"digests":{"sha256":"1adefa8a59799d30f5c3ec092c304ef7f6616996ca0687a292b75e095bc1125f"},"note":"1.0.0 install-time credential harvester (preinstall/postinstall hook)","paths":["package/index.js"],"source":"PACKAGE_ARCHIVE"},{"digests":{"sha256":"49d3d774fcb3acaee1e4479b291a69c8ba56337ef4ef2d1977b484561a2a3a84"},"note":"1.1.0 escalated payload: adds wallet keystore theft (Solana/Anchor/NEAR/Sui), local .env file reads, expanded RPC/API key regex, full credential-file-content reads","paths":["package/index.js"],"source":"PACKAGE_ARCHIVE"}],"urls":["https://webhook.site/326b0891-2093-4800-a4c1-686ce3e07b09"]},"malicious-packages-origins":[{"id":"IN-MAL-2026-017369","import_time":"2026-08-11T15:26:49.305213542Z","modified_time":"2026-08-11T15:18:33Z","sha256":"27c46eca00f87ce74b48f8ea455991a215d32c291cd503c882be3d8d1269045a","source":"amazon-inspector","versions":["1.1.0"]},{"id":"IN-MAL-2026-017352","import_time":"2026-08-11T15:26:47.621310864Z","modified_time":"2026-08-11T15:11:44Z","sha256":"d9834357b7108ed122b3c272b3f913e0d2e931ab3629e94227b61f787fbe2525","source":"amazon-inspector","versions":["1.1.1"]},{"id":"IN-MAL-2026-017368","import_time":"2026-08-11T15:26:49.165522789Z","modified_time":"2026-08-11T15:18:26Z","sha256":"9e159c53351fbfabd3b79afa787fb222f18e0ee7745503064e351cb693b4b2ff","source":"amazon-inspector","versions":["1.0.0"]}]},"credits":[{"name":"Amazon Inspector","contact":["inspector-research@amazon.com"],"type":"FINDER"},{"name":"O3 Security","contact":["https://o3.security"],"type":"FINDER"},{"name":"SafeDep","type":"FINDER","contact":["https://safedep.io"]}]}

数据来源:OpenSSF Malicious Packages · Apache-2.0