---
id: MAL-2026-15488
title: Malicious code in calcboxlite (PyPI)
summary: Malicious code in calcboxlite (PyPI)
severity: none
vendor: calcboxlite
product: calcboxlite
ecosystem: pip
affected:
  - calcboxlite
published: '2026-08-28'
updated: '2026-08-28'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/MAL-2026-15488'
references:
  - url: 'https://pypi.org/project/CalcBoxLite/1.0/'
tags:
  - osv
  - pip
ingestedAt: '2026-08-29T19:29:14.650Z'
---

## Overview


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

## Source: amazon-inspector (227fe04d85516bd5348dea2c0c25078d057eacb4f439fd6a241ea0409b7afd09)
setup.py and calcboxlite/__init__.py both invoke a top-level `_report()` function that reads `getpass.getuser()` and `socket.gethostname()` and POSTs them as JSON to a hardcoded remote collector at https://k4m2qhx7ptv9nzcr3bwe8syd6ljfa0gu1.oast.invalid/collect. The beacon fires automatically on `pip install` and again on every `import calcboxlite`, so consumers in sandboxed builds, CI runners, REPLs, or downstream libraries all transmit installer identity to the endpoint. The destination host is unrelated to any advertised calculator functionality and is characteristic of an out-of-band interaction collector used for identifying vulnerable installers.


## Affected packages

- `calcboxlite`

## Remediation

Refer to the advisory for the patched release.
