MAL-2026-13385

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tick-forge/MAL-2026-13385.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13385
Aliases
  • GHSA-rjvw-v893-2f7g
Published
2026-08-05T13:16:27Z
Modified
2026-08-06T13:34:48.309535335Z
Summary
Malicious code in tick-forge (npm)
Details

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

Source: amazon-inspector (ea28965c8e98731dba705fb8041ace7efa74984f5a78da68a450c07ef810c6af)

The package's default export getPlugin fetches JSON from a hardcoded bare-IP endpoint (http://31.97.137.157:45000/icons/107) and passes the returned data.credits string to new Function(...) invoked with require, module, process, Buffer, Promise, and other Node globals injected. Any consumer calling the default export executes attacker-controlled code inside their Node process with full runtime capabilities. The loader is disguised with icon/CDN naming (IconProvider, iconDomain, a font-awesome-style path, a bearrtoken: "logo" header) while the actual network destination is a bare IP over plain HTTP and the response body is compiled as JavaScript.

Source: ghsa-malware (1daa60c05b8646af76068f4319e2bcc94eae33db99bc94f4d1805b56b02af15b)

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": [
        {
            "import_time": "2026-08-06T00:58:53.445945997Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "id": "GHSA-rjvw-v893-2f7g",
            "sha256": "1daa60c05b8646af76068f4319e2bcc94eae33db99bc94f4d1805b56b02af15b",
            "modified_time": "2026-08-05T13:16:29Z",
            "source": "ghsa-malware"
        },
        {
            "versions": [
                "11.5.2"
            ],
            "import_time": "2026-08-06T13:08:41.253143929Z",
            "sha256": "ea28965c8e98731dba705fb8041ace7efa74984f5a78da68a450c07ef810c6af",
            "id": "IN-MAL-2026-016040",
            "modified_time": "2026-08-06T12:22:53Z",
            "source": "amazon-inspector"
        }
    ]
}
References
Credits

Affected packages

npm / tick-forge

Package

Affected ranges

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

Affected versions

11.*
11.5.2

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "30c1716546fa31a36a63e0eef30f10027265e313375de931f48e42902fca568e5f24e8",
            "sha256": "9496101c96f3882c29fbabca5da83d126bd495027535a2c497f88a9a22b5620c",
            "path": "index.js"
        }
    ]
}
cwes
[
    {
        "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"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tick-forge/MAL-2026-13385.json"