MAL-2026-14445

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/digitalexp-style-module-l9/MAL-2026-14445.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14445
Published
2026-08-25T04:57:22Z
Modified
2026-08-25T23:50:11.767234205Z
Summary
Malicious code in digitalexp-style-module-l9 (npm)
Details

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

Source: amazon-inspector (4c1b3e9059995d4d535c65fafd0105eea420510acb17ad9befbc99c18aa25df9)

package.json declares both preinstall and postinstall as node beacon.js, so beacon.js runs automatically on every npm install. beacon.js reads os.hostname(), os.userInfo().username, process.cwd(), and the package name, hex-encodes the collected string, splits it into <=60-char DNS labels, and issues a DNS lookup against those labels under the author-controlled domain b0.rs. It additionally issues an HTTPS GET to https://b0.rs/?poc=...&host=...&cwd=... carrying the same fields in the query string. A source comment identifies the DNS-tunnel channel as chosen for its 'best chance of escaping egress-filtered CI', confirming the dual-channel design is intentional evasion. The version number 99.0.0 is consistent with a dependency-confusion payload targeting internal-scope name resolution.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-25T05:15:48.075413805Z",
            "source": "amazon-inspector",
            "versions": [
                "99.0.0"
            ],
            "id": "IN-MAL-2026-018684",
            "modified_time": "2026-08-25T04:57:22Z",
            "sha256": "4c1b3e9059995d4d535c65fafd0105eea420510acb17ad9befbc99c18aa25df9"
        }
    ]
}
References
Credits

Affected packages

npm / digitalexp-style-module-l9

Package

Name
digitalexp-style-module-l9
View open source insights on deps.dev
Purl
pkg:npm/digitalexp-style-module-l9

Affected ranges

Affected versions

99.*
99.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/digitalexp-style-module-l9/MAL-2026-14445.json"
indicators
{
    "evidence_files": [
        {
            "path": "beacon.js",
            "tlsh": "a93153beedd170642d2230a8931f104e99ebe37706c5cdd0b89da3509f2293007b69f8",
            "sha256": "69412e378fb5b03c9001efd7a489e362ae5525aa3b2bee1f22ab96fa2d9434a9"
        }
    ],
    "package_integrity": [
        {
            "filename": "digitalexp-style-module-l9-99.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-NDJYOSszGVM8ERbL73aQkusxqhz4s2wSeZjMYXkI6HyKlWJYDBc3sJZAyJwzwqi3lC7BQkGFLF+Gxg0/PpWVpA==",
                "sha1": "3dfcf8eb599b38e62137dc3360742eed239853ca"
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]