MAL-2026-10507

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/nodemon-delog/MAL-2026-10507.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10507
Aliases
  • GHSA-7gjf-8j8g-xm9p
Published
2026-07-13T22:12:25Z
Modified
2026-07-14T15:04:31Z
Summary
Malicious code in nodemon-delog (npm)
Details

-= Per source details. Do not edit below this line.=-

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.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-010348",
            "import_time": "2026-07-13T22:21:57.568061923Z",
            "modified_time": "2026-07-13T22:12:25Z",
            "sha256": "ea1c5b4054d6daffaf190005db661027e29255ae20de1bb410f506de1f178532",
            "source": "amazon-inspector",
            "versions": [
                "3.1.13"
            ]
        },
        {
            "id": "GHSA-7gjf-8j8g-xm9p",
            "import_time": "2026-07-14T14:53:10.028482699Z",
            "modified_time": "2026-07-14T14:07:46Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "8fc60bc718b0034bfe43c31ab03ace3f0f205d90e2e89fd39a5d9710e72ab737",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / nodemon-delog

Package

Name
nodemon-delog
View open source insights on deps.dev
Purl
pkg:npm/nodemon-delog

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected

Affected versions

3.*
3.1.13

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "package.json",
            "sha256": "1cfeb6899567dc7486337e1079c2e1daa211b977099fff6138a1a7252d31d2e3",
            "tlsh": "20410029eca9cda30ec815a5686901466135d90f8d80fc0cb3da636c4f5e57f70fca2e"
        }
    ],
    "package_integrity": [
        {
            "filename": "nodemon-delog-3.1.13.tgz",
            "hashes": {
                "sha1": "4ba5a5f6a1f19564af018589fce9899f3715e5ec",
                "sha512_sri": "sha512-1aIVWvt/1iAxb3G9L0XjJJ9UJapiksek+B+VocSfdebcV6ey0260sXRDqNpgAJP+h62imv7NDsCUjcmxLUGKEg=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/nodemon-delog/MAL-2026-10507.json"