MAL-2026-11155

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/xerohub-discord-voice-v3/MAL-2026-11155.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11155
Published
2026-07-28T13:30:35Z
Modified
2026-08-05T14:37:29.737624078Z
Summary
Malicious code in xerohub-discord-voice-v3 (npm)
Details

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

Source: amazon-inspector (5a2e867e455a79a59e233b1536348eca9ba4b72c217997c4ceea032e7a5ad2fe)

XerohubVoice.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 DISCORDWEBHOOK_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.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-07-28T14:19:57.255424039Z",
            "modified_time": "2026-07-28T13:31:09Z",
            "id": "IN-MAL-2026-010881",
            "versions": [
                "3.0.2"
            ],
            "source": "amazon-inspector",
            "sha256": "5a2e867e455a79a59e233b1536348eca9ba4b72c217997c4ceea032e7a5ad2fe"
        },
        {
            "import_time": "2026-07-28T14:19:57.346453395Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-010883",
            "versions": [
                "3.0.0"
            ],
            "modified_time": "2026-07-28T13:31:23Z",
            "sha256": "9377ba8131678848902de789d072550b3b92b8c8e823dec9f6a563ddf0942873"
        },
        {
            "import_time": "2026-07-28T14:19:57.077761245Z",
            "modified_time": "2026-07-28T13:30:35Z",
            "id": "IN-MAL-2026-010877",
            "source": "amazon-inspector",
            "versions": [
                "3.0.3"
            ],
            "sha256": "93f425bbeac489a5cfddb532929e0f5f7dfd6a8315ff10afbc6c3751bf2e9d37"
        },
        {
            "import_time": "2026-08-05T14:19:45.765584214Z",
            "modified_time": "2026-08-05T13:15:48Z",
            "id": "IN-MAL-2026-014948",
            "source": "amazon-inspector",
            "versions": [
                "3.0.1"
            ],
            "sha256": "c36914a36e960d58a04f30ea083535253930ac309f36acde9ae6c30cd3d48399"
        }
    ]
}
References
Credits

Affected packages

npm / xerohub-discord-voice-v3

Package

Name
xerohub-discord-voice-v3
View open source insights on deps.dev
Purl
pkg:npm/xerohub-discord-voice-v3

Affected ranges

Affected versions

3.*
3.0.0
3.0.1
3.0.2
3.0.3

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/xerohub-discord-voice-v3/MAL-2026-11155.json"
indicators
{
    "evidence_files": [
        {
            "tlsh": "de32975f59e350124763209581dbf01123b56203190aeed07bbe83a1eff9968b4f3be6",
            "path": "Xerohub_Voice.js",
            "sha256": "3724e0d3fb89335fde1c2d3659f0da3333fdb8a2eef5e1fa28e1eb9a93de9ede"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha1": "6a81c7072882481d16b043958ebb0ab32733a4bb",
                "sha512_sri": "sha512-945KbxoJMwbJBdSdBiBNIZLEQ4Im1uOjjhZ+pGsJZCyAme6hkuW54Kaiq2QcU3e0hFc41PKAZ97j6Q3yzoTl6w=="
            },
            "filename": "xerohub-discord-voice-v3-3.0.2.tgz"
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]