CVE-2024-34358: TYPO3 vulnerable to an Uncontrolled Resource Consumption in the ShowImageController
Problem
The ShowImageController
(eID tx_cms_showpic) lacks a cryptographic HMAC-signature on the frame
HTTP query parameter (e.g. /index.php?eID=tx_cms_showpic?file=3&...&frame=12345
).
This allows adversaries to instruct the system to produce an arbitrary number of thumbnail images on the server side.
Solution
Update to TYPO3 versions 9.5.48 ELTS, 10.4.45 ELTS, 11.5.37 LTS, 12.4.15 LTS, 13.1.1 that fix the problem described.
ℹ️ <strong>Strong security defaults - Manual actions required</strong>
The frame
HTTP query parameter is now ignored, since it could not be used by core APIs.
The new feature flag security.frontend.allowInsecureFrameOptionInShowImageController
– which is disabled per default – can be used to reactivate the previous behavior.
Credits
Thanks to TYPO3 security team member Torben Hansen who reported this issue and to TYPO3 core & security team members Benjamin Mack and Benjamin Franzke who fixed the issue.
References
References
- github.com/TYPO3/typo3
- github.com/TYPO3/typo3/commit/05c95fed869a1a6dcca06c7077b83b6ea866ff14
- github.com/TYPO3/typo3/commit/1e70ebf736935413b0531004839362b4fb0755a5
- github.com/TYPO3/typo3/commit/df7909b6a1cf0f12a42994d0cc3376b607746142
- github.com/TYPO3/typo3/security/advisories/GHSA-36g8-62qv-5957
- github.com/advisories/GHSA-36g8-62qv-5957
- nvd.nist.gov/vuln/detail/CVE-2024-34358
- typo3.org/security/advisory/typo3-core-sa-2024-010
Detect and mitigate CVE-2024-34358 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →