Skip to content
Snippets Groups Projects
Commit 9f617dc0 authored by Benni Mack's avatar Benni Mack
Browse files

[BUGFIX] Ensure MountPoint parameter contains valid characters

When using ?MP=12-13,345-673 some could also add a
letter or a "/" symbol in the GET parameter, effectively
showing a 503 instead of 404 page. This change ensures
that $TSFE->MP only contains numbers, commas or dashes.

Resolves: #94045
Releases: master, 10.4
Change-Id: I9d47153495701eb36bd9eb0c9936c0956b075560
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68977


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 797cc100
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment