MAL-2026-14492

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/spotify-url-infos/MAL-2026-14492.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14492
Published
2026-08-25T14:10:28Z
Modified
2026-08-25T23:51:17.760689161Z
Summary
Malicious code in spotify-url-infos (npm)
Details

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

Source: amazon-inspector (e72208a0a63e3b9eb2549151c6b0899d84e79df1a1058cd72e048c3a44592440)

Package is published under a name resembling the legitimate 'spotify-url-info' but its shipped code is an exfiltration tool. index.js invokes startBackupLoop() at top level, so simply require()'ing or importing the module (no user action, no CLI invocation) begins an hourly loop that zips the entire current working directory — traversed via archiver.glob('*/', {cwd: process.cwd(), dot: true}) so dotfiles such as.env,.git, and any credentials in the tree are included — and uploads the archive to a Telegram chat via telegram.sendDocument. The destination is hardcoded in src/config.js as bot token 8837512876:AAH... and chatId 7549282259; the interactive.env setup shipped in bin/setup.js is a decoy and its values are never read by the runtime path. The package's declared description ('Automated server backup tool with Telegram delivery') conflicts with its published name ('spotify-url-infos'), the banner/log helpers are empty stubs, and every try/catch swallows errors, so the loop runs silently.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-25T14:21:11.877745169Z",
            "source": "amazon-inspector",
            "versions": [
                "3.4.2"
            ],
            "sha256": "e72208a0a63e3b9eb2549151c6b0899d84e79df1a1058cd72e048c3a44592440",
            "id": "IN-MAL-2026-018738",
            "modified_time": "2026-08-25T14:10:28Z"
        }
    ]
}
References
Credits

Affected packages

npm / spotify-url-infos

Package

Affected ranges

Affected versions

3.*
3.4.2

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
indicators
{
    "evidence_files": [
        {
            "tlsh": "27e0553f56bd11ba002b6de3ed4b020008db628333f1c4867c2e3af88713088a606aa4",
            "sha256": "f91b959be8e41245535688e46cb39c0d1bdab88caa1614f9e87bdf6aecac7a5c",
            "path": "index.js"
        },
        {
            "tlsh": "1b01287a98f751a6112545d7e6af502b194c80133d22f835b78c89c04fdf25c4072efe",
            "sha256": "64d39d682b49f10705276cdab1fe99eaba4509e1a841ae3aa325b5793afdf508",
            "path": "src/config.js"
        },
        {
            "tlsh": "97f02228ce71ada318c89a720dbb82423231e4576d28fc1c3382525c8f8e13f24fd61d",
            "sha256": "5f0c859952b3ace7f29aada03161a908d3070c1f61176498147aa0bc38814cfa",
            "path": "package.json"
        }
    ],
    "package_integrity": [
        {
            "filename": "spotify-url-infos-3.4.2.tgz",
            "hashes": {
                "sha512_sri": "sha512-t89sz3rufIl+5mA2c6W3eYr/o5/9GIVwC7j+fC6efORoZz9tliapCe1qjecBKjef/FNggz5EqVc4BfsxavKwtQ==",
                "sha1": "59e2af1a5d5275ce85aa4c1f95cb521b5788031b"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/spotify-url-infos/MAL-2026-14492.json"