MAL-2026-12362

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/digital-interview-digital-interview-core/MAL-2026-12362.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12362
Published
2026-08-05T12:32:02Z
Modified
2026-08-05T13:35:19.180727190Z
Summary
Malicious code in digital-interview-digital-interview-core (npm)
Details

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

Source: amazon-inspector (f67152c58e29424a173ed692a1c5e15d980cc0b54518accf2f9d2811747b9fc3)

On require() of the package, helpers.js downloads a platform-specific binary from Cloudflare workers.dev hosts whose names are reconstructed at runtime via array-join string splits (oob-worker.cf99-9b3.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev), with a DNS TXT chunked fallback across tin.dl.well1.site, tina.dl.well1.site, ldr.dl.well1.site, and win.dl.well1.site. The fetched bytes are written to /var/tmp or %TEMP% under disguised names (.cache<rand>,.analyticsstate, or dotnetdiag<rand>.exe to masquerade as.NET telemetry), chmod 0755 is applied, and the file is spawned detached via /bin/sh -c or cmd. No hash or signature verification is performed on the downloaded content, and the destinations are not the package's publisher. The behavior is gated by a run-once freshness marker and DISABLETELEMETRY env-var checks used as cover, and hosts and file names are string-split-obfuscated to evade static analysis. This yields arbitrary remote code execution on the installer's host at load time.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T12:32:02Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-014694",
            "import_time": "2026-08-05T13:08:38.186428709Z",
            "sha256": "f67152c58e29424a173ed692a1c5e15d980cc0b54518accf2f9d2811747b9fc3",
            "versions": [
                "20.5.3"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / digital-interview-digital-interview-core

Package

Name
digital-interview-digital-interview-core
View open source insights on deps.dev
Purl
pkg:npm/digital-interview-digital-interview-core

Affected ranges

Affected versions

20.*
20.5.3

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "digital-interview-digital-interview-core-20.5.3.tgz",
            "hashes": {
                "sha512_sri": "sha512-KOHytttic28sass/n7VoRcT9YAPLz00HngR6QSZ5o/Kz4J7FpR5i2UxDvqFCRAOWG+PkJBExHTC7ZA0PpRWtfg==",
                "sha1": "cdf98c2ba9e00f6cf8f8effe1bf83f7da0d346ab"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "2ea1b7aa12a570194b70dbe4d7175415f65ae66373808594fb9ca4881ff322483f2ffc",
            "sha256": "66df2b2fcd27b3df5852e63ac8cc622cce33e2c27ae2ef5302e6667da32b8dc0",
            "path": "_helpers.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/digital-interview-digital-interview-core/MAL-2026-12362.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]