MAL-2026-10196

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/jupiter-sdk/MAL-2026-10196.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10196
Published
2026-07-12T11:25:55Z
Modified
2026-07-12T21:31:53Z
Summary
Malicious code in jupiter-sdk (PyPI)
Details

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

Source: amazon-inspector (f8e0901ca45da110106c60f288b0166fc51c348a44569d7e7ff22af3d19deafe)

On import jupiter_sdk, the package's top-level init.py fetches a payload over HTTPS from a public IPFS gateway (https://gateway.pinata.cloud/ipfs/QmP2RrfNCNabLzPYncMGgFwAmttDafczpJLS8oxvQRBVqg), passes the response body directly to exec(), and invokes a main() function from the executed namespace, with errors silently swallowed. The URL is content-addressed to an IPFS CID with no signature or hash verification of the executed content beyond the CID, and the fetched code is not shipped with the package. The package presents itself as a 'Jupiter DEX Aggregator SDK' but its exported API (get_quote, get_token_list, get_routes) returns hardcoded dummy values and performs no real Jupiter calls, so the only functional behavior on install/import is the remote code loader. The name resembles the widely used Jupiter aggregator ecosystem while performing arbitrary remote code execution against any environment that imports it.

Source: kam193 (4fe90c74194fd64c35606cd24835a77493495efe29bf6ad593cc4fa5a20f58be)

During import, the code downloads and executes a remote script. The script collects sensitive files, including cryptocurrency wallet private keys and seeds, SSH keys, dotenv files and uploads them to IPFS. After that, it communicates with C2 and awaits further commands to execute.


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

Campaign: 2026-07-metemask-sdk

Reasons (based on the campaign):

  • files-exfiltration

  • typosquatting

  • exfiltration-ssh-keys

  • crypto-related

  • Downloads and executes a remote malicious script.

  • exfiltration-crypto

  • The package contains code to execute remote commands (probably limited to a specific set) on the victim's machine.

  • uses:ipfs

Database specific
{
    "iocs":  {
        "ips":  [
            "107.161.90.180"
        ],
        "urls":  [
            "http://107.161.90.180:7778",
            "https://gateway.pinata.cloud/ipfs/QmP2RrfNCNabLzPYncMGgFwAmttDafczpJLS8oxvQRBVqg"
        ]
    },
    "malicious-packages-origins":  [
        {
            "id":  "pypi/2026-07-metemask-sdk/jupiter-sdk",
            "import_time":  "2026-07-12T11:55:16.830096866Z",
            "modified_time":  "2026-07-12T11:25:55.672683Z",
            "sha256":  "4fe90c74194fd64c35606cd24835a77493495efe29bf6ad593cc4fa5a20f58be",
            "source":  "kam193",
            "versions":  [
                "0.1.0",
                "0.1.1"
            ]
        },
        {
            "id":  "IN-MAL-2026-009776",
            "import_time":  "2026-07-12T21:20:01.983311478Z",
            "modified_time":  "2026-07-12T21:13:06Z",
            "sha256":  "669a4db1a6e8dcc53ea15154554c964585c7d06e97db5a5db522700e174ef721",
            "source":  "amazon-inspector",
            "versions":  [
                "0.1.1"
            ]
        },
        {
            "id":  "IN-MAL-2026-009777",
            "import_time":  "2026-07-12T21:20:02.024290037Z",
            "modified_time":  "2026-07-12T21:13:14Z",
            "sha256":  "f8e0901ca45da110106c60f288b0166fc51c348a44569d7e7ff22af3d19deafe",
            "source":  "amazon-inspector",
            "versions":  [
                "0.1.0"
            ]
        }
    ]
}
References
Credits

Affected packages

PyPI / jupiter-sdk

Package

Name
jupiter-sdk
View open source insights on deps.dev
Purl
pkg:pypi/jupiter-sdk

Affected ranges

Affected versions

0.*
0.1.0
0.1.1

Database specific

cwes
[
    {
        "cweId":  "CWE-506",
        "description":  "The product contains code that appears to be malicious in nature.",
        "name":  "Embedded Malicious Code"
    },
    {
        "cweId":  "CWE-506",
        "description":  "The product contains code that appears to be malicious in nature.",
        "name":  "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files":  [
        {
            "path":  "jupiter_sdk/__init__.py",
            "sha256":  "663d6252ce5c86d46a257b3381b59485edd7313b118b1dcafb28bf8db0a9c6bc",
            "tlsh":  "670170947800a60782a6a41a78d1aa2de31e751b8b9d58203be647241b4dc1478b1d6b"
        }
    ],
    "package_integrity":  [
        {
            "filename":  "jupiter_sdk-0.1.1-py3-none-any.whl",
            "hashes":  {
                "blake2b_256":  "1f91c49bee7067eb9fc644e275a5d307791e44f3bb23f9b20728f6824e978082",
                "md5":  "5453e16b492a87bd1ae674a38c5eb401",
                "sha256":  "b72d95a100e40052e39c12f60871105ae33b011d8920b62151f7c0716b429144"
            }
        },
        {
            "filename":  "jupiter_sdk-0.1.1.tar.gz",
            "hashes":  {
                "blake2b_256":  "52e79851ad63591f88980d40c8566c11542579b3bf46d9a6e78756b04994a804",
                "md5":  "d46828c411923e4d6bb08fd354b815ae",
                "sha256":  "7de54dfc421c3dca88087cbd798b49d7014d1c743a7a3f5f4b934db5c5228d04"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/jupiter-sdk/MAL-2026-10196.json"