MAL-2026-6752

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/confighub/MAL-2026-6752.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6752
Published
2026-07-03T23:44:02Z
Modified
2026-07-09T22:17:07.241849417Z
Summary
Malicious code in confighub (PyPI)
Details

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

Source: amazon-inspector (805d9b5848999d2ba85368446cb12d90bf350b8201a78dd475079c04f180dd81)

confighub 7.0.1 declares install_requires=['procwire'] and imports procwire at package load in init.py under a version gate that silently swallows ImportError (try: import procwire as _pw except ImportError: pass). procwire is not referenced anywhere in confighub's own code (loader.py, manager.py) and is not mentioned in the README or API documentation. confighub's own code is benign, but installing confighub forces resolution and import of an undocumented sibling package whose behavior determines the actual installer-side risk. If procwire is attacker-controlled or malicious, confighub acts as the delivery vector; if procwire is a benign helper, this is only a documentation/hygiene issue. Human review of procwire itself is required to determine whether this is a dependency-based dropper or an undisclosed but benign split.

Source: kam193 (7c0b6d6eae8eecdf0317e7d4c624ff2a1eee1ca58c92c6b4fac34dd2567f4556)

This package depends on malicious 'procwire', which starts malicious actions during installation.


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

Campaign: 2026-07-procwire

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.

  • obfuscation

  • The malicious code is intentionally included in a dependency of the package

  • malware

  • steganography

Database specific
{
    "iocs": {
        "domains": [
            "gofilecdn-cf.pd1.workers.dev"
        ],
        "urls": [
            "https://gofilecdn-cf.pd1.workers.dev/w5Unkv"
        ]
    },
    "malicious-packages-origins": [
        {
            "modified_time": "2026-07-03T23:44:02.386738Z",
            "id": "pypi/2026-07-procwire/confighub",
            "import_time": "2026-07-04T00:45:00.56055493Z",
            "versions": [
                "7.0.1",
                "7.0.2"
            ],
            "source": "kam193",
            "sha256": "7c0b6d6eae8eecdf0317e7d4c624ff2a1eee1ca58c92c6b4fac34dd2567f4556"
        },
        {
            "modified_time": "2026-07-08T22:40:15Z",
            "id": "IN-MAL-2026-008836",
            "import_time": "2026-07-08T22:51:26.093688653Z",
            "versions": [
                "7.0.2"
            ],
            "source": "amazon-inspector",
            "sha256": "6a9bab864195b00e9f3f4f498b9b4e1f8dd43c9a2d5be1abe3aaf9ef86367369"
        },
        {
            "modified_time": "2026-07-09T21:58:03Z",
            "id": "IN-MAL-2026-009453",
            "import_time": "2026-07-09T22:02:33.052620215Z",
            "versions": [
                "7.0.1"
            ],
            "source": "amazon-inspector",
            "sha256": "805d9b5848999d2ba85368446cb12d90bf350b8201a78dd475079c04f180dd81"
        }
    ]
}
References
Credits

Affected packages

PyPI / confighub

Package

Affected ranges

Affected versions

7.*
7.0.1
7.0.2

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "confighub-7.0.2.tar.gz",
            "hashes": {
                "blake2b_256": "44dfffecf769c4e31facb713f7b48b6c46e8cd5094f2c6a91c1769bdf15e2fe0",
                "md5": "409848feddfd073f6cecd7760b3a5f73",
                "sha256": "0baf572ddbafb55c5bd1a046ab7eac15ba6308d7bde900f659d495bb194f8bad"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "setup.py",
            "tlsh": "d7216b7b08ce12761bc19807945f180568204aa32d4974c9bafd561d5fedabf417603c",
            "sha256": "4f87097c81bc4b5d7c0e647dd63bdd7315feae23d451401d4d22657929642274"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/pypi/confighub/MAL-2026-6752.json"