MAL-2026-15488None▾ SunlitMalicious code in calcboxlite (PyPI)
▾ Sunlit zone — Low / medium · no exploitation signal
impact 2.8 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
-= Per source details. Do not edit below this line.=-
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.
calcboxliteRefer to the advisory for the patched release.