CVE-2026-44226 PUBLISHED

pyLoad: Unauthenticated traceback disclosure via global exception handler in WebUI

Assigner: GitHub_M
Reserved: 05.05.2026 Published: 11.05.2026 Updated: 11.05.2026

pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, pyload-ng WebUI returns full Python traceback details to clients on unhandled exceptions. Because /web/<path:filename> is reachable without authentication and renders attacker-controlled template names, an unauthenticated user can reliably trigger a server exception (for example by requesting a non-existent template) and receive internal stack traces in the HTTP response. This vulnerability is fixed in 0.5.0b3.dev100.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CVSS Score: 5.3

Product Status

Vendor pyload
Product pyload
Versions
  • Version < 0.5.0b3.dev100 is affected

References

Problem Types

  • CWE-209: Generation of Error Message Containing Sensitive Information CWE