---
id: MAL-2026-13607
title: Malicious code in speed-hashes (PyPI)
summary: Malicious code in speed-hashes (PyPI)
severity: none
vendor: speed-hashes
product: speed-hashes
ecosystem: pip
affected:
  - speed-hashes
published: '2026-08-07'
updated: '2026-08-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/MAL-2026-13607'
references:
  - url: 'https://pypi.org/project/speed-hashes/0.1.0/'
  - url: >-
      https://www.virustotal.com/gui/file/425f5336182e359211b5d751786d2ce1d31a673ea9c82107358a888803742649/detection
  - url: 'https://tria.ge/260807-fkycrazzg1/behavioral1'
  - url: 'https://bad-packages.kam193.eu/pypi/package/speed-hashes'
tags:
  - osv
  - pip
ingestedAt: '2026-08-07T19:14:15.288Z'
---

## Overview


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

## Source: amazon-inspector (120e6126065bccc254b925a6913422c0cbdd201054437820369c2726fd4a2871)
setup.py defines a custom install command (NativeInstall) that runs on pip install. After the normal install step, a base64 literal (_COMPAT_PAYLOAD) is decoded and passed to exec(compile(...)) under cover-story names (_configure_native_bindings, NativeInstall) mimicking native-extension setup. The decoded Python code, on Linux, downloads an opaque binary from github.com/totti2188/8gp1Q7iZD3h4VW/releases/download/v1.3A/something to /tmp/something, chmods it 0755, and spawns it detached. Publisher metadata references github.com/nickolasburr/fast-hashes, which does not match the download source. The install lifecycle auto-executes attacker-controlled code fetched from a non-publisher GitHub account, yielding remote code execution on the installer's host.

## Source: kam193 (6d9bfbd1f81612ac7e8f7da9226a520d3d8c76387f877a434466e9326f2079fe)
Package imitates name of a popula library. During installation, obfuscated code downloads a malicious executable and starts it. It then exfiltrates at least cryptocurrency wallet data, probably more.


---

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


Campaign: 2026-08-flasq


Reasons (based on the campaign):


 - typosquatting


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


 - exfiltration-generic


 - Downloads and executes a remote executable.


 - obfuscation


 - exfiltration-crypto


## Affected packages

- `speed-hashes`

## Remediation

Refer to the advisory for the patched release.
