Description
Tobit Laboratories AG TeamDavid's Webbox application is vulnerable to HTTP header injection through the
“cType” URL parameter, which allows 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. This results e.g. in
an open redirect vulnerability. This issue affects TeamDavid through Rollout 524.
Published: 2026-08-07
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Tobit Laboratories AG’s TeamDavid Webbox is vulnerable to HTTP header injection through the "cType" URL parameter. The parameter is not sanitized for control characters such as URL‑encoded newlines ("%0a") or colons, allowing attackers to inject arbitrary HTTP headers, including additional Location headers. This flaw can be abused to redirect victims to malicious sites, effectively creating an open redirect vulnerability. The impact is a compromise of user experience and potential phishing attacks, but it does not grant direct system compromise or data exfiltration.

Affected Systems

The affected product is Tobit Laboratories AG TeamDavid, specifically versions through Rollout 524. No further sub‑versions are listed as affected; users should assume all releases up to and including that rollout are vulnerable.

Risk and Exploitability

The CVSS score of 5.3 categorizes the vulnerability as Medium. No EPSS score is available, but because the flaw requires only a crafted HTTP request, the risk of exploitation may be higher in organizations with exposed Webbox instances. The issue is not included in the CISA KEV catalog, suggesting no known widespread exploitation yet. The likely attack vector is remote, where an attacker directs a user to a malicious URL containing the encoded newline or colon characters to trigger the header injection.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade TeamDavid to a release newer than Rollout 524, which contains the sanitization fix for the cType parameter.
  • Configure the application or its web server to validate and reject URLs containing control characters such as %0A or colon characters in parameter values.
  • If an upgrade is impossible, block or filter HTTP requests that include the cType parameter or that contain %-encoded newline characters before they reach the application.

Generated by OpenCVE AI on August 7, 2026 at 11:22 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': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 11:45: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 10:15:00 +0000

Type Values Removed Values Added
Description Tobit Laboratories AG TeamDavid's Webbox application is vulnerable to HTTP header injection through the “cType” URL parameter, which allows 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. This results e.g. in an open redirect vulnerability. This issue affects TeamDavid through Rollout 524.
Title TeamDavid: Header Injection through the 'cType' URL parameter
Weaknesses CWE-601
References
Metrics cvssV4_0

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


Subscriptions

Tobit Laboratories Ag Teamdavid
cve-icon MITRE

Status: PUBLISHED

Assigner: NCSC.ch

Published:

Updated: 2026-08-07T11:26:12.784Z

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

Link: CVE-2026-54214

cve-icon Vulnrichment

Updated: 2026-08-07T11:26:04.662Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')