PatchSiren cyber security CVE debrief
CVE-2026-100304 TDuckCloud CVE debrief
CVE-2026-100304 is a medium-severity information disclosure vulnerability in TDuck survey form 6.0. The vulnerability occurs in FormAuthUtils.hasPermission, which fails open when a form does not exist. This allows authenticated users to access deleted form submissions by providing a known dataId to the GET /user/form/data/details endpoint. The CVE record was published on 2026-09-25T19:16:50.797Z and has not been modified since then. Affected product deployments should be reviewed for exposure, and owners should validate affected scope, severity, and vendor guidance. Compensating controls may be necessary for exposed systems while remediation is scheduled and verified.
- Vendor
- TDuckCloud
- Product
- tduck-survey-form
- CVSS
- MEDIUM 6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
TDuck survey form 6.0 administrators and users with access to deleted form submissions should verify access controls and review FormAuthUtils.hasPermission implementation. Affected operators, platforms, and security teams should prioritize remediation due to the potential exposure of sensitive information in deleted form submissions. Vulnerability management and security teams should track exceptions, retest remediated assets, and close the item only after
Why it matters
CVE-2026-100304 is a medium-severity information disclosure vulnerability in TDuck survey form 6.0. Authenticated users can access deleted form submissions due to a fail-open permission check. While exploitation requires valid user credentials, sensitive information may still be exposed. Administrators should verify access controls, review FormAuthUtils.hasPermission, and restrict access to the GET /user/form/data/details endpoint.
- Authenticated users may access sensitive information in deleted form submissions
- Personal information in orphaned submissions may be exposed
- Access controls for deleted forms require verification
- Remediation priority is moderate due to limited attack surface
Technical summary
The TDuck survey form 6.0 contains an information disclosure vulnerability in FormAuthUtils.hasPermission. When a form does not exist, the permission check fails open, allowing authenticated users to access deleted form submissions by providing a known dataId to the GET /user/form/data/details endpoint. The vulnerability has a medium severity and requires valid user credentials for exploitation. However, sensitive information may still be exposed. Administrators should verify access controls, review FormAuthUtils.hasPermission, and restrict access to the GET /user/form/data/details endpoint.
Defensive priority
Authenticated users may need to verify access controls for deleted form submissions.
Recommended defensive actions
- Verify access controls for deleted form submissions in TDuck survey form 6.0
- Review FormAuthUtils.hasPermission implementation
- Restrict access to GET /user/form/data/details endpoint
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record and source references indicate an information disclosure vulnerability in TDuck survey form 6.0. The vulnerability is in FormAuthUtils.hasPermission, which fails open for non-existent forms, allowing access to deleted form submissions.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-100304 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-100304
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-100304 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-100304
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/LinYuanyi1/cve-request-poc/blob/adffc39b78cad18cd489cbf7454853bf0f744b7f/tduck/poc_form_data_details_orphan.py
-
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/43ffa9c993e38936fc4de7d8e5aee82bbaa19502/tduck-api/src/main/java/com/tduck/cloud/api/web/controller/UserFormController.java
-
Source reference
Unverified legacy reference
URL: https://github.com/TDuckCloud/tduck-survey-form/blob/43ffa9c993e38936fc4de7d8e5aee82bbaa19502/tduck-form/src/main/java/com/tduck/cloud/form/service/impl/UserFormDataServiceImpl.java
-
Source reference
Unverified legacy reference
URL: https://github.com/TDuckCloud/tduck-survey-form/blob/43ffa9c993e38936fc4de7d8e5aee82bbaa19502/tduck-form/src/main/java/com/tduck/cloud/form/util/FormAuthUtils.java
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/tduck-survey-form-6.0-information-disclosure-via-fail-open-form-ownership-check
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.