Export limit exceeded: 396244 CVEs match your query. Please refine your search to export 10,000 CVEs or fewer.

Search

Search Results (6 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-100303 1 Tduckcloud 1 Tduck-survey-form 2026-09-26 5.4 Medium
TDuck survey form through 6.0 lacks authorization checks on FormThemeController write endpoints for global form themes and categories. Authenticated non-admin users can add, modify, or delete themes and theme categories affecting forms owned by other users.
CVE-2026-100304 1 Tduckcloud 1 Tduck-survey-form 2026-09-26 5.3 Medium
TDuck survey form 6.0 contains an information disclosure vulnerability in FormAuthUtils.hasPermission that fails open when a form does not exist, allowing authenticated users to access deleted form submissions. Attackers can read orphaned submission data including personal information by providing a known dataId to the GET /user/form/data/details endpoint after the form has been permanently deleted.
CVE-2026-100305 1 Tduckcloud 1 Tduck-survey-form 2026-09-26 4.3 Medium
TDuck survey form through 6.0 fails to enforce form fill-in restrictions on the authenticated submission endpoint POST /user/form/data/create. Authenticated attackers who know a form's key can submit unlimited entries to any form, bypassing publish status, time window, quota, and per-IP restrictions to falsify collected results.
CVE-2026-100306 1 Tduckcloud 1 Tduck-survey-form 2026-09-26 5.3 Medium
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.
CVE-2026-92602 1 Tduckcloud 1 Tduck-survey-form 2026-09-21 7.1 High
TDuck survey form through version 5.3 fails to validate webhook URLs or verify form ownership in the WebhookConfigController. Authenticated attackers can attach webhooks to other users' forms and exfiltrate submissions to arbitrary external or internal addresses.
CVE-2026-92567 1 Tduckcloud 1 Tduck-survey-form 2026-09-17 6.5 Medium
TDuck survey form through version 5.0 contains an authorization bypass vulnerability in the POST /user/form/data/update endpoint that allows authenticated users to overwrite other users' form submission data. Attackers can discover submission identifiers allocated in narrow ranges and modify arbitrary form responses containing personal data by sending update requests without ownership validation.