---
id: MAL-2026-7023
title: Malicious code in dbzy-tools (PyPI)
summary: Malicious code in dbzy-tools (PyPI)
severity: none
vendor: dbzy-tools
product: dbzy-tools
ecosystem: pip
affected:
  - dbzy-tools
published: '2026-07-08'
updated: '2026-07-08'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/MAL-2026-7023'
references:
  - url: 'https://pypi.org/project/dbzy-tools/1.0.1/'
tags:
  - osv
  - pip
ingestedAt: '2026-07-09T11:56:19.626Z'
---

## Overview


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

## Source: amazon-inspector (a0432a46ed92acb897826fc16d26cba900bd3d18f0de5baa7f2909a44d9ec625)
The package advertises itself as a network debugging tool but its CLI and modules compose a remote-access toolkit. The `dbzy-tools` console entry calls `core.start(config_url)` which fetches JSON from a caller-supplied URL via urllib, base64-decodes the `payload` field, and passes it to `exec()` with no integrity check — arbitrary Python code from an arbitrary URL runs in the invoking user's context. `server.py` implements a paramiko-based SSH server that binds 0.0.0.0:2222, accepts hardcoded default credentials `root`/`password`, and spawns `/bin/bash -i` as an interactive pty for each authenticated session; paramiko is auto-installed via `pip install` at first import. `frpc.py` downloads an frpc reverse-proxy binary from a caller-supplied URL via `curl`, chmods it 0755, writes a config that tunnels a local port to an operator-chosen remote frps server, and launches it — providing a NAT-piercing path back to the SSH shell. The combination of remote-payload exec, listening SSH-to-bash bridge with default creds, and outbound reverse tunnel is a complete backdoor/RAT toolkit packaged under a benign cover.


## Affected packages

- `dbzy-tools`

## Remediation

Refer to the advisory for the patched release.
