CVE Catalog

CVE-2026-15305

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

7th percentile - higher than 7% of all known CVEs

Summary

A vulnerability in TYPO3 CMS allows users 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.

Risk Assessment

The organization is exposed to the upload of dangerous files (e.g., scripts, malware) through forms, which can lead to system integrity compromise, malware infection, or unauthorized access.

Recommendation

Immediately update TYPO3 CMS to version 14.4.0 or later, which includes a fix for this vulnerability. If an update is not possible, temporarily disable FileUpload and ImageUpload elements in forms.

Other vulnerabilities in TYPO3 CMS

See all
Original NVD description (English source)

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.4.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS