CVE-2026-15305 PUBLISHED

TYPO3 CMS - Unrestricted File Upload in Form Framework

Assigner: TYPO3
Reserved: 09.07.2026 Published: 14.07.2026 Updated: 14.07.2026

Users were able to upload files with arbitrary MIME types to forms using FileUpload or ImageUpload elements with allowedMimeTypes configured. The restriction was not enforced server-side because the MimeTypeValidator was registered during form building before concrete form definition properties were applied, resulting in the validator never being added to the processing pipeline. This issue affects TYPO3 CMS versions 14.2.0-14.3.5.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N
CVSS Score: 6.3

Product Status

Vendor TYPO3
Product TYPO3 CMS
Versions Default: unaffected
  • affected from 14.2.0 to 14.3.5 (excl.)

Credits

  • Josua Vogel remediation developer
  • Oliver Hader remediation developer

References

Problem Types

  • CWE-351 Insufficient Type Distinction CWE