Description
TDuck survey form through 6.0 fails to validate write passwords on submission endpoints, enforcing the check only on the front end. Remote unauthenticated attackers can submit form entries directly to public submission APIs without providing the password by using the form key from share links.
Published: 2026-09-25
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Unauthorized form data submission bypass
Action: Patch Now
AI Analysis

Impact

TDuck survey form through version 6.0 does not validate write passwords on submission endpoints, performing the check only on the client side. As a result, remote attackers can submit data to public form‑submission APIs without providing the write password, effectively inserting arbitrary entries into surveys. The weakness, identified as CWE‑602, permits unauthorized data modification which can compromise the integrity of the collected information and potentially expose sensitive data to unintended recipients.

Affected Systems

The vulnerability affects all TDuckCloud TDuck survey form deployments up to and including version 6.0. Users running any of these versions without applying a later, patched release are susceptible.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting exploitation is currently not widespread. Nonetheless, the flaw is exploitable by any unauthenticated actor who can obtain a form key from a share link, enabling them to target the public submission endpoints directly. No special network or application privileges are required beyond access to the form key, which is often freely distributed.

Generated by OpenCVE AI on September 25, 2026 at 20:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade TDuck survey form to any version beyond 6.0 that includes server‑side validation of write passwords.
  • If an upgrade is not yet possible, restrict or disable the sharing of form keys so that only authenticated users can submit entries.
  • Add server‑side rules to reject any POST to the submission API that lacks the correct write password before the application processes input.
  • Implement monitoring or rate‑limiting on the submission endpoint to detect anomalous submission patterns and alert administrators of possible abuse.

Generated by OpenCVE AI on September 25, 2026 at 20:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
Description TDuck survey form through 6.0 fails to validate write passwords on submission endpoints, enforcing the check only on the front end. Remote unauthenticated attackers can submit form entries directly to public submission APIs without providing the password by using the form key from share links.
Title TDuck survey form through 6.0 Write Password Bypass via Client-Side Enforcement
Weaknesses CWE-602
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-25T18:47:40.936Z

Reserved: 2026-09-25T18:19:39.535Z

Link: CVE-2026-100306

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T19:16:51.167

Modified: 2026-09-25T19:16:51.167

Link: CVE-2026-100306

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T20:45:17Z

Weaknesses
  • CWE-602

    Client-Side Enforcement of Server-Side Security