MAL-2026-15913

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/taskforge-8xv/MAL-2026-15913.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15913
Published
2026-09-04T05:20:43Z
Modified
2026-09-04T05:45:05.633939026Z
Summary
Malicious code in taskforge-8xv (npm)
Details

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

Source: amazon-inspector (2b8c18d7b4343e4c1d39e62a7d19eb9c5a9b4beb369fde301103623c3a7f0651)

The package's sole function is a runtime loader that fetches a JavaScript payload from a configured origin's /api/x-handler endpoint and executes it in memory by piping the bytes into a detached node - child process (spawn(process.execPath, ["-"], {detached:true, stdio:["pipe","ignore","ignore"], windowsHide:true})). No signature or hash verification is performed and the README explicitly states client contents are not verified. Supporting evasion characteristics are present: state is kept in a random 8-byte hex subdirectory under the app-data root with a pointer.json indirection, the child is spawned detached with windowsHide:true and stdio ignored, a prior worker PID is SIGTERM'd before each execution, and the package documents that directory and internal filenames are intentionally non-descriptive. The package supplies no legitimate library functionality beyond executing remote code; whoever controls the configured origin obtains full code execution on the host during any version-check poll.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-09-04T05:39:33.061431641Z",
            "source": "amazon-inspector",
            "versions": [
                "1.2.0"
            ],
            "id": "IN-MAL-2026-019481",
            "modified_time": "2026-09-04T05:20:43Z",
            "sha256": "2b8c18d7b4343e4c1d39e62a7d19eb9c5a9b4beb369fde301103623c3a7f0651"
        }
    ]
}
References
Credits

Affected packages

npm / taskforge-8xv

Package

Affected ranges

Affected versions

1.*
1.2.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/taskforge-8xv/MAL-2026-15913.json"
indicators
{
    "evidence_files": [
        {
            "path": "src/bin.js",
            "tlsh": "c8510f4a1af71835413734aa4b5fe00531b9991327cced98be1c93a4ff91835daa2b8d",
            "sha256": "eef4a0dd00495b9fb1361cfb9a7cfc28fab983a3fb0f0b8061255b450c3a8f7b"
        },
        {
            "path": "src/identity.js",
            "tlsh": "e931ae932bf32b688273e25e0b0fd0196179e8533609de68b50c87756f61134c362bbd",
            "sha256": "7d0c230f0764ac45b7d6622fdadb6504d8e409b2e9d09c07170d8c703637a939"
        }
    ],
    "package_integrity": [
        {
            "filename": "taskforge-8xv-1.2.0.tgz",
            "hashes": {
                "sha1": "1c8c96b63082ecc65c64ea0a398146a1544e43eb",
                "sha512_sri": "sha512-gQ+M9HjuZHw1J8J26xLeUjneXcj28Hj8BUclVW5HbAv9SM0mRa3e0lI0wnw8HRBs7gfori/MOBmJCS9ApFTKAg=="
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]