MAL-2026-14536

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/mt-ts-serverless-starter/MAL-2026-14536.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14536
Published
2026-08-26T14:18:05Z
Modified
2026-08-26T14:30:12.624756364Z
Summary
Malicious code in mt-ts-serverless-starter (npm)
Details

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

Source: amazon-inspector (53da5b8989180a10122e1e8ab801ab76dc7587761bb58d05377359b8f8e09d52)

package.json declares a preinstall hook that runs node index.js on every npm install. index.js collects installer host identity and system files — os.hostname(), os.userInfo(), home directory, DNS server configuration, /etc/passwd, /etc/hosts, and the full package.json — and HTTPS POSTs the payload to the hardcoded Burp Collaborator subdomain e4jw9ucdu7sdebgoqqx919p6qxwoke83.oastify.com. The exfiltration fires unconditionally at install time with no user interaction.

Database specific
{
    "malicious-packages-origins": [
        {
            "versions": [
                "1.0.1"
            ],
            "source": "amazon-inspector",
            "sha256": "53da5b8989180a10122e1e8ab801ab76dc7587761bb58d05377359b8f8e09d52",
            "modified_time": "2026-08-26T14:18:05Z",
            "import_time": "2026-08-26T14:20:36.866256819Z",
            "id": "IN-MAL-2026-018750"
        }
    ]
}
References
Credits

Affected packages

npm / mt-ts-serverless-starter

Package

Name
mt-ts-serverless-starter
View open source insights on deps.dev
Purl
pkg:npm/mt-ts-serverless-starter

Affected ranges

Affected versions

1.*
1.0.1

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "3e411395a2d917330dd110c0660c70c52359fa767159a99077cf4296af869f8b7226f3",
            "sha256": "49c560e08fa3c382958e2d235133aa481142be3ef5e175568b2c35d5eabb387a",
            "path": "index.js"
        }
    ],
    "package_integrity": [
        {
            "filename": "mt-ts-serverless-starter-1.0.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-7WkTFLD1FaYT76COe4Pe7332FJ4DCtkRGQd/F8tdjgFtVRj5Rcq+DNt/DOw8XoL5ZjZzeSPkAsYlBWux7cY9lg==",
                "sha1": "5c16bb79958a9bd48f157c529b055796547d0b61"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/mt-ts-serverless-starter/MAL-2026-14536.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]