Description
Tobit Laboratories AG TeamDavid's Webbox 's link storing functionality (//ServerClient_celink.htm)
accepts a “pathname” parameter, which can be set to network locations
using UNC paths (e.g., “\\Server\Share”). The server processes these
paths without validation, resulting in outbound connection attempts to
attacker-controlled SMB servers. This enables authenticated attackers to
trigger the server to authenticate to arbitrary SMB endpoints,
potentially exposing NTLM authentication information (such as NTLM
hashes). If outbound connections to port 445 (SMB) are permitted,
attackers can use this to conduct SMB relay or credential theft attacks.
Exploitation of the “pathname” parameter is possible without
authentication. This issue affects TeamDavid through Rollout 524.
Published: 2026-08-07
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the link storing function of Tobit Laboratories AG TeamDavid, where a pathname parameter is interpreted without validation. If set to a UNC path such as \\Server\Share, the server initiates an outbound SMB connection to that location. An attacker can provoke this behavior, and because the server authenticates to the target SMB host, sensitive NTLM credentials may be revealed or transferred via SMB relay tactics. This flaw can be triggered without the need for authentication to the application, meaning any user with network access to the TeamDavid web server could exploit it if they can supply the pathname value.

Affected Systems

Tobit Laboratories AG TeamDavid Webbox rolls out through version 524. All deployments of TeamDavid that include the vulnerable link‑storing feature and have outbound access to port 445 are affected. No other vendor products are affected.

Risk and Exploitability

The CVSS score of 6.3 indicates a moderate severity risk. EPSS is not provided, and the flaw is not listed in the CISA KEV catalog, suggesting no confirmed large‑scale exploitation yet. The attack vector relies on SSRF; an unauthenticated attacker can supply the pathname to trick the server into contacting an attacker‑controlled SMB endpoint. If the environment permits outbound SMB traffic, the attacker can capture NTLM hashes or perform a full SMB relay. The flaw is mitigated only by patching the software or restricting outbound SMB traffic from the server.

Generated by OpenCVE AI on August 7, 2026 at 11:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade TeamDavid to a version newer than Rollout 524 that includes the SSRF fix; refer to the latest release notes for confirmation of the patch.
  • If an immediate upgrade is not possible, block outbound traffic to port 445 from the TeamDavid server using firewall or network segmentation to prevent SMB connections.
  • Disable the link storing functionality or remove the pathname parameter from the request if the feature is unused, thereby eliminating the input vector entirely.

Generated by OpenCVE AI on August 7, 2026 at 11:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Description Tobit Laboratories AG TeamDavid's Webbox 's link storing functionality (//ServerClient_celink.htm) accepts a “pathname” parameter, which can be set to network locations using UNC paths (e.g., “\\Server\Share”). The server processes these paths without validation, resulting in outbound connection attempts to attacker-controlled SMB servers. This enables authenticated attackers to trigger the server to authenticate to arbitrary SMB endpoints, potentially exposing NTLM authentication information (such as NTLM hashes). If outbound connections to port 445 (SMB) are permitted, attackers can use this to conduct SMB relay or credential theft attacks. Exploitation of the “pathname” parameter is possible without authentication. This issue affects TeamDavid through Rollout 524.
Title TeamDavid: Server-Side Request Forgery (SSRF) via 'pathname' parameter in link storing functionality
Weaknesses CWE-20
CWE-918
References
Metrics cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: NCSC.ch

Published:

Updated: 2026-08-07T11:19:35.040Z

Reserved: 2026-06-12T09:32:44.532Z

Link: CVE-2026-54205

cve-icon Vulnrichment

Updated: 2026-08-07T11:10:35.734Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T11:30:03Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-918

    Server-Side Request Forgery (SSRF)