MAL-2026-12307

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/twork-products-taiga2-products-timeline/MAL-2026-12307.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12307
Published
2026-08-05T09:14:17Z
Modified
2026-08-05T10:07:10.268903651Z
Summary
Malicious code in twork-products-taiga2-products-timeline (npm)
Details

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

Source: amazon-inspector (e2a99df0da5a899d01432bee4f862a3915efcd7b98d8334ee08347438105e79c)

On require() of the package, index.js exports a no-op class and unconditionally loads bridge.js. bridge.js reconstructs command-and-control hostnames via split-string concatenation (e.g. oob-worker.cf99-9b3.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev, with a DNS TXT fallback channel at *.dl.well1.site), selects a platform-specific endpoint under /pkg/package, /pkg/package-arm64, /pkg/package.exe, or /pkg/loadermac, fetches an opaque binary via https.get, writes it to /var/tmp or %TEMP% under a disguised name (.cache<hex> / dotnetdiag<hex>.exe), chmods it 0755, and spawns it detached via /bin/sh -c '<path> &' or cmd.exe start /b with stdio ignored. No hash or signature verification is performed. The endpoints are anonymous, mutable Cloudflare Workers hosts unrelated to the package's advertised 'timeline provider' purpose; the advertised library API is a cover for the dropper path.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T09:14:17Z",
            "source": "amazon-inspector",
            "sha256": "e2a99df0da5a899d01432bee4f862a3915efcd7b98d8334ee08347438105e79c",
            "import_time": "2026-08-05T09:28:29.424526465Z",
            "id": "IN-MAL-2026-014602",
            "versions": [
                "20.6.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / twork-products-taiga2-products-timeline

Package

Name
twork-products-taiga2-products-timeline
View open source insights on deps.dev
Purl
pkg:npm/twork-products-taiga2-products-timeline

Affected ranges

Affected versions

20.*
20.6.1

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/twork-products-taiga2-products-timeline/MAL-2026-12307.json"
indicators
{
    "package_integrity": [
        {
            "filename": "twork-products-taiga2-products-timeline-20.6.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-qYo2561PD3kneqMaG9PKDTePE99FIy0yvzjY7btSo3+puf1yLVm4QPnEh7B9jWg7JCXAMjo+KaY4qugbPrgFOQ==",
                "sha1": "81fff7b6f996a43dd0c81ee1a88313b1b36303ce"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "03b1865a15a9301d47b0abe48b17842af95af2537340c291f79ca5885f76534c3b2efc",
            "sha256": "ce2d376f61a290dc884cd414fd4ca2821bdcc5e3996d196514351260b6f890d5",
            "path": "_bridge.js"
        },
        {
            "tlsh": "30f02dc696fea562857862f6ce325186fd2189368e071054fa4550db1fa0468039cebf",
            "sha256": "b5c03e597c5dc5c496b92e02adc615d84920d77238465d4136c15c815b33a38e",
            "path": "index.js"
        }
    ]
}
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]