MAL-2026-5271

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/goodoldtoulas/MAL-2026-5271.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5271
Published
2026-06-05T17:29:05Z
Modified
2026-06-10T07:45:49.340138697Z
Summary
Malicious code in goodoldtoulas (PyPI)
Details

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

Source: amazon-inspector (5414e9956c915ef34d422d9eba09177fb667bba375c43e9d9b54d4f87b628712)

During pip install goodoldtoulas, setup.py invokes setuphelper() which downloads main.exe from https://cold-eu-par-1.gofile.io/download/web/deb39e07-da2d-4081-a86b-6380e555788c/main.exe (anonymous file host) into C:\MALWAREDELETE and executes it via os.system('main.exe') (setup.py lines 6, 21, 33). The fetch is unpinned, has no hash verification, the destination is an opaque Windows binary, the host is not the publisher's domain, and the staging path name is self-incriminating. Any installer running pip install of this package on Windows fetches and executes an attacker-controlled binary at install time.

Source: kam193 (24dbb5643933ff305b2eab164e820476f645ef2b59ad7c7cdfdeb2c3c3bfb98f)

During installation, package attempts to download and run an executable imitating malicious activity.


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: 2026-06-goodoldtoulas

Reasons (based on the campaign):

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

  • Downloads and executes a remote executable.

Database specific
{
    "iocs": {
        "urls": [
            "https://cold-eu-par-1.gofile.io/download/web/deb39e07-da2d-4081-a86b-6380e555788c/main.exe"
        ]
    },
    "malicious-packages-origins": [
        {
            "versions": [
                "0.1.0"
            ],
            "import_time": "2026-06-05T18:10:37.118968761Z",
            "sha256": "24dbb5643933ff305b2eab164e820476f645ef2b59ad7c7cdfdeb2c3c3bfb98f",
            "source": "kam193",
            "id": "pypi/2026-06-goodoldtoulas/goodoldtoulas",
            "modified_time": "2026-06-05T17:29:05.826413Z"
        },
        {
            "sha256": "463564954b6a05239e3161ff46d10a0ad605c36ec4c7bda57c08db53e4044c3d",
            "import_time": "2026-06-10T07:37:16.484567139Z",
            "versions": [
                "0.1.0"
            ],
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-005259",
            "modified_time": "2026-06-10T07:12:18Z"
        },
        {
            "sha256": "5414e9956c915ef34d422d9eba09177fb667bba375c43e9d9b54d4f87b628712",
            "import_time": "2026-06-10T07:37:16.422434459Z",
            "versions": [
                "0.1.0"
            ],
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-005258",
            "modified_time": "2026-06-10T07:12:17Z"
        }
    ]
}
References
Credits

Affected packages

PyPI / goodoldtoulas

Package

Affected ranges

Affected versions

0.*
0.1.0

Database specific

indicators
{
    "domains": [
        "cold-eu-par-1.gofile.io",
        "gofile.io"
    ],
    "evidence_files": [
        {
            "sha256": "a652013c0a212dd192245d54be497675a6fe335938f7851d037f5c05dda045e3",
            "tlsh": "f41110c5ce0064519286a9486e93882c1636f753bf26e4d07f8c53953f8a1a387a613d",
            "path": "setup.py"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha256": "c3c429546d61f32a700a5774e1b0785a274243d361ee595d1757f285c3c18093",
                "blake2b_256": "da9bc125d290eae54e3e58e1efadfadcbb3191a8be8f57fd9cf9153081a2eec4",
                "md5": "13ff8ef6e7ddff02a2c2e60327af7cdc"
            },
            "filename": "goodoldtoulas-0.1.0-py3-none-any.whl"
        },
        {
            "hashes": {
                "sha256": "020266644387589422bac12dcff9dcdaea0b022393f617d317e8bf3f91b0902c",
                "blake2b_256": "505b6505616b91b744fdac2f8ce68e8f18486de0f86c691f3fd86ff8b2701897",
                "md5": "0374d56c3ea6114a7f3f1fa46ee57867"
            },
            "filename": "goodoldtoulas-0.1.0.tar.gz"
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/goodoldtoulas/MAL-2026-5271.json"