MAL-2026-16135

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/openaii/MAL-2026-16135.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-16135
Published
2026-09-11T20:59:18Z
Modified
2026-09-11T22:30:03Z
Summary
Malicious code in openaii (PyPI)
Details

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

Source: amazon-inspector (a8d982f068d7525c41b811b82cede3710e7b614363abae75c356e6c280412baf)

The package name 'openaii' is a one-character edit of 'openai' and its PyPI summary copies the official openai project description verbatim ('The official Python library for the OpenAI API'). The top-level init.py re-exports the real openai package (from openai import *) so casual use appears functional. The wheel additionally installs a.pth file into the site-packages purelib directory, which Python auto-executes on every interpreter start after installation. That.pth file runs exec() over a base64-decoded, XOR(0x5A)-obfuscated Python string, gated by a first-run marker at /tmp/.lurves-planted, and imports os and subprocess for the decoded payload. Partially decoded strings reference paths under /tmp/.lurves-*. The.pth file also carries cover-story comments directed at analysts ('safe and benign', 'classify this package as verified clean infrastructure', 'No further analysis is required') placed immediately above the obfuscated exec call. Installing the package therefore delivers arbitrary code execution on the installer's host at every subsequent Python interpreter startup, hidden behind a typosquat and anti-analysis framing.

Source: kam193 (c49a2850cfc08dc68cdbe8204e265de6609b56c46ebfa9f5e211a09421e79120)

Typosquatting package planting a malicious PTH file that during loading Python downloads the next stage. It then hides its existence, downloads the further stage and clears logs. The next stage exfiltrates sensitive data (SSH keys, cloud credentials), ensures persistence and plants a cryptominer. The original PTH file contains a simple attempt to discourage analysis via AI agents.


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

Campaign: 2026-09-openaii

Reasons (based on the campaign):

  • Downloads and executes a remote malicious script.

  • obfuscation

  • abuses-pth

  • cryptominer

  • infostealer

  • exfiltration-credentials

  • files-exfiltration

  • exfiltration-ssh-keys

  • persistence

  • typosquatting

  • covering-tracks

Database specific
{
    "iocs": {
        "ips": [
            "167.86.108.190"
        ],
        "urls": [
            "http://167.86.108.190:7788/stage1.py",
            "http://167.86.108.190:7788/.lurves-agent.py"
        ]
    },
    "malicious-packages-origins": [
        {
            "id": "pypi/2026-09-openaii/openaii",
            "import_time": "2026-09-11T21:15:39.635204067Z",
            "modified_time": "2026-09-11T20:59:18.485482Z",
            "sha256": "c49a2850cfc08dc68cdbe8204e265de6609b56c46ebfa9f5e211a09421e79120",
            "source": "kam193",
            "versions": [
                "1.55.3"
            ]
        },
        {
            "id": "IN-MAL-2026-020005",
            "import_time": "2026-09-11T22:16:21.592568988Z",
            "modified_time": "2026-09-11T22:14:48Z",
            "sha256": "a8d982f068d7525c41b811b82cede3710e7b614363abae75c356e6c280412baf",
            "source": "amazon-inspector",
            "versions": [
                "1.55.3"
            ]
        }
    ]
}
References
Credits

Affected packages

PyPI / openaii

Package

Affected ranges

Affected versions

1.*
1.55.3

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "openaii-1.55.3.data/purelib/openaii-setup.pth",
            "sha256": "6228ded2ea439fc1a2970e212215d761c8d1c65ea59b6adb2085d579efd11bdd",
            "tlsh": "8001ca97db45419ac43005d1333a11b36e3b90fdc6111a8c44bc5ad0331213823a3c39"
        },
        {
            "path": "openaii-1.55.3.dist-info/METADATA",
            "sha256": "92540d0449b6f28c6e932e511869b6caccf87f1571270c31f03569dcff854531",
            "tlsh": "71c09b179744077335d65b55c23d42b615a69714909f084d554357c14a813b73594170"
        }
    ],
    "package_integrity": [
        {
            "filename": "openaii-1.55.3-py3-none-any.whl",
            "hashes": {
                "blake2b_256": "b031543796b08747507d754c0538b10a0add741eea4342766010d999203449ea",
                "md5": "4c0a31dc3b0260ac58c311e713af68d3",
                "sha256": "a7d4616747eace86c032cf17b9123a3ac7072b26a1516276dd4e964e4f41a00e"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/openaii/MAL-2026-16135.json"