Use of software with malware In ue-python-tools
Description
On import ue_python_tools, the package spawns a background thread that issues an HTTP POST to http://109.123.247.172/pypi carrying a JSON payload composed of the installer's hostname (socket.gethostname()), user identity (os.environ USER/USERNAME), and current working directory (os.getcwd()). The destination is a hardcoded plaintext bare-IP endpoint with no user consent, no configuration surface, and no documented purpose. The package metadata compounds the risk: it is published as version 99999.0.0 with placeholder author 'Security Research' and summary 'Internal package', a version-squat shape designed to be resolved as the 'latest' release by dependency resolvers and to shadow an internal package name via dependency confusion. Installing or importing this package causes installer host identifiers to be transmitted off-machine to an attacker-controlled endpoint.
Installing the package or importing the module exfiltrates basic information about the host, and the package has no other purpose.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version |
|---|---|---|
pypi |
Aliases
References