PatchSiren cyber security CVE debrief
CVE-2026-92602 TDuckCloud CVE debrief
CVE-2026-92602 debrief based on the supplied source corpus. The CVE record was published on 2026-09-16T17:18:20.590Z and has not been modified since then. The vulnerability affects TDuck survey form through version 5.3, allowing authenticated attackers to attach webhooks to other users' forms and exfiltrate submissions to arbitrary external or internal addresses due to lack of webhook URL validation and form ownership verification in the WebhookConfigController. Defenders responsible for TDuck survey form deployments should assess exposure and verify webhook URL validation and form ownership verification to prevent unauthorized webhook attachments and data exfiltration.
- Vendor
- TDuckCloud
- Product
- tduck-survey-form
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-16
- Original CVE updated
- 2026-09-21
- Advisory published
- 2026-09-16
- Advisory updated
- 2026-09-21
Who should care
Defenders responsible for TDuck survey form deployments should assess exposure and verify webhook URL validation and form ownership verification to prevent unauthorized webhook attachments and data exfiltration.
Why it matters
CVE-2026-92602 allows authenticated attackers to exfiltrate submissions to arbitrary addresses due to lack of webhook URL validation and form ownership verification in TDuck survey form versions up to 5.3. Defenders should verify and restrict webhook configurations.
- Verify webhook URL validation to prevent data exfiltration.
- Restrict access to WebhookConfigController to prevent unauthorized webhook attachments.
- Monitor for suspicious webhook activity and form submissions to detect potential exploitation.
Technical summary
The TDuck survey form through version 5.3 fails to validate webhook URLs or verify form ownership in the WebhookConfigController. This allows authenticated attackers to attach webhooks to other users' forms and exfiltrate submissions to arbitrary external or internal addresses. The vulnerability enables attackers to exfiltrate sensitive information, potentially leading to further exploitation. Defenders should prioritize verifying webhook URL validation and form ownership verification in TDuck survey form versions up to 5.3 to prevent such attacks.
Defensive priority
Defenders should prioritize verifying webhook URL validation and form ownership verification in TDuck survey form versions up to 5.3.
Recommended defensive actions
- Verify webhook URL validation and form ownership verification in TDuck survey form versions up to 5.3.
- Restrict access to WebhookConfigController to prevent unauthorized webhook attachments.
- Monitor for suspicious webhook activity and form submissions.
- Update to a version of TDuck survey form that validates webhook URLs and verifies form ownership.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and source references indicate that TDuck survey form through version 5.3 fails to validate webhook URLs or verify form ownership in the WebhookConfigController, allowing authenticated attackers to attach webhooks to other users' forms and exfiltrate submissions to arbitrary external or internal addresses.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-92602 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-92602
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-92602 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-92602
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/TDuckCloud/tduck-survey-form
-
Source reference
Unverified legacy reference
URL: https://github.com/TDuckCloud/tduck-survey-form/blob/9ad4e2dc75cdff5eacc8be0c73f0d4db3c265d43/tduck-webhook/src/main/java/com/tduck/cloud/webhook/controller/WebhookConfigController.java
-
Source reference
Unverified legacy reference
URL: https://github.com/TDuckCloud/tduck-survey-form/blob/9ad4e2dc75cdff5eacc8be0c73f0d4db3c265d43/tduck-webhook/src/main/java/com/tduck/cloud/webhook/service/sender/WebhookSenderService.java
-
Source reference
Unverified legacy reference
URL: https://github.com/TDuckCloud/tduck-survey-form/issues/40
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/tduck-survey-form-through-5.3-server-side-request-forgery-via-unvalidated-webhook-url
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.