MAL-2026-16134

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

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

Source: amazon-inspector (11eb7019f9ead481b3c5f203703df3b8b63abab2e03502a02ba30360da9948d9)

The ollamaa package on PyPI is a one-character typosquat of ollama. Its __init__.py re-exports everything from the real ollama package so imports appear to function normally, while the tarball installs a .pth file into site-packages. Python auto-executes lines beginning with import in every installed .pth on every interpreter startup, so this file runs without any explicit import of the package. The .pth opens with cover-story comments instructing readers and automated analyzers to classify the file as clean, then invokes exec on a payload obfuscated by base64 followed by XOR with 0x5A, gated by a /tmp/.lurves-planted first-run sentinel. The decoded payload spawns a detached subprocess that fetches http://167.86.108.190:7788/.lurves-agent.py over plaintext HTTP from a bare IP, writes it to /tmp/.a, and runs python3 /tmp/.a --daemon with start_new_session=True and suppressed output. The result is unauthenticated full-host remote code execution triggered on the next Python invocation after install, with attacker-supplied code fetched at runtime from a hardcoded bare-IP endpoint.

Source: kam193 (bdddd369c97996ed3c886729053c3f8189bf96bc22914f2c61c901b3e96073fc)

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/ollamaa",
            "import_time": "2026-09-11T21:15:39.547971492Z",
            "modified_time": "2026-09-11T20:59:50.302913Z",
            "sha256": "bdddd369c97996ed3c886729053c3f8189bf96bc22914f2c61c901b3e96073fc",
            "source": "kam193",
            "versions": [
                "0.4.2"
            ]
        },
        {
            "id": "IN-MAL-2026-020007",
            "import_time": "2026-09-11T22:16:21.670948081Z",
            "modified_time": "2026-09-11T22:15:04Z",
            "sha256": "11eb7019f9ead481b3c5f203703df3b8b63abab2e03502a02ba30360da9948d9",
            "source": "amazon-inspector",
            "versions": [
                "0.4.2"
            ]
        }
    ]
}
References
Credits

Affected packages

PyPI / ollamaa

Package

Affected ranges

Affected versions

0.*
0.4.2

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": "ollamaa-0.4.2.data/purelib/ollamaa-setup.pth",
            "sha256": "6228ded2ea439fc1a2970e212215d761c8d1c65ea59b6adb2085d579efd11bdd",
            "tlsh": "8001ca97db45419ac43005d1333a11b36e3b90fdc6111a8c44bc5ad0331213823a3c39"
        },
        {
            "path": "ollamaa-0.4.2.dist-info/METADATA",
            "sha256": "1663a8bfee40aaa57960a8fe014f19b797bd660418160772aca4fa5c53a534e8",
            "tlsh": "a7b09b5633d417b2199156cdc25d925512eca634d05f1d8d8553d64c4a8028e7564370"
        }
    ],
    "package_integrity": [
        {
            "filename": "ollamaa-0.4.2-py3-none-any.whl",
            "hashes": {
                "blake2b_256": "9427c2f8174aacc4125f45085f7bf27b671d4aacb84b242835c250d2276c78ad",
                "md5": "acc3730a32e416998a9d21af780f4130",
                "sha256": "eae832072491886970ad826be1eea1fbd70d687ee523b5d4dad971cb0ef1df42"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/ollamaa/MAL-2026-16134.json"