CVE-2026-54208
HighCVSS 8.5Exploitation Probability (EPSS)
Low risk31th percentile - higher than 31% of all known CVEs
Summary
The TeamDavid 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.
Risk Assessment
The risk includes the possibility of injecting malicious scripts into the server, potentially leading to user data theft, session hijacking, and other attacks.
Recommendation
It is recommended to apply vendor patches and implement validation and file type restrictions when writing user input. Also, regularly scan the server for unauthorized files.
Other vulnerabilities in TeamDavid Webbox
See all- CVE-2026-54213Critical
The TeamDavid Webbox application exposes an endpoint /internalRestart that allows the server to be shut down. The endpoint is accessible to unauthenticated users over the public internet, and instead of restarting, the server completely shuts down. An attacker can trigger a persistent denial of service, and recovery requires manual administrator intervention.
- CVE-2026-54212Critical
An API endpoint in the TeamDavid Webbox application is vulnerable to a buffer overflow. Submitting a specially crafted JSON body (at least 8 characters long and starting with a number) by an unauthenticated attacker can cause the server to crash, resulting in denial of service. Depending on stack state or if a stack canary can be disclosed, this buffer overflow could potentially lead to remote code execution and full compromise of the server.
- CVE-2026-54211Critical
The //serverClient_close.html endpoint in the TeamDavid Webbox application is vulnerable to a buffer overflow in multiple form data parameters. Submitting excessively long values in these parameters by an authenticated attacker can trigger a server crash, resulting in denial of service. Depending on stack state or if a stack canary can be disclosed, this buffer overflow could potentially be exploited for remote code execution, leading to full compromise of the server.
- CVE-2026-54210Critical
File upload functionalities in the TeamDavid Webbox application are vulnerable to a buffer overflow. Specifying an excessively long filename in a file upload request by an unauthenticated attacker can trigger a crash of the server, resulting in denial of service. Depending on stack state or if a stack canary can be disclosed, this buffer overflow could potentially be exploited for remote code execution, leading to full compromise of the server.
- CVE-2026-54203Critical
The TeamDavid Webbox application has a memory leak vulnerability that allows an unauthorized actor to read sensitive information. Accessing the URL “/.well-known/mta-sts.” causes the application to respond with memory content. By repeatedly requesting this endpoint, an attacker can access sensitive information, including user passwords. Exploitation does not require authentication.
- CVE-2026-54218High
The TeamDavid Webbox application uses a hard-coded cryptographic key. Passwords for users created locally in David are stored in various files using only obfuscation. Any user with access to the server’s file system, or who can otherwise extract files from the server (see vulnerability “Random File Read”), can potentially obtain affected users’ passwords.
- CVE-2026-54217Medium
Stored XSS vulnerability in TeamDavid Webbox. An attacker can send an email containing malicious JavaScript code, which executes when a user accesses the email.
- CVE-2026-54216Medium
Reflected XSS vulnerability in TeamDavid Webbox. By sending a specially crafted link including an arbitrary path, an XSS payload or the parameter 'EntryInfo', and the parameter '!templateName=entryMail', an attacker can cause the payload to execute in the victim's browser when they click the link.
- CVE-2026-54215Medium
Open redirect vulnerability in TeamDavid Webbox via the 'replyUrl' parameter. An attacker can craft a URL within the application that redirects the user's browser to an arbitrary third-party site, which can be abused for phishing attacks.
- CVE-2026-54214Medium
Tobit Laboratories AG TeamDavid's Webbox application is vulnerable to HTTP header injection through the "cType" URL parameter, allowing arbitrary modification of the Content-Type header in HTTP responses. Because the parameter does not properly restrict control characters such as URL-encoded newlines ("%0a") or colons, attackers can inject additional headers including extra Location headers into the server's response, resulting in an open redirect vulnerability. This issue affects TeamDavid through Rollout 524.
Original NVD description (English source)
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.

