MAL-2026-6202

    Dashboard / Malicious Package / MAL-2026-6202

    MAL-2026-6202

    Published: 19 Jun 2026Last Modified: 23 Jun 2026Aliases: 
    GHSA-hr44-2g4q-fx38

    Summary: Malicious code in ethereum-gas-reporter (npm)

    Details: Source: amazon-inspector (7303c828115a527d477ea14684b3015e43fdcd36a7fa94041c16ccb3c2fbcfcc) index.js line 144 contains `require('chai-assert-kit')` appended after the module's normal exports, with no other reference to chai-assert-kit anywhere in the package's source. The package's documented purpose is a Mocha gas usage reporter; chai-assert-kit has no functional role in that purpose. Because the require is at module top level, chai-assert-kit's top-level code executes in the consumer's process whenever ethereum-gas-reporter is loaded. Version 0.2.27 was published with no corresponding CHANGELOG entry — CHANGELOG.md ends at 0.2.26 (2023-09-29) — and the injection of the unrelated dependency is the only material code change relative to 0.2.26. This shape (silent unrelated dep added, no changelog, top-level require) matches an unauthorized publish that drops a malicious package into the dependency tree of every installer. Source: ghsa-malware (3cd0641649818b1cd2cb72a1fbbf4cd8dffdb5f154b281c04a37d5b60abac921) 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 packages

    Package

    Name: ethereum-gas-reporter

    Purl: pkg:npm/ethereum-gas-reporter

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    0.2.27
    MAL-2026-6202 | CVE-DB