Malicious code in @rentwise/common (npm)
--- _-= Per source details. Do not edit below this line.=-_ ## Source: amazon-inspector (7e2ac6bf5ebc05e3dcf6a84122d0b10d5d5f36c5b4cec9f8d0b305d1b8125f47) build/index.js appends an eval(atob(...)) blob to the legitimate common-library exports, so the payload runs whenever any consumer require()s @rentwise/common. The decoded payload queries public Ethereum JSON-RPC nodes and eth.blockscout.com/api to fetch the latest transaction sent by the hardcoded wallet 0xa322E5f3D311D3080e6f0121063e9aDC2490Ef1a, reconstructs an IPv4 address from the transaction's tx.to field (bytes 0-3 as octets), then HTTP GETs http://<ip>:443/0x/cls and http://<ip>:443/0x/ls. The response body is XOR-decoded using the x-payload-b64 header, eval()'d in-process, and additionally spawned as a detached `node -e <payload>` child process with stdio:ignore and windowsHide. All strings (module names http/https/zlib/child_process, URLs, RPC method names) are \uXXXX-escaped inside the base64 blob to defeat static string matching. The blockchain-anchored C2 (EtherHiding pattern) lets the operator rotate infrastructure by broadcasting a new on-chain transaction. This grants arbitrary remote code execution on any host that installs and loads the package. ## Source: ghsa-malware (0bbef705c23f606ecd8e4257d3de3818a1e460136c9c3aa8a5aafa1b93c0585b) 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.
AI Analysis
Technical Summary
The @rentwise/common npm package version 1.0.36 includes a malicious payload appended to its legitimate exports. This payload decodes and executes a base64-encoded script that queries public Ethereum JSON-RPC nodes and an API to obtain the latest transaction from a hardcoded wallet address. It reconstructs an IPv4 address from the transaction data and sends HTTP GET requests to this address to retrieve further payloads. These payloads are XOR-decoded and executed both in-process via eval() and as detached child Node.js processes. The use of blockchain transactions as a command-and-control mechanism allows the attacker to rotate infrastructure dynamically. The malicious code uses obfuscation techniques such as Unicode escaping to evade static detection. This vulnerability enables arbitrary remote code execution on any host that installs and loads the affected package.
Potential Impact
Any system that installs and requires @rentwise/common version 1.0.36 is subject to arbitrary remote code execution by the attacker. This can lead to full compromise of the host environment, unauthorized code execution, data theft, or further lateral movement. The blockchain-based command-and-control mechanism allows the attacker to dynamically update the payload and infrastructure, complicating detection and remediation.
Mitigation Recommendations
No official patch or remediation is currently documented. Users should immediately avoid installing or using @rentwise/common version 1.0.36. Audit existing environments for usage of this package and remove or replace it. Monitor for suspicious network connections to unknown IP addresses, especially those derived from Ethereum blockchain transactions. Check vendor advisories or trusted security sources for updates or patches. Patch status is not yet confirmed — check the vendor advisory for current remediation guidance.
Malicious code in @rentwise/common (npm)
Description
--- _-= Per source details. Do not edit below this line.=-_ ## Source: amazon-inspector (7e2ac6bf5ebc05e3dcf6a84122d0b10d5d5f36c5b4cec9f8d0b305d1b8125f47) build/index.js appends an eval(atob(...)) blob to the legitimate common-library exports, so the payload runs whenever any consumer require()s @rentwise/common. The decoded payload queries public Ethereum JSON-RPC nodes and eth.blockscout.com/api to fetch the latest transaction sent by the hardcoded wallet 0xa322E5f3D311D3080e6f0121063e9aDC2490Ef1a, reconstructs an IPv4 address from the transaction's tx.to field (bytes 0-3 as octets), then HTTP GETs http://<ip>:443/0x/cls and http://<ip>:443/0x/ls. The response body is XOR-decoded using the x-payload-b64 header, eval()'d in-process, and additionally spawned as a detached `node -e <payload>` child process with stdio:ignore and windowsHide. All strings (module names http/https/zlib/child_process, URLs, RPC method names) are \uXXXX-escaped inside the base64 blob to defeat static string matching. The blockchain-anchored C2 (EtherHiding pattern) lets the operator rotate infrastructure by broadcasting a new on-chain transaction. This grants arbitrary remote code execution on any host that installs and loads the package. ## Source: ghsa-malware (0bbef705c23f606ecd8e4257d3de3818a1e460136c9c3aa8a5aafa1b93c0585b) 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.
Affected software
Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The @rentwise/common npm package version 1.0.36 includes a malicious payload appended to its legitimate exports. This payload decodes and executes a base64-encoded script that queries public Ethereum JSON-RPC nodes and an API to obtain the latest transaction from a hardcoded wallet address. It reconstructs an IPv4 address from the transaction data and sends HTTP GET requests to this address to retrieve further payloads. These payloads are XOR-decoded and executed both in-process via eval() and as detached child Node.js processes. The use of blockchain transactions as a command-and-control mechanism allows the attacker to rotate infrastructure dynamically. The malicious code uses obfuscation techniques such as Unicode escaping to evade static detection. This vulnerability enables arbitrary remote code execution on any host that installs and loads the affected package.
Potential Impact
Any system that installs and requires @rentwise/common version 1.0.36 is subject to arbitrary remote code execution by the attacker. This can lead to full compromise of the host environment, unauthorized code execution, data theft, or further lateral movement. The blockchain-based command-and-control mechanism allows the attacker to dynamically update the payload and infrastructure, complicating detection and remediation.
Mitigation Recommendations
No official patch or remediation is currently documented. Users should immediately avoid installing or using @rentwise/common version 1.0.36. Audit existing environments for usage of this package and remove or replace it. Monitor for suspicious network connections to unknown IP addresses, especially those derived from Ethereum blockchain transactions. Check vendor advisories or trusted security sources for updates or patches. Patch status is not yet confirmed — check the vendor advisory for current remediation guidance.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- MAL-2026-12328
- Osv Schema Version
- 1.7.4
- Ecosystems
- ["npm"]
Threat ID: 6a735750bf8831d53915a616
Added to database: 08/05/2026, 15:31:28 UTC
Last enriched: 08/05/2026, 17:49:51 UTC
Last updated: 09/11/2026, 13:40:31 UTC
Views: 23
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.