MAL-2026-10507

    Dashboard / Malicious Package / MAL-2026-10507

    MAL-2026-10507

    Published: 13 Jul 2026Last Modified: 14 Jul 2026Aliases: 
    GHSA-7gjf-8j8g-xm9p

    Summary: Malicious code in nodemon-delog (npm)

    Details: Source: amazon-inspector (ea1c5b4054d6daffaf190005db661027e29255ae20de1bb410f506de1f178532) nodemon-delog is published under a name that resembles the widely-used `nodemon` package and ships a verbatim copy of nodemon's source tree, README, homepage (nodemon.io), author (Remy Sharp), and repository metadata (github.com/remy/nodemon), presenting itself as the real project. Its package.json declares two runtime dependencies that upstream nodemon does not use and that no file under lib/ or bin/ references: `type-atob` and `chai`. Because these are declared under `dependencies`, they are resolved and installed into the consumer's node_modules on `npm install nodemon-delog`, regardless of the fact that nodemon-delog's own code never imports them. The lure package itself contains no exfiltration or RCE code; the harm mechanism is the forced resolution of the sibling packages into the installer's dependency tree, where their install/require-time code will execute. The impersonation of an established package, combined with the presence of runtime dependencies unrelated to the advertised functionality and unreferenced by any shipped file, is the dependency-smuggling lure pattern. Source: ghsa-malware (8fc60bc718b0034bfe43c31ab03ace3f0f205d90e2e89fd39a5d9710e72ab737) 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: nodemon-delog

    Purl: pkg:npm/nodemon-delog

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    3.1.13
    MAL-2026-10507 | CVE-DB