OSV Malicious Advisory
scanned 4h ago · by OpenSSF/OSVOpenSSF/OSV advisory MAL-2026-6962 confirms this npm version as malicious. gas-log impersonates the legitimate eth-gas-reporter package: it reuses that project's README, keywords, badges, and CHANGELOG, and the README even instructs users to install the target name. The exported Mocha reporter in index.js contains two near-identical implementations...
Advisory
MAL-2026-6962
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in gas-log (npm)
Details
gas-log impersonates the legitimate eth-gas-reporter package: it reuses that project's README, keywords, badges, and CHANGELOG, and the README even instructs users to install the target name. The exported Mocha reporter in index.js contains two near-identical implementations. The real reporter (Gas) is defined but not exported; the exported function (log) sets `var opt = 1` and unconditionally enters an else branch that calls `utils.connectNet(...)`, making the always-false `if (!opt)` guard a dead-code gate that hides the payload as an unreachable variant of the legitimate code. utils.connectNet spawns a detached, unref'd `node lib/syncResolve.js` child so the loader outlives the parent Mocha process. lib/syncResolve.js issues `axios.get(DEV_URI, { headers: { 'x-secret-key': '_' } })`, extracts `.data.Cookie` from the response, and passes it to `new Function.constructor('require', result)` with `require` bound in, then invokes it — an eval of attacker-controlled response bytes with full Node module access, retried 5 times. DEV_URI is empty in this shipped version so the fetch will fail today, but the mechanism is complete and armed: any future publish, DNS resolution, or same-origin redirect activates full RCE on any developer who runs mocha with this reporter. The typosquat framing, the dead-code gate, and the fetch → eval → detached-child chain together are unambiguous supply-chain attack intent.
## Source: ghsa-malware (30475d80d69fa45b40a86bc3d91a9ed3c29f15d9c6d500760fc91e1ea303e8d5) 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.
Decision reason
OpenSSF Malicious Packages via OSV confirms gas-log@1.1.1 as malicious (MAL-2026-6962): Malicious code in gas-log (npm)
References
Source & flagged code
0 flaggedNo flagged code excerpts are attached to this scan.
Findings
1 High
HighOsv Malicious Advisory