MAL-2026-15930

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/tpu-raiden-jax/MAL-2026-15930.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15930
Published
2026-09-04T15:00:35Z
Modified
2026-09-04T21:30:08.790536507Z
Summary
Malicious code in tpu-raiden-jax (PyPI)
Details

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

Source: amazon-inspector (f37dbb20f91d6812bd5bcfa84a040595ea1f9358e56f946da4efa599f7751bed)

On first import, tpu-raiden-jax's top-level init.py invokes a canary() routine that serializes the entire os.environ dictionary along with socket.gethostname() and POSTs the resulting JSON payload to the hardcoded URL https://vuorblucjega.dssldrf.net/python-install-log/tpu-raiden-jax via urllib.request. Errors are silently swallowed. The destination host is unrelated to any legitimate publisher domain, and the package version (99.99.0) plus the bulk-environment shape are consistent with a dependency-confusion canary/steal against internal package names. Any secrets present in the environment of a REPL, CI job, or build that imports this package (AWS*, GH_TOKEN, npm/PyPI tokens, database credentials, and any other exported variable) are transmitted to the external host.

Source: kam193 (f5e62e8c3e35de0ec83c0081e3eb91530e77815509c010b28c47de375068cd92)

During import, the package exfiltrates environment variables.


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

Campaign: 2026-09-amirgo4496

Reasons (based on the campaign):

  • exfiltration-env-variables

  • dependency-confusion

  • The package contains code to exfiltrate basic data from the system, like IP or username. It has a limited risk.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-09-04T15:39:11.2658192Z",
            "source": "kam193",
            "versions": [
                "99.99.0"
            ],
            "id": "pypi/2026-09-amirgo4496/tpu-raiden-jax",
            "modified_time": "2026-09-04T15:00:35.390398Z",
            "sha256": "f5e62e8c3e35de0ec83c0081e3eb91530e77815509c010b28c47de375068cd92"
        },
        {
            "import_time": "2026-09-04T21:15:20.916008643Z",
            "id": "IN-MAL-2026-019644",
            "versions": [
                "99.99.0"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-09-04T21:03:50Z",
            "sha256": "f37dbb20f91d6812bd5bcfa84a040595ea1f9358e56f946da4efa599f7751bed"
        }
    ],
    "iocs": {
        "domains": [
            "vuorblucjega.dssldrf.net"
        ]
    }
}
References
Credits

Affected packages

PyPI / tpu-raiden-jax

Package

Affected ranges

Affected versions

99.*
99.99.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/tpu-raiden-jax/MAL-2026-15930.json"
indicators
{
    "evidence_files": [
        {
            "path": "src/tpu_raiden_jax/__init__.py",
            "tlsh": "92f0ebd2e0206853b587b101cca89aa832517d0f7a027cb1fdcc66840f8c87a90b10ac",
            "sha256": "49beed9e6a3863119f27d1a2d28670fee711c1f4ab3f961f51385081ad426dce"
        }
    ],
    "package_integrity": [
        {
            "filename": "tpu_raiden_jax-99.99.0-py3-none-any.whl",
            "hashes": {
                "md5": "df5fa4dfdd239cf3fbb438e273182155",
                "blake2b_256": "0f0ab4adb7bbbb5da0f5a0871aa6e0cf00648de31dae7daad5769a1df33d51ca",
                "sha256": "1ff9151e6be7ac9b11ddecaaf6476330d0674297b65c07579d48fc266155d44b"
            }
        },
        {
            "filename": "tpu_raiden_jax-99.99.0.tar.gz",
            "hashes": {
                "sha256": "16834637937671f3cd3b69add2170680ef612562a15a9eb0f8b9140ac34ac4ee",
                "blake2b_256": "5372cdb63a4e94c47308ff38f3920d962577b4ee5fffc99976803d9137030bd8",
                "md5": "794d8031fb4ddd2df77d25bdd7deaea4"
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]