MAL-2026-10193

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/py-base58/MAL-2026-10193.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10193
Published
2026-07-12T08:13:49Z
Modified
2026-07-12T15:31:56.981897358Z
Summary
Malicious code in py-base58 (PyPI)
Details

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

Source: amazon-inspector (f4ef10f40dc13a645cebdee601417b590c92ab69039dbdf9962c36b36497949b)

py-base58 2.1.3 masquerades as a pure-Python base58 encoder but on first import of the top-level base58 package decodes a ~640KB base64-embedded Linux ELF binary from base58/_payload.py, writes it to ~/.config/.npm-cache/ under a name masquerading as a system daemon (e.g. systemd-journald, nvidia-persistenced, docker-containerd), chmods it 0777, launches it, and installs a user crontab entry re-executing it every 12 hours. The init.py hook then removes the package's own.dist-info/.egg-info directories from site-packages so pip list and pip show no longer reveal the package. Strings in the dropped binary identify it as a cryptocurrency-wallet stealer targeting BIP-39 mnemonics and keystore files for Phantom, MetaMask, Ledger, and Exodus, and paths including ~/.config/solana/id.json, ~/.ethereum/keystore, and ~/.foundry/keystores; harvested material is encrypted to an embedded attacker RSA public key and uploaded to public file hosts api.pinata.cloud (IPFS pinning), uguu.se, temp.sh, and transfer.sh. The package's declared purpose (base58 encoding) has no legitimate need to drop a native binary, schedule cron persistence, or scrub its own installation metadata.

Source: kam193 (fef36b20481cc02340f4bee670f918213d738a738d6c70de568bd93dc05af360)

The package embeds an executable stealing cryptocurrency wallets data. During import, code saves the executable under a name suggesting system utility and configures cron to run it periodically. The exfiltrated data is encrypted using embedded RSA code before uploading to file-sharing services or IPFS.


Category: MALICIOUS - The campaign has clearly malicious intent, like infostealers.

Campaign: 2026-07-py-base58

Reasons (based on the campaign):

  • crypto-related

  • exfiltration-crypto

  • persistence

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-07-12T09:13:05.573509062Z",
            "id": "pypi/2026-07-py-base58/py-base58",
            "sha256": "fef36b20481cc02340f4bee670f918213d738a738d6c70de568bd93dc05af360",
            "modified_time": "2026-07-12T08:13:49.488066Z",
            "source": "kam193",
            "versions": [
                "2.1.3",
                "2.1.4"
            ]
        },
        {
            "import_time": "2026-07-12T15:24:47.800489354Z",
            "id": "IN-MAL-2026-009749",
            "sha256": "f4ef10f40dc13a645cebdee601417b590c92ab69039dbdf9962c36b36497949b",
            "modified_time": "2026-07-12T15:11:14Z",
            "source": "amazon-inspector",
            "versions": [
                "2.1.3"
            ]
        }
    ]
}
References
Credits

Affected packages

PyPI / py-base58

Package

Affected ranges

Affected versions

2.*
2.1.3
2.1.4

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "base58/__init__.py",
            "tlsh": "fb91a793843064d2978b8768b4a6c870372db90797030c38bedc8794cf86975d7336ae",
            "sha256": "d621152d9896489a61eb9e65f7f6d99b5c45caa0cf20681aa4f1e3f5834478bb"
        },
        {
            "path": "base58/_payload.py",
            "tlsh": "dee48df7015bbefa3a2c1d54a8412f501d7c664b152e8145f6c8ba7bb3e6250ce2ce39",
            "sha256": "66ae6c1effea67165ae8382a1eb54ad5ea70d5d0c5f85414ee4d74bfdfed78fc"
        }
    ],
    "package_integrity": [
        {
            "filename": "py_base58-2.1.3-py3-none-any.whl",
            "hashes": {
                "sha256": "df7ffb31d8774776848e4a62abb74a0ee4abea1f177507fc3cf3307a358859d8",
                "blake2b_256": "e0d906fafc6ba8bb703e78c827c9e6b08bee30b8a61678b1db31bd7c9fffcd7f",
                "md5": "f32277671eedc1686fc11ca7572d5e20"
            }
        },
        {
            "filename": "py_base58-2.1.3.tar.gz",
            "hashes": {
                "sha256": "0dee4f3064085892c6c29990df2ecdf5a74533476781850db7b9bda7c1e16be7",
                "blake2b_256": "5e06f24369c768ac03a1f47b22ab2057fed8ecc3c9cd354e4c1845c8dd55b83f",
                "md5": "1a06dd08861543c2a33244dcf152ff5d"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/py-base58/MAL-2026-10193.json"