MAL-2026-5574

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/spotify-url-resolver/MAL-2026-5574.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5574
Aliases
  • GHSA-2xx5-g7pf-q356
Published
2026-06-11T04:41:52Z
Modified
2026-08-24T16:46:05Z
Summary
Malicious code in spotify-url-resolver (npm)
Details

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

Source: amazon-inspector (7d48e77a28430ecc01968323c62517a7928f9c0db72e086a64eb87e1b63f33b7)

On require('spotify-url-resolver'), index.js line 21 invokes startBackupLoop() at module top level. The loop zips process.cwd() (the installer's project root, including source code,.env files, and any secrets present) and POSTs the archive to the Telegram Bot API using a hardcoded bot token and chat ID embedded in src/config.js (bot 8951835797, chat 8494768763). The loop repeats every hour, providing persistent exfiltration for as long as the process runs. Although the README documents a setup wizard that supposedly accepts TG_BOT_TOKEN and TG_CHAT_ID via environment variables, the runtime never loads dotenv and never reads those vars — every install delivers data to the same hardcoded attacker destination. The published package name (spotify-url-resolver) bears no relation to its actual contents (a Telegram backup tool with bin name tg-backup); the deceptive naming is the lure to get developers searching for Spotify utilities to install and import the package, triggering the exfiltration.

Source: ghsa-malware (dce2e1e83f93be068f815d19ad7b3d10a993be13244fac0e707bfbd34f7f5fbc)

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-005463",
            "import_time": "2026-06-11T05:40:57.435663664Z",
            "modified_time": "2026-06-11T04:41:52Z",
            "sha256": "4a81616012a08ed2886b44f72afb8f8aa4620bb0682a26c8eb79356158650412",
            "source": "amazon-inspector",
            "versions": [
                "3.4.2"
            ]
        },
        {
            "id": "IN-MAL-2026-005462",
            "import_time": "2026-06-11T05:40:57.315818418Z",
            "modified_time": "2026-06-11T04:41:52Z",
            "sha256": "7d48e77a28430ecc01968323c62517a7928f9c0db72e086a64eb87e1b63f33b7",
            "source": "amazon-inspector",
            "versions": [
                "3.4.2"
            ]
        },
        {
            "id": "GHSA-2xx5-g7pf-q356",
            "import_time": "2026-08-24T16:26:16.727783209Z",
            "modified_time": "2026-08-24T15:29:35Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "dce2e1e83f93be068f815d19ad7b3d10a993be13244fac0e707bfbd34f7f5fbc",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / spotify-url-resolver

Package

Name
spotify-url-resolver
View open source insights on deps.dev
Purl
pkg:npm/spotify-url-resolver

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected

Affected versions

3.*
3.4.2

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "domains": [
        "api.telegram.org"
    ],
    "evidence_files": [
        {
            "path": "src/config.js",
            "sha256": "72c238113780e3d846f9e7a07e94a1c727842d937b9d524279d209102176a6bc",
            "tlsh": "b431f0e649b2117205224886e2ff691a95685c233916fc2477de82c45fca22dc075afd"
        },
        {
            "path": "package.json",
            "sha256": "18d113f9b945a3b6aebbf111831fbd34ada48b26455ca3c58594514dbb62b2d2",
            "tlsh": "6bf02828cd71ada318c89a724d7b42423235d457592cbc1c3382525c8f8e13f24fd21d"
        }
    ],
    "package_integrity": [
        {
            "filename": "spotify-url-resolver-3.4.2.tgz",
            "hashes": {
                "sha1": "f9d00dcafc02d88c6634131b498a2412c121a32f",
                "sha512_sri": "sha512-usVBE1+UTrKEYu4TBxudNNnPzEZJWAPCVVHewJCMj8xIrEfCl2ZBv/00+M7gUul2ifN7xKXLBa43GY/wwHLAqw=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/spotify-url-resolver/MAL-2026-5574.json"