MAL-2026-10065

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/nodemon-gulp/MAL-2026-10065.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10065
Aliases
  • GHSA-wqr5-5c9r-9rj7
Published
2026-07-09T15:38:09Z
Modified
2026-07-10T15:32:11.473601864Z
Summary
Malicious code in nodemon-gulp (npm)
Details

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

Source: amazon-inspector (18cfb051ae84a8ed00bba3ae1eaf7720ec6479a402ae0540c6d66a7fa304f52a)

Package is published as nodemon-gulp but its contents are a verbatim copy of the upstream nodemon project: package.json declares author: Remy Sharp, homepage: https://nodemon.io, and bin: { "nodemon": "./bin/nodemon.js" }, so installing this package places a nodemon shim on the user's PATH supplied by an unrelated publisher. package.json also declares "ts-webplug": "3.0.5" as a runtime dependency, yet no file under lib/ or bin/ ever require()s ts-webplug. The only effect of declaring this dep is to silently pull ts-webplug into the installer's dependency tree on npm install, where its lifecycle and import-time code can execute. This is the canonical namespace-abuse + typosquat-loader shape: a clone of a well-known package, republished under a confusable name, used as a vehicle to deliver an otherwise-unjustified third-party dependency to anyone who installs it.

Source: ghsa-malware (bf7d5e881aed308912128dc41892a1e12dbedfd29ced5195ff2078be80dc6302)

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": [
        {
            "sha256": "04b5ac5c522b156a64f943a2d8e2dfd170230d0a23ac0bae5ada0945c7aee4c7",
            "id": "IN-MAL-2026-009167",
            "import_time": "2026-07-09T16:20:47.510035485Z",
            "modified_time": "2026-07-09T15:38:09Z",
            "versions": [
                "3.1.16"
            ],
            "source": "amazon-inspector"
        },
        {
            "sha256": "bf7d5e881aed308912128dc41892a1e12dbedfd29ced5195ff2078be80dc6302",
            "id": "GHSA-wqr5-5c9r-9rj7",
            "import_time": "2026-07-10T03:23:39.56843621Z",
            "modified_time": "2026-07-10T02:47:18Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "source": "ghsa-malware"
        },
        {
            "sha256": "1a68e6ed75a1a481de7133f9eca82d2584a52abd2ab0f82df4f688ddfb2c2e55",
            "id": "IN-MAL-2026-009609",
            "import_time": "2026-07-10T15:23:36.680826932Z",
            "modified_time": "2026-07-10T15:17:31Z",
            "versions": [
                "3.1.14"
            ],
            "source": "amazon-inspector"
        },
        {
            "sha256": "18cfb051ae84a8ed00bba3ae1eaf7720ec6479a402ae0540c6d66a7fa304f52a",
            "id": "IN-MAL-2026-009608",
            "import_time": "2026-07-10T15:23:36.566820894Z",
            "modified_time": "2026-07-10T15:17:23Z",
            "versions": [
                "3.1.15"
            ],
            "source": "amazon-inspector"
        }
    ]
}
References
Credits

Affected packages

npm / nodemon-gulp

Package

Affected ranges

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

Affected versions

3.*
3.1.14
3.1.15
3.1.16

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "0941f029dca9cda30ec814a5686a01826135d81f8d84fc0cb39a736c4f5e57f70f8a2d",
            "sha256": "ef9ba63fe82ccf88e43de5fe22d63079a7b96eb8fb0150718fe5cd4aca6d3776",
            "path": "package.json"
        }
    ],
    "package_integrity": [
        {
            "filename": "nodemon-gulp-3.1.16.tgz",
            "hashes": {
                "sha512_sri": "sha512-ntojT3kYKZqSvejHw1icaWq2nfDDzr+OfAdtaxcPe18hRgjW90RR8cs+a5VLVY201OHsVgVxC45OCTJHYR1ccg==",
                "sha1": "21a4b65da20817650b4eadf9600899959aef146e"
            }
        }
    ]
}
cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "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."
    },
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/nodemon-gulp/MAL-2026-10065.json"