Skip to main content

TeamDavid Webbox EUVDEUVD-2026-54430

| CVE-2026-12071 MEDIUM
URL Redirection to Untrusted Site (Open Redirect) (CWE-601)
2026-08-07 NCSC.ch GHSA-jrwc-g36x-gqc7
5.3
CVSS 4.0 · Vendor: NCSC.ch
Share

Severity by source

Vendor (NCSC.ch) PRIMARY
5.3 MEDIUM
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.1 MEDIUM

Network-reachable, no privileges required, user interaction needed to click crafted link; scope changes to external system (victim browser/session), with low confidentiality and integrity impact from phishing and header injection.

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (NCSC.ch).

CVSS VectorVendor: NCSC.ch

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
P
Scope
X

Lifecycle Timeline

1
Analysis Generated
Aug 07, 2026 - 10:46 vuln.today

DescriptionCVE.org

The Webbox of TeamDavid by Tobit Laboratories AG constructs redirect URLs using user-supplied input, which is appended to the redirect target in a 302 HTTP response. By using URL-encoded characters such as “%2e” (representing a dot), an attacker can manipulate the portion of the URL following the top-level domain (TLD). If a similar, registerable TLD exists (for example, if “.com” is the application’s domain, and “.company” is available for registration), an attacker can craft a URL to redirect users to a malicious “.company” domain. By using URL-encoded line feeds, it becomes possible to insert arbitrary response headers in the server's HTTP response.

This issue affects TeamDavid through Rollout 524.

AnalysisAI

Open redirect and HTTP response header injection in the Webbox component of TeamDavid (by Tobit Laboratories AG) allow unauthenticated network attackers to manipulate 302 redirect responses by supplying encoded characters in user-controlled URL parameters. Using URL-encoded dots (%2e), an attacker can steer victims toward attacker-registered lookalike TLD domains (e.g., redirecting from a .com application to an attacker-owned .company domain), while URL-encoded line feeds enable HTTP response splitting to inject arbitrary headers. No public exploit or CISA KEV listing has been identified at time of analysis; this CVE is one of 22 disclosed against the David product suite by infoguard.ch researchers.

Technical ContextAI

TeamDavid, marketed by Tobit Laboratories AG as a Microsoft 365 alternative, exposes a web interface component called Webbox that constructs Location header values in 302 HTTP redirect responses by concatenating user-supplied input without adequate sanitization. CWE-601 (URL Redirection to Untrusted Site - Open Redirect) identifies the root cause as insufficient validation of redirect destinations. The compounding issue is HTTP response splitting: because URL-encoded line feed characters (%0a/%0d) are not stripped before inclusion in the Location header, an attacker can terminate the Location value mid-line and inject additional arbitrary HTTP response headers. The CPE cpe:2.3:a:tobit_laboratories_ag:teamdavid:*:*:*:*:*:*:*:* covers all TeamDavid versions up to and including Rollout 524. The TLD-manipulation variant specifically exploits the fact that many TLD namespace collisions are plausible (e.g., .com vs .company, .net vs .network), allowing redirect destinations to appear legitimate in truncated URL displays.

RemediationAI

Upgrade TeamDavid beyond Rollout 524 by consulting vendor release notes at https://david.tobit.software/releasenotes to identify the specific remediated rollout version; the exact patched version is not confirmed in the available data and must be verified with Tobit Laboratories AG. If immediate patching is not feasible, implement server-side redirect destination whitelisting to permit only known-safe redirect targets - this eliminates both the open redirect and the header injection vector by preventing arbitrary user input from reaching the Location header. As an additional layer, deploy a WAF rule to block requests containing URL-encoded newline sequences (%0a, %0d, %0A, %0D) in redirect parameters; note this may block edge-case legitimate encoded input. Blocking URL-encoded dot sequences (%2e) in redirect parameters is a narrower compensating control but carries a higher risk of false positives. User-awareness of lookalike domain phishing is a non-technical mitigation of last resort.

CVE-2017-1000117 HIGH POC
8.8 Oct 05

A malicious third-party can give a crafted "ssh://..." URL to an unsuspecting victim, and an attempt to visit the URL ca

CVE-2024-52875 HIGH POC
8.8 Jan 31

GFI Kerio Control versions 9.2.5 through 9.4.5 contain an HTTP response splitting vulnerability in the dest parameter of

CVE-2016-5385 HIGH POC
8.1 Jul 19

PHP through 7.0.8 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect

CVE-2013-2248 MEDIUM POC
5.8 Jul 20

Multiple open redirect vulnerabilities in Apache Struts 2.0.0 through 2.3.15 allow remote attackers to redirect users to

CVE-2012-6499 MEDIUM POC
5.8 Jan 12

Open redirect vulnerability in age-verification.php in the Age Verification plugin 0.4 and earlier for WordPress allows

CVE-2015-2863 MEDIUM POC
4.3 Jul 20

Open redirect vulnerability in Kaseya Virtual System Administrator (VSA) 7.x before 7.0.0.29, 8.x before 8.0.0.18, 9.0 b

CVE-2017-3528 MEDIUM POC
5.4 Apr 24

Vulnerability in the Oracle Applications Framework component of Oracle E-Business Suite (subcomponent: Popup windows (li

CVE-2012-0518 MEDIUM
4.7 Oct 16

Unspecified vulnerability in the Oracle Application Server Single Sign-On component in Oracle Fusion Middleware 10.1.4.3

CVE-2024-21641 MEDIUM POC
6.5 Jan 05

Flarum is open source discussion platform software. Rated medium severity (CVSS 6.5), this vulnerability is remotely exp

CVE-2015-5354 MEDIUM POC
5.8 Jul 01

Open redirect vulnerability in Novius OS 5.0.1 (Elche) allows remote attackers to redirect users to arbitrary web sites

CVE-2015-5461 MEDIUM POC
6.4 Jul 08

Open redirect vulnerability in the Redirect function in stageshow_redirect.php in the StageShow plugin before 5.0.9 for

CVE-2024-22891 CRITICAL POC
9.8 Mar 01

Nteract v.0.28.0 was discovered to contain a remote code execution (RCE) vulnerability via the Markdown link. Rated crit

Share

EUVD-2026-54430 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy