Junglewise Threat Intelligence

CVE-2026-47347: TYPO3 CMS open redirect in GeneralUtility::sanitizeLocalUrl

CVE-2026-47347 · Severity: medium · CVSS 4 · Published 2026-06-09

Technologies: Typo3 Cms-Core. Vendors: Typo3.

Executive brief

TYPO3 CMS, a popular content management system, contains a security flaw in how it validates web addresses. An attacker can trick users into clicking a link that appears to stay within the trusted website but instead redirects them to a malicious external site. This is commonly used in phishing campaigns to steal user credentials or distribute malware.

Technical details

An open redirect vulnerability exists in TYPO3 CMS within the `GeneralUtility::sanitizeLocalUrl` function. The root cause is a failure in the sanitization logic intended to restrict URLs to local paths, which can be bypassed to point to external domains. An attacker can exploit this by crafting a URL that, when processed by an application using this utility, redirects a victim to an arbitrary external site. This requires minimal user interaction (clicking a link) and no prior authentication. Patches have been released for all supported branches including ELTS and LTS versions.

Affected products

  • TYPO3 TYPO3 CMS < 10.4.57, 11.0.0-11.5.50, 12.0.0-12.4.45, 13.0.0-13.4.30, 14.0.0-14.3.2

Timeline

  • 2026-06-09: disclosed
  • 2026-06-09: patched
  • 2026-06-12: advisory

References