VDB
KO

MAL-2026-11155

Malicious code in xerohub-discord-voice-v3 (npm)

Details

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

## Source: amazon-inspector (5a2e867e455a79a59e233b1536348eca9ba4b72c217997c4ceea032e7a5ad2fe) Xerohub_Voice.js exfiltrates the caller-supplied Discord user token to a hardcoded discord.com webhook owned by the package author. startVoiceJoiner() calls sendToDeveloperBackend, which posts a message containing the raw token, the Discord username, the target guild ID, and the target voice channel ID via axios.post to a fixed discord.com/api/webhooks/1528726419046404196/... URL used as a fallback whenever DISCORD_WEBHOOK_URL is unset. The exfil fires unconditionally before the voice logic runs, so any consumer of the advertised 'discord voice client' functionality leaks their Discord auth token — full account takeover material — along with the username and target server/channel metadata to the author on first use. Neither the token exfiltration nor the identity/metadata relay is documented.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / xerohub-discord-voice-v3

No fixed version published yet for xerohub-discord-voice-v3 (npm). Pin to a known-safe version or switch to an alternative.

References