MAL-2026-6089

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/color-utils-dee0/MAL-2026-6089.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6089
Aliases
  • GHSA-f8p9-v2xw-79xc
Published
2026-06-18T03:27:53Z
Modified
2026-06-18T06:01:51.667124902Z
Summary
Malicious code in color-utils-dee0 (npm)
Details

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

Source: amazon-inspector (a6d19450c3691562b0a498e497c1c6abde10e822eac4735cffc6f6513a7b471f)

package.json declares a postinstall hook ("postinstall": "node run.js") that automatically runs run.js on npm install. run.js imports childprocess, os, http, and https, reads host identifiers via os.hostname() and os.platform(), and performs outbound HTTP/HTTPS GET and POST calls (run.js lines 48, 62, 63, 265). The combination of automatic install-time execution, host fingerprinting, childprocess availability, and outbound network POSTs of host data is the canonical install-time exfiltration / dropper shape. The package name (a short, randomly-suffixed color-utils-dee0) and v1.0.0-only release are consistent with a disposable squat/lure rather than a legitimate utility. Installing this package will run attacker-chosen code with the installer's privileges and leak host information to an external endpoint.

Source: ghsa-malware (e502d4f31039aebceac601820264b22b2ea3182c51b5a906d24fde90e4a62fba)

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": "a6d19450c3691562b0a498e497c1c6abde10e822eac4735cffc6f6513a7b471f",
            "source": "amazon-inspector",
            "modified_time": "2026-06-18T03:59:04Z",
            "versions": [
                "1.0.0"
            ],
            "id": "IN-MAL-2026-006966",
            "import_time": "2026-06-18T05:42:05.127678037Z"
        },
        {
            "sha256": "e502d4f31039aebceac601820264b22b2ea3182c51b5a906d24fde90e4a62fba",
            "source": "ghsa-malware",
            "modified_time": "2026-06-18T03:28:03Z",
            "id": "GHSA-f8p9-v2xw-79xc",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "import_time": "2026-06-18T05:54:18.960889808Z"
        }
    ]
}
References
Credits

Affected packages

npm / color-utils-dee0

Package

Affected ranges

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

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "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.",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/color-utils-dee0/MAL-2026-6089.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "551200974ce5d7bb8df840dd7468a83f388a71d488662fb73203ceb8fb41ece4",
            "tlsh": "0de06818dc20793339d02aa80c629257e7708f0b21143d2d67bb282842abb7ab57b10d",
            "path": "package.json"
        },
        {
            "sha256": "290e570f1ee6c636059396beed7170583ae070d86e524cc79dd42905af68d543",
            "tlsh": "1d42e97629fb152539a3e56db31f64022522f0037305d8a4ba8db3115fcf52452e2ffa",
            "path": "run.js"
        }
    ]
}