Summary
CVE-2026-54203 is an unauthenticated sensitive information disclosure vulnerability in the Webbox module of Tobit Laboratories AG’s TeamDavid. Uninitialized heap memory is returned in HTTP responses from the /.well-known/mta-sts. endpoint, exposing residual data — including user passwords — to a remote, unauthenticated attacker. It is rated Critical (CVSS 9.2).
Technical details
- Root cause: The
/.well-known/mta-sts.handler allocates a response buffer withmalloc()without zeroing it. When the requested file does not exist, the handler skips theReadFile()call but still processes and returns the uninitialized buffer contents. - Trigger conditions: Repeatedly requesting the endpoint (e.g. non-existent file extensions), which returns residual heap memory from prior requests in an HTTP 200 response.
- Attack vector: Network; no authentication or user interaction required.
- Impact: Disclosure of up to ~4 KB of residual heap memory per request, containing sensitive artifacts from previous requests such as configuration data and credentials/passwords.
Affected software
- Tobit Laboratories AG TeamDavid (Webbox module) — all versions through Rollout 524.
Severity
- CVSS v4.0 base score: 9.2 (Critical)
- Vector:
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N
Mitigation and recommended actions
- Immediate: Upgrade to a fixed TeamDavid release beyond Rollout 524; monitor the vendor release notes (https://david.tobit.software/releasenotes) for the remediating rollout and apply it.
- If no patch: Restrict internet exposure of the Webbox service; block or filter external requests to the
/.well-known/mta-sts.endpoint at a reverse proxy or WAF, and rotate credentials that may have been exposed via memory disclosure.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Named response header (
Server):David-WebBox - Page title:
David InfoCenter Web

