Vulnerabilities tagged "bounty"

[Flickr] CSRF in Account Deletion feature

When SmugMug bought Flickr from Yahoo they had to move the authentication system away from Yahoo's authentication.A side-effect of this was that the account deletion process previously had used the Yahoo authentication code as the CSRF token so in the move the token was removed and not replaced with anything functionally equivalent...
 

Local File Read via Stored XSS in The Opera Browser

The vulnerability here is simply that Opera's Pinboard feature allows pinning URLs starting with `javascript:` creating a clickable link on a Pinboard that will execute JavaScript. Unfortunately (for the attacker) these tabs open in a new window and not within the Pinboard context unless middle clicking, then these links will trigger them within the Pinboard context.
 

Create free Shopify application credits

The Shopify GraphQL endpoint has a mutation `appCreditCreate` for Shopify apps to issue credits to merchants that can be used towards future app purchases.While this mutation cannot be used through the GraphQL endpoint at `/admin/internal/web/graphql/core` the GraphiQL app provided by Shopify however does allow the mutation...
 

Three Facebook Bugs Leading to Account Takeover

**tl;dr** - The Oauth endpoint parses URL paramters `redirect_uri` and `redirect_uri[0` (note the missing `]`) as pointing to the same variable. Allowing the second to overwrite the first. The front-end however sees them as two distinct keys and so redirects the oauth token to the `redirect_uri` while the endpoint validates that the other value points to a whitelisted location
 
3
4
5
6
7
8
9