PatchSiren cyber security CVE debrief
CVE-2026-100303 TDuckCloud CVE debrief
CVE-2026-100303 is a vulnerability in TDuck survey form through version 6.0, where authenticated non-admin users can add, modify, or delete global form themes and categories due to missing authorization checks on FormThemeController write endpoints. This affects forms owned by other users. The vulnerability has a CVSS score of 5.3 and is classified as MEDIUM severity. Defenders should assess exposure, especially in multi-user environments, and prioritize remediation to prevent unauthorized changes.
- Vendor
- TDuckCloud
- Product
- tduck-survey-form
- CVSS
- MEDIUM 5.3
- 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
Defenders responsible for TDuck survey form installations, especially those where multiple users have access to the form management interface, should assess exposure and prioritize remediation.
Why it matters
CVE-2026-100303 is a MEDIUM-severity vulnerability in TDuck survey form that allows authenticated non-admin users to modify global form themes and categories. Defenders should verify exposure, especially in multi-user environments, and prioritize remediation to prevent unauthorized changes.
- Potential unauthorized modifications to form themes or categories by authenticated non-admin users.
- Impact on form integrity or user trust if themes or categories are modified without proper authorization.
- Need for verification of current version and exposure to this vulnerability.
- Priority for remediation or compensating controls to prevent unauthorized access to FormThemeController write endpoints.
Technical summary
The TDuck survey form through version 6.0 has a vulnerability where authenticated non-admin users can add, modify, or delete global form themes and categories. This is due to missing authorization checks on FormThemeController write endpoints. The vulnerability has a CVSS score of 5.3 and is classified as MEDIUM severity. Affected product deployments should be verified, and defenders should prioritize remediation, especially in systems where unauthorized theme or category modifications could impact form integrity or user trust.
Defensive priority
Defenders should prioritize verifying and remediating this vulnerability, especially in systems where unauthorized theme or category modifications could impact form integrity or user trust.
Recommended defensive actions
- Verify the version of TDuck survey form in use and check if it is vulnerable (version 6.0 or earlier).
- Restrict access to FormThemeController write endpoints to prevent unauthorized modifications.
- Monitor for any unauthorized changes to form themes or categories.
- Consider upgrading to a version of TDuck survey form that includes authorization checks for FormThemeController write endpoints.
- 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 NVD entry provide details on the vulnerability, including its CVSS score of 5.3 and MEDIUM severity. However, specific details about affected versions, exploitation, or remediation are limited.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-100303 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-100303
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-100303 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-100303
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_theme_write.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/FormThemeController.java
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/tduck-survey-form-through-6.0-missing-authorization-in-form-theme-management-endpoints
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.