skip to main
|
skip to sidebar
MasterPass and PayPal
10 Jul 2011
Octocat Tattoo
of course it's not a real one
Newer Post
Home
Popular Posts
Octocat Tattoo
of course it's not a real one
Evolution of Open Redirect Vulnerability.
TL;DR ///host.com is parsed as relative-path URL by server side libraries, but Chrome and Firefox violate RFC and load http://host.com inst...
Path Encoding Vulnerability in https/www redirects.
Playing with 302-based header injection (majority of web servers is not vulnerable to it btw) i found one tricky neat bug which can be reall...
How we hacked Facebook with OAuth2 and Chrome bugs
TL;DR We (me and @isciurus ) chained several different bugs in Facebook, OAuth2 and Google Chrome to craft an interesting exploit. Mallory...
The Achilles Heel of OAuth or Why Facebook Adds #_=_
This is a short addition to the previous rants on OAuth problems. We've got Nir Goldshlager working on our side (he simply loves bounti...
Header injection in Sinatra/Rack
Try to run this simple app: require 'sinatra' get '/' do redirect params[:to] if params[:to].start_with? 'http://host....
Last Day: Extra 40-50% Off Sale
J.Crew is sending out yet another email, reminding customers that they are still running 4 0% off Final Sale (& 50% off select items) w...
Regexp Groups "Overflow" in Firefox
TL;DR: In Firefox regexps with 999 998+ groups return false, no matter was the given string valid or not. It seems like a performance opti...
Token Fixation in Paypal
Remember OAuth1 session fixation? No? Read writeup from Eran Hammer (the guy who hates OAuth2 as much as I do). Guess what - there's ex...
Brute-Forcing Scripts in Google Chrome
A while ago I found leaking document.referrer vulnerability and even used it to hack Facebook. It's Chrome's XSS Auditor again (sev...