VDB
GCVE-110-OSM-2026-11098
GCVE-110-OSM-2026-11098
Advisory PublishedCVSS 8.8/10
Package is published under the name 'spotify-url-resolvers' but its index.js starts a backup loop at module load that archives process.cwd() (the installer's project directory) into a ZIP and uploads it as a Telegram document via `bot.telegram.sendDocument` to a hardcoded bot token and chat_id defined in src/config.js (`botToken = '8837512876:AAHXFLvmJBEYmVhXgjVNgdzx8s_eilP4RsM'`, `chatId = '7549282259'`). The archive-exclusion list drops node_modules and.git but does not exclude.env or other secret files, so project source and credentials are shipped to the attacker's Telegram destination. The loop repeats every hour. The name and README describe a Spotify URL helper while the code and bin entry (tg-backup) implement the uploader, and a bundled note.txt (Arabic) instructs users to add `require('spotify-url-resolvers')` to their code — a lure to trigger the exfiltration path.
Judge assessment: This is a clear credential-and-source exfiltration package masquerading as a Spotify helper: `bin/cli.js` exposes a `tg-backup` command that loads `index` and the package metadata/OSV advisory show it targets `process.cwd()` for backup. The hardcoded Telegram bot token in `src/config.js` (`8837512876:AAHXFLvmJBEYmVhXgjVNgdzx8s_eilP4RsM`) and chat ID (`7549282259`) indicate attacker-controlled exfiltration, and the exclusion list omits `.env` and other secrets while explicitly preserving the installer's project tree. The publisher context is also damning: `magrh` is a one-day-old account with two prior malicious packages and a `publisherMaliciousRatio` of 1, matching a multi-package attacker model rather than a legitimate library author. The OSV advisory's claim is directly corroborated by the plaintext IOC in `src/config.js`, so this should be treated as confirmed malicious malware.
ENTRY
bin/cli.js (bin: ./bin/cli.js)
DESTINATION
- 2 exfil (telegram-bot)
(values recorded in verified_iocs)
ADDITIONAL FINDINGS
- Very New NPM Publisher Account
- Publisher Has Other Malicious Packages
TELEGRAM THREAT-ACTOR INTELLIGENCE (live API enrichment):
Bot @tramadol19bot (id 8837512876)
Weaknesses (CWE)
CWE-506Embedded Malicious Code
Risk Scores
CVSS 3.1
8.8/10
High · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions | Platforms |
|---|---|---|---|
| unknown | spotify-url-resolvers | all (affected) | — |
Aliases
Browse GCVE Records
3,530 records in the GCVE database · Updated September 5, 2026
No matching records found.
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.