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

Security: Open redirect #5

Open
da2x opened this issue Feb 16, 2017 · 3 comments
Open

Security: Open redirect #5

da2x opened this issue Feb 16, 2017 · 3 comments

Comments

@da2x
Copy link
Contributor

da2x commented Feb 16, 2017

Open redirects are a security threat and redirect.php is wide open.

Why is it even needed? In any case, it must be closed. Limiting it to paypal.com can be a stop-gap measure to closing it. However, the redirect also isn’t used over HTTPS, so the best thing is to just get rid of it.

@karger
Copy link
Member

karger commented Feb 20, 2017

I'm honestly not sure what this redirect is being used for; I'm leery of getting rid of it till I understand whether it would break anything.

@da2x
Copy link
Contributor Author

da2x commented Feb 20, 2017

The client redirects all links to PayPal and Dwolla through the redirect server. Presumably to collect user data? Can’t really see any other reason for it.

@karger
Copy link
Member

karger commented Feb 20, 2017 via email

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

2 participants