MAL-2026-10137

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/type-elint/MAL-2026-10137.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10137
Aliases
  • GHSA-v69h-23wr-hjg4
Published
2026-07-10T15:31:38Z
Modified
2026-07-10T21:01:53.783342053Z
Summary
Malicious code in type-elint (npm)
Details

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

Source: amazon-inspector (f29d6bfc122cb5792d95cfade56e62789f83366b30fc0d58a88a84113d89962c)

Package impersonates the pino logger (README is pino documentation, package name is a lookalike). The main export is a middleware factory that spawns lib/caller.js as a detached Node child process. caller.js retrieves JavaScript from hardcoded remote endpoints at https://json.extendsclass.com/bin/863e90480800 and https://jsonkeeper.com/b/XRGF3, then evaluates the response body using the Function constructor with require passed in scope, yielding arbitrary code execution in the consumer's environment under the endpoint owner's control. The destination URLs are base64-encoded and stored under a decoy DEVAPIKEY property (e.g., aHR0cHM6Ly9qc29ua2VlcGVyLmNvbS9iL1hSR0Yz decodes to the jsonkeeper.com URL) to hide the C2/dead-drop from casual review. Mutable third-party paste services as the code source mean the delivered payload can change at any time without any package update.

Source: ghsa-malware (1155002b11d7043b2de14581ed13165ffe96a13c73e839c5650c8cace990ded7)

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": [
        {
            "versions": [
                "3.3.7"
            ],
            "id": "IN-MAL-2026-009620",
            "modified_time": "2026-07-10T15:31:38Z",
            "import_time": "2026-07-10T16:19:41.918154968Z",
            "sha256": "f29d6bfc122cb5792d95cfade56e62789f83366b30fc0d58a88a84113d89962c",
            "source": "amazon-inspector"
        },
        {
            "sha256": "1155002b11d7043b2de14581ed13165ffe96a13c73e839c5650c8cace990ded7",
            "id": "GHSA-v69h-23wr-hjg4",
            "import_time": "2026-07-10T20:45:17.786519246Z",
            "modified_time": "2026-07-10T20:37:38Z",
            "versions": [
                "3.3.7"
            ],
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / type-elint

Package

Affected ranges

Affected versions

3.*
3.3.7

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "a8b128d029a13c570d18d2be00d78004ebef96dd5c07c9f44de48197b82c3c52",
            "tlsh": "39017b9a30fa605c456520f64a1fb0327012e4173c89e9c53b8c83514fea9ae6a63efd",
            "path": "lib/caller.js"
        }
    ],
    "package_integrity": [
        {
            "filename": "type-elint-3.3.7.tgz",
            "hashes": {
                "sha512_sri": "sha512-wiEN29FgpWbe2AItfuBc/6u0B/kJSnUlIgH7veEUa1wIicoGyO6hMFdb3dgATZqmrNYcIB2ntwehDu7LpgIgtg==",
                "sha1": "9aa2e884a66c3b6c27e3bb6c78233298611c780c"
            }
        }
    ]
}
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."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/type-elint/MAL-2026-10137.json"