MAL-2026-12497

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/vscode-designer-14/MAL-2026-12497.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12497
Published
2026-08-05T12:58:36Z
Modified
2026-08-05T13:36:25.207299367Z
Summary
Malicious code in vscode-designer-14 (npm)
Details

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

Source: amazon-inspector (dcf384e12e957c8d6b3d0014504f652cd2b6f3885f49820a2907865566bb6137)

package.json declares a preinstall hook that runs index.js on npm install. index.js collects the installer's hostname, username, home directory, DNS server configuration, package metadata, and the contents of /etc/passwd and /etc/hosts, then POSTs the collected data over HTTPS to the hardcoded host slh4v8u1tz6gjo447tgf9rl3xu3mrcf1.oastify.com (a Burp Collaborator OAST subdomain). The package has no legitimate functionality that would justify reading local system files or beaconing host identifiers to an out-of-band interaction service; the shape matches a dependency-confusion / typosquat exfiltration beacon.

Database specific
{
    "malicious-packages-origins": [
        {
            "sha256": "dcf384e12e957c8d6b3d0014504f652cd2b6f3885f49820a2907865566bb6137",
            "source": "amazon-inspector",
            "modified_time": "2026-08-05T12:58:36Z",
            "versions": [
                "14.0.1"
            ],
            "import_time": "2026-08-05T13:08:49.820812706Z",
            "id": "IN-MAL-2026-014831"
        }
    ]
}
References
Credits

Affected packages

npm / vscode-designer-14

Package

Affected ranges

Affected versions

14.*
14.0.1

Database specific

indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha1": "d6db811eaf1b7c54f90dfaee50bfc578d8fb1f96",
                "sha512_sri": "sha512-PADKHdAXPAwziJIUS0H3PAbvv2vN+Hsr+bsz8dI+J3A4bIC8qq4ghHYFnOTKZC3B9OTx0ob1vaGxNBibiO8Euw=="
            },
            "filename": "vscode-designer-14-14.0.1.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "index.js",
            "sha256": "5cf9ca9e00236f8de1c18d3c3f302f23a142b5169207cb9d5e220103f201a8c5",
            "tlsh": "bd41139592d917330dd150c0660c70803359fa77715999d076cf42d6af869f8b7326f3"
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/vscode-designer-14/MAL-2026-12497.json"