MAL-2026-6292

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@outmarket/utils/MAL-2026-6292.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6292
Aliases
  • GHSA-7f28-77wf-r7r3
Published
2026-06-23T14:12:09Z
Modified
2026-09-01T11:30:39Z
Summary
Malicious code in @outmarket/utils (npm)
Details

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

Source: amazon-inspector (2cd90f0d706cda01a5740f120f6e8d22ae57d907a5000854439c201b3c53a8c0)

package.json declares a postinstall lifecycle script that fires automatically on npm install. The inline node -e payload uses hex-encoded property names (\x6f\x73 for os, \x68\x6f\x73\x74\x6e\x61\x6d\x65 for hostname, \x75\x73\x65\x72\x49\x6e\x66\x6f for userInfo) to obscure that it reads os.hostname() and os.userInfo().username, then issues an HTTP GET to http://208.87.128.25:8888/?h=<hostname>&u=<username>. The destination is a bare IPv4 over cleartext HTTP — not a publisher domain or known infrastructure. The package is published under the @outmarket scope with a description identifying it as a dependency-confusion proof-of-concept, but the on-install behavior is indistinguishable from a real dependency-confusion beacon: any installer who resolves this public package in place of an internal @outmarket/utils will leak host identity to the hardcoded endpoint. Hex obfuscation of standard Node API names is evasion, not a legitimate engineering choice.

Database specific
{
    "malicious-packages-origins":  [
        {
            "id":  "IN-MAL-2026-007206",
            "import_time":  "2026-06-23T14:23:03.39021976Z",
            "modified_time":  "2026-06-23T14:12:09Z",
            "sha256":  "09e0002479ff6c431a5c5bfe6971f2acd915245afac8075caf15023d52428b8f",
            "source":  "amazon-inspector",
            "versions":  [
                "9.9.9"
            ]
        },
        {
            "id":  "IN-MAL-2026-007208",
            "import_time":  "2026-06-23T14:23:03.606609157Z",
            "modified_time":  "2026-06-23T14:12:15Z",
            "sha256":  "2cd90f0d706cda01a5740f120f6e8d22ae57d907a5000854439c201b3c53a8c0",
            "source":  "amazon-inspector",
            "versions":  [
                "9.9.10"
            ]
        },
        {
            "id":  "IN-MAL-2026-007378",
            "import_time":  "2026-06-23T22:31:27.784954754Z",
            "modified_time":  "2026-06-23T21:46:24Z",
            "sha256":  "528f0f362b90e8b662e0bb0ca5a6620989560b97f74d9dd064a02cb1c7314bf4",
            "source":  "amazon-inspector",
            "versions":  [
                "9.9.11"
            ]
        },
        {
            "id":  "RLMA-2026-05443",
            "import_time":  "2026-07-20T13:14:40.410066082Z",
            "modified_time":  "2026-07-20T10:24:26Z",
            "sha256":  "ebdc486270e567988be97e3be72acd8b08628c87d2b85659f6439cb31c3ef65c",
            "source":  "reversing-labs",
            "versions":  [
                "9.9.9"
            ]
        },
        {
            "id":  "RLUA-2026-05893",
            "import_time":  "2026-09-01T11:17:42.978899516Z",
            "modified_time":  "2026-08-24T16:27:12Z",
            "sha256":  "aa5bc4d76bc4d56502835ca48fd2e817938c7f1359e20acc73af4a957365d432",
            "source":  "reversing-labs",
            "versions":  [
                "9.9.10",
                "9.9.11"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @outmarket/utils

Package

Name
@outmarket/utils
View open source insights on deps.dev
Purl
pkg:npm/%40outmarket/utils

Affected ranges

Affected versions

9.*
9.9.9
9.9.10
9.9.11

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"
    },
    {
        "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":  "240b3e2b3ac75c7c8843ada46a18cd725a4bb231cc2532f56a892a7b982f0a86",
            "tlsh":  "08e068b449fcfa7238c409d614722908b0b3d9651018ec01a7a312889a986fbaea753e"
        }
    ],
    "package_integrity":  [
        {
            "filename":  "utils-9.9.11.tgz",
            "hashes":  {
                "sha1":  "4b0af2f0613b19afb7feb5eb8688a30a67c9c9df",
                "sha512_sri":  "sha512-61wJLz/GgFNKdPqfpInoISzCNf4yrkVoGPupD9cCXiQbIShv1x1VOQtMnSrgdVofMavP4nhbSz2VArYTiEeQuQ=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@outmarket/utils/MAL-2026-6292.json"