MAL-2026-4396
Malicious code in @izumiswap/sdk (npm)
상세
--- _-= Per source details. Do not edit below this line.=-_
## Source: amazon-inspector (63bd0a7aaa4ac18d8ae0c57c07bec05cb4f69e8650e77c117d11c048e5cec004) On `npm install`, scripts/postinstall.js runs as the preinstall/postinstall lifecycle hook and performs an unambiguous install-time RCE. It first collects installer-identifying metadata (process.platform, os.arch(), os.hostname(), os.userInfo().username, process.version, process.cwd()), base64-encodes it, and sends it as a query parameter to a hardcoded bare IP over plain HTTP (http://213.218.160.189:8080/s?q=<base64>). The destination URL is obfuscated via char-code array decoding (`[104,116,116,112,58,...].map(c=>String.fromCharCode(c)).join('')`) to evade static review. The HTTP response body is written to a file under the npm cache directory (~/.npm-cache/v-<ts>.js) and executed with `spawn(process.execPath, [_f], { detached: true })`, then deleted 60 seconds later to remove forensic evidence. The destination IP has no relationship to the package's claimed izumi.finance publisher; there is no TLS, no integrity check, and no version pinning. The package name `@izumiswap/sdk` also impersonates the legitimate iZiSwap SDK (`iziswap-sdk` from izumiFinance), targeting developers searching for the real SDK. Any installer running `npm install @izumiswap/sdk` executes attacker-controlled JavaScript with the full environment of the installing user.
## Source: ghsa-malware (bfe6dfe841c1d0cc615a5d93d813cb3a64edb47075ab36a65186d90a71281eb6) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
0 No fixed version published yet for @izumiswap/sdk (npm). Pin to a known-safe version or switch to an alternative.
참고
- https://www.npmjs.com/package/@izumiswap/sdk/v/3.0.4 [PACKAGE]
- https://www.npmjs.com/package/@izumiswap/sdk/v/3.0.3 [PACKAGE]
- https://www.npmjs.com/package/@izumiswap/sdk/v/3.0.5 [PACKAGE]
- https://github.com/advisories/GHSA-q782-j24w-vv68 [ADVISORY]
- https://www.npmjs.com/package/@izumiswap/sdk/v/3.0.6 [PACKAGE]