MAL-2026-14138

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/optimizely-starter-kit-for-fastly-compute/MAL-2026-14138.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14138
Published
2026-08-18T23:04:13Z
Modified
2026-08-18T23:15:11.616457026Z
Summary
Malicious code in optimizely-starter-kit-for-fastly-compute (npm)
Details

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

Source: amazon-inspector (72b7bcd65cbf07a90130de5e4a29fb72bc99badb287a1e1dc7373c288a1ae0be)

package.json declares preinstall: node index.js, causing index.js to run automatically on npm install. The script collects host identifiers (os.hostname(), os.userInfo(), homedir, DNS servers, __dirname, package.json contents) and reads /etc/passwd and /etc/hosts, then POSTs the payload over HTTPS to aguu8c8gjyt4anjao3nhru1mgdm5avyk.oastify.com, a Burp Collaborator out-of-band interaction subdomain. The package name resembles legitimate Optimizely/Fastly Compute tooling, consistent with a dependency-confusion or typosquat exfiltration beacon.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-18T23:09:41.670422278Z",
            "sha256": "72b7bcd65cbf07a90130de5e4a29fb72bc99badb287a1e1dc7373c288a1ae0be",
            "modified_time": "2026-08-18T23:04:13Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-018174",
            "versions": [
                "1.0.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / optimizely-starter-kit-for-fastly-compute

Package

Name
optimizely-starter-kit-for-fastly-compute
View open source insights on deps.dev
Purl
pkg:npm/optimizely-starter-kit-for-fastly-compute

Affected ranges

Affected versions

1.*
1.0.1

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/optimizely-starter-kit-for-fastly-compute/MAL-2026-14138.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "8fc8529c5e78ba70935c23c1205510af03f364aa58cd7fc7831aec76b28f4553",
            "path": "index.js",
            "tlsh": "ba412395a2d917330de210c06a0c74842399fa777259e89076cf42d69f869f8b7326f3"
        }
    ],
    "package_integrity": [
        {
            "filename": "optimizely-starter-kit-for-fastly-compute-1.0.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-cZRlVdpu0WshCYsTon7hGOOxa3cb3AYlpCae1+URBitWWSzyZl/olY7lbVRaW6BEXigh27VLPag22Q5wvwGH0A==",
                "sha1": "25df00d2eabf461287db1159bddcb2d9d00fc958"
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]