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

Following links on overlay image. #29

Open
Cruuncher opened this issue Jun 5, 2019 · 0 comments
Open

Following links on overlay image. #29

Cruuncher opened this issue Jun 5, 2019 · 0 comments

Comments

@Cruuncher
Copy link

The willingness for the system to follow links when resolving overlay images allows for fairly simple and potent denial of service attacks.

For example, using a url shortener I was able to craft the following URL https://ppaas.herokuapp.com/partyparrot?overlay=https://tiny.cc/FaCzXsWad which hangs the API. Would be fairly easy to deny service completely with just a few calls to the server. The link in the overlay maps back to the full url.

Either redirects should never be followed, or the redirect needs to be checked for self reference.

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

No branches or pull requests

2 participants