Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open redirect #247

Open
wotell opened this issue Apr 24, 2023 · 0 comments
Open

Open redirect #247

wotell opened this issue Apr 24, 2023 · 0 comments

Comments

@wotell
Copy link

wotell commented Apr 24, 2023

It seems that when I redirect to a relative url in the root it enables an open redirect. This seems to be introduced in the new version of the NotFound-handler.

This is the redirect-rule which was enabled in the old (episerver 11) version (I replaced our site in the example below):

<url>
  <old redirectType="Permanent">/www/somesite/nl/</old>
  <new>/?utm_source=www.somesite.nl&amp;utm_medium=redirect&amp;utm_campaign=rebranding</new>
</url>

This rule was exported from episerver 11 and imported in the new version in version 12.

When this rule is enabled in the new version we enable an open redirect. As an example, navigating to this url:
https://www.oursite.nl/www/somesite/nl/google.com
will redirect the browser to google.com.
The location-header is set to https://google.com/?utm_source=www.somesite.nl&utm_medium=redirect&utm_campaign=rebranding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant