Bug #46071
closedExternal links doesn't work anymore since recent security update 4.5.24
100%
Description
Hello,
since the last update (from today) to 4.5.24 the page doktype "External URL" is not working anymore.
The exception which I just get in frontend is:
#1359987599: jumpurl: Calculated juHash did not match the submitted juHash.
It seems that you guys, are already recognized the bug:
http://forum.typo3.org/index.php/t/194815/ ;-)
Updated by Wouter Wolters over 11 years ago
See for a hotfix: https://review.typo3.org/#/c/18755/
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18753
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18753
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18753
Updated by Christian Kuhn over 11 years ago
Reproduce:
create a page 'external url', call frontend that renders this page link in a frontend menu, click it -> boom.
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18765
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/18755
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at https://review.typo3.org/18766
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/18767
Updated by Helmut Hummel over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bcfb45e6184dff492cf1f544d4c4e79171567c17.
Updated by Ian Solo over 11 years ago
Sorry but this patch doesn't work in my TYPO3 4.7.9 installation.
By instance, site http://www.gamelli.it/ has an external link "Pro" (top right of nav) to http://pro.gamelli.it
this link throws a:
Uncaught TYPO3 Exception #1359987599: jumpurl: Calculated juHash did not match the submitted juHash. (More information) Exception thrown in file ***/typo3/sysext/cms/tslib/class.tslib_fe.php in line 2699.
What could I try to fix this?
Updated by Armin Vieweg over 11 years ago
We tested the fix in 4.5.24 and it works.
Updated by Ian Solo over 11 years ago
I fixed the problem described in #11 removing:
TSFE.jumpUrl_transferSession = 1
Updated by Adrien Crivelli over 11 years ago
Same here, the extension cbstarter contained TSFE.jumpUrl_transferSession = 1
. Removing that line made the error disappear.
Thanks ian !
Updated by Ernesto Baschny about 11 years ago
- Is Regression set to No
A fix to make it work even if TSFE.jumpUrl_transferSession = 1 is set is presented here: #46463