MAL-2026-12479

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/time-linters-webapp-eslint-config/MAL-2026-12479.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12479
Published
2026-08-05T12:31:53Z
Modified
2026-08-05T13:36:17.250276030Z
Summary
Malicious code in time-linters-webapp-eslint-config (npm)
Details

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

Source: amazon-inspector (2b89eb401bae118699fcd79b686c0d6ace5e579df1ea42a87d6ad18de405614c)

The package's top-level index.js unconditionally requires./runtime on load. runtime.js assembles a rotating list of Cloudflare Workers hostnames (oob-worker.cf100/101/102/103-*.workers.dev) and a *.dl.well1.site DNS-TXT fallback via array-join string splits to evade static analysis, downloads a platform-specific binary over https.get, writes it to a temp path using cover-story filenames (.cache<rand>, dotnetdiag<rand>.exe,.analyticsstate), chmods it 0755 on POSIX, and spawns it detached via spawn("/bin/sh", ["-c", fp + " &"]) or spawn("cmd",...) on Windows. No hash or signature verification is performed, the fetched bytes are opaque, and the destinations have no relationship to any ESLint configuration purpose. A fake telemetry framing (DISABLETELEMETRY / DONOTTRACK opt-outs,.analyticsstate cache) is used as cover. Fires on any require()/import of the package, including transitively.

Database specific
{
    "malicious-packages-origins": [
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-05T12:31:53Z",
            "sha256": "2b89eb401bae118699fcd79b686c0d6ace5e579df1ea42a87d6ad18de405614c",
            "import_time": "2026-08-05T13:08:38.075980896Z",
            "id": "IN-MAL-2026-014693",
            "versions": [
                "20.2.2"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / time-linters-webapp-eslint-config

Package

Name
time-linters-webapp-eslint-config
View open source insights on deps.dev
Purl
pkg:npm/time-linters-webapp-eslint-config

Affected ranges

Affected versions

20.*
20.2.2

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "time-linters-webapp-eslint-config-20.2.2.tgz",
            "hashes": {
                "sha512_sri": "sha512-/Qf6oIL22+Zc6+Vcw2PXbwusYZ/EMl/pirxJIWs48eG+YhXecXNQkLizmx7jmBILHxfKZcI1VnKj5GEouhTUMg==",
                "sha1": "ab7dfd3ca1c80a45eccd2eb3792aeda197fbd1fe"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "8ca1b9961666700847b097e4871b5416f66bf6633780c2d4f7aca5981fb713882b2ffc",
            "sha256": "89250eb585bb24e9367091544e008d304ec7a8690a844cab3d917a240e71c835",
            "path": "_runtime.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/time-linters-webapp-eslint-config/MAL-2026-12479.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]