CVE-2026-49742
Received
Received - Intake
Path Traversal in TYPO3 CMS via Media Module
Publication date: 2026-06-09
Last updated on: 2026-06-09
Assigner: TYPO3
Description
Description
Backend users with file download permissions were able to download files from the fallback storage of the file abstraction layer (FAL) via the Media Module. Since the fallback storage resolves paths relative to the server's document root, this could expose sensitive files such as log files. This issue affects TYPO3 CMS versions 11.0.0-11.5.50, 12.0.0-12.4.45, 13.0.0-13.4.30 and 14.0.0-14.3.2.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| typo3 | typo3_cms | From 11.0.0 (inc) to 11.5.50 (inc) |
| typo3 | typo3_cms | From 12.0.0 (inc) to 12.4.45 (inc) |
| typo3 | typo3_cms | From 13.0.0 (inc) to 13.4.30 (inc) |
| typo3 | typo3_cms | From 14.0.0 (inc) to 14.3.2 (inc) |
| typo3 | typo3_cms | 11.5.51 |
| typo3 | typo3_cms | 12.4.46 |
| typo3 | typo3_cms | 13.4.31 |
| typo3 | typo3_cms | 14.3.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-200 | The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. |
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |