Description
Tobit Laboratories AG TeamDavid's Webbox application is vulnerable to arbitrary file write, allowing an
unauthenticated attacker to create or write into existing files on the
server with attacker-controlled content. This is possible because user
input is written directly to files without proper validation or
restriction on file types. As a result, an attacker can create files
(e.g., .htm), containing malicious JavaScript code. When a user accesses
a file created in this way, stored cross-site scripting is triggered. This issue affects TeamDavid before Rollout 528.

Starting with Rollout 528 (June 30, 2026), the affected functionality is disabled by default and the vulnerabilities are therefore no longer exposed through this functionality.
Published: 2026-08-07
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Stored XSS via arbitrary file write
Action: Immediate Patch
AI Analysis

Impact

An unauthenticated attacker can send input that the TeamDavid Webbox application writes directly to server files without any validation or restriction on file names or extensions. As a result the attacker can create or overwrite files such as .htm with malicious JavaScript. When a user later loads one of these files, the browser executes the injected script, producing a stored cross‑site scripting condition that can be used to hijack the victim’s session, deface the site or perform other client‑side attacks. The impact is limited to the scope of the compromised user’s browser but can be as severe as full account takeover.

Affected Systems

The flaw is present in Tobit Laboratories AG’s TeamDavid Webbox application before Rollout 528. The vulnerability resides in the file‑write handling code of the Webbox component, which does not enforce file‑type restrictions or content validation for user‑supplied paths.

Risk and Exploitability

The CVSS score of 8.5 classifies the issue as high severity. Because the EPSS score is less than 1% and the vulnerability is not listed in the CISA KEV catalog, there is no evidence of current exploitation but a significant theoretical risk remains. The likely attack vector is inferred to be network‑based: any unauthenticated user who can reach the web interface can trigger the file write and subsequent XSS. Network access to the exposed service is sufficient to supply the malicious input, and no privileged access or additional exploits are required.

Generated by OpenCVE AI on September 7, 2026 at 16:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update TeamDavid Webbox to Rollout 528 or newer once the vendor releases a patch that validates file paths and enforces allowed file types.
  • If a patch is not yet available, disable or remove the option that allows arbitrary file writes through the web interface so that no user can create or overwrite files on the server.
  • Implement input validation so that only safe file names and extensions are accepted; explicitly reject or reject .htm, .html, .js, and other executable script types.
  • Deploy a web‑application firewall rule that blocks requests containing the strings ".htm" or ".js" in user‑supplied path parameters to prevent malicious file creation.
  • Add a Content Security Policy that disallows inline script execution to mitigate any residual XSS risk.

Generated by OpenCVE AI on September 7, 2026 at 16:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
References

Mon, 07 Sep 2026 13:00:00 +0000

Type Values Removed Values Added
Description Tobit Laboratories AG TeamDavid's Webbox application is vulnerable to arbitrary file write, allowing an unauthenticated attacker to create or write into existing files on the server with attacker-controlled content. This is possible because user input is written directly to files without proper validation or restriction on file types. As a result, an attacker can create files (e.g., .htm), containing malicious JavaScript code. When a user accesses a file created in this way, stored cross-site scripting is triggered. This issue affects TeamDavid through Rollout 524. Tobit Laboratories AG TeamDavid's Webbox application is vulnerable to arbitrary file write, allowing an unauthenticated attacker to create or write into existing files on the server with attacker-controlled content. This is possible because user input is written directly to files without proper validation or restriction on file types. As a result, an attacker can create files (e.g., .htm), containing malicious JavaScript code. When a user accesses a file created in this way, stored cross-site scripting is triggered. This issue affects TeamDavid before Rollout 528. Starting with Rollout 528 (June 30, 2026), the affected functionality is disabled by default and the vulnerabilities are therefore no longer exposed through this functionality.
References

Sat, 08 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Tobit Laboratories Ag
Tobit Laboratories Ag teamdavid
Vendors & Products Tobit Laboratories Ag
Tobit Laboratories Ag teamdavid

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', '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 application is vulnerable to arbitrary file write, allowing an unauthenticated attacker to create or write into existing files on the server with attacker-controlled content. This is possible because user input is written directly to files without proper validation or restriction on file types. As a result, an attacker can create files (e.g., .htm), containing malicious JavaScript code. When a user accesses a file created in this way, stored cross-site scripting is triggered. This issue affects TeamDavid through Rollout 524.
Title TeamDavid: Arbitrary File Write leading to Stored XSS
Weaknesses CWE-20
CWE-284
References
Metrics cvssV4_0

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


Subscriptions

Tobit Laboratories Ag Teamdavid
cve-icon MITRE

Status: PUBLISHED

Assigner: NCSC.ch

Published:

Updated: 2026-09-07T12:50:28.360Z

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

Link: CVE-2026-54208

cve-icon Vulnrichment

Updated: 2026-08-07T14:41:30.842Z

cve-icon NVD

Status : Deferred

Published: 2026-08-07T10:16:57.740

Modified: 2026-09-07T13:20:28.347

Link: CVE-2026-54208

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T16:15:17Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-284

    Improper Access Control