MAL-2026-11414

    Dashboard / Malicious Package / MAL-2026-11414

    MAL-2026-11414

    Published: 31 Jul 2026Last Modified: 4 Aug 2026

    Summary: Malicious code in aiassistcore (PyPI)

    Details: Source: amazon-inspector (9561c11926b1e2d0a7f38f91edc062a77b27e624521dd7c1e500ef3c16a157a2) The package presents itself as 'AI assistant utilities' but its workspace.py implements two active attacks against the installer's Windows session. A background `Helper` thread uses Win32 `GetAsyncKeyState` over key codes 1..255 to capture every keystroke, buffers modifier state, and flushes the log to a file whose path is imported as `KEYLOGGER_DIR` / `KEYLOGGER_LOG_FILE` from `cognikit.config` — the code's own identifiers name the artifact as a keylogger. A second `_monitor_clipboard` thread polls the Windows clipboard and matches its contents against a base64-obfuscated regex table for ~18 cryptocurrency address formats (BTC, ETH, TRX, XRP, SOL, DOT, XMR, LTC, DOGE, ADA, ATOM, ALGO, NEAR, APT, SUI, TON, BCH); on a match, the clipboard is emptied and rewritten with an attacker-supplied replacement address from `self.wallet_replacements`, so funds the user attempts to send are redirected to attacker-controlled wallets. The address-regex table and chain tickers are hidden behind a `_d()` base64 decoder invoked at import time, aligned with the clipper behavior and inconsistent with the advertised purpose. Source: kam193 (f2900cfaae06740bbefca375a4d23cb6c3dd67726ace0f9cffda92c04f1c4333) In this campaign, some packages (e.g. cognikit, aiassistcore) are pulled as dependencies and contain the C2 configuration and the malicious functionality, while others (like aichannel) provide fake functionality and silently execute malicious actions from dependencies. The malicious functionality is oriented to replace the copied cryptocurrency wallet addresses with these controlled by the attacker and downloaded from the C2 server, exfiltrating browser data, establishing a remote control over the device, placing malicious extensions in browsers. IoCs are consistent with those previously attributed to North Korea's "Contagious Interview" campaign. The known TTP suggest these packages are used as dependencies in malicious interview assessments or cryptocurrency projects. Category: MALICIOUS - The campaign has clearly malicious intent, like infostealers. Campaign: 2026-07-cognikit Reasons (based on the campaign): - crypto-related - The malicious code is intentionally included in a dependency of the package - keylogger - clipboard-modify - exfiltration-browser-data - persistence - rat - The package contains code to execute remote commands (probably limited to a specific set) on the victim's machine.

    Affected packages

    Package

    Name: aiassistcore

    Purl: pkg:pypi/aiassistcore

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    0.1.2
    MAL-2026-11414 | CVE-DB