Egor Homakov

Architect of Xln – Financial Planetary Substrate | Sakurity | X: @homakov. homakov@gmail.com

Friday, May 2, 2014

Covert Redirect FAQ

›
Hey, so called covert redirect  was all over the news today. I was asked by our client Auth0 if everything is ok with them - they are alrig...
6 comments:
Friday, February 7, 2014

Paperclip vulnerability leading to XSS or RCE.

›
Paperclip  is the most popular upload tool for Ruby on Rails, and I found a way to upload a file with arbitrary extension, which can lead to...
3 comments:

How I hacked Github again.

›
This is a story about 5 Low-Severity bugs I pulled together to create a simple but high severity exploit, giving me access to private reposi...
49 comments:
Tuesday, January 28, 2014

Turbo API: How to use CORS without Preflights

›
From official doc on Cross Origin Resource Sharing A  header  is said to be a  simple header  if the header field name is an  ASCII case-...
4 comments:
Sunday, January 26, 2014

Two "WontFix" vulnerabilities in Facebook Connect

›
TL;DR Every website with "Connect Facebook account and log in with it" is vulnerable to account hijacking. Every website relying o...
11 comments:
Sunday, January 19, 2014

Header injection in Sinatra/Rack

›
Try to run this simple app: require 'sinatra' get '/' do   redirect params[:to] if params[:to].start_with? 'http://...
5 comments:
Saturday, January 18, 2014

Cookie Bomb or let's break the Internet.

›
TL;DR I can craft a page "polluting" CDNs, blogging platforms and other major networks with my cookies. Your browser will k...
22 comments:
Tuesday, January 14, 2014

Account hijacking on MtGox

›
If it wasn't MtGox I wouldn't even mention it — XSS/fixation/etc are web sec routines, and are not worth a blog post. But it *is* ...
11 comments:
Monday, January 13, 2014

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...
11 comments:

Using Content-Security-Policy for Evil

›
TL;DR How can we use technique created to protect websites for Evil? (We used XSS Auditor for Evil before) There's a neat way: taking...
4 comments:
Thursday, January 9, 2014

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 ...
2 comments:
Thursday, January 2, 2014

Path Encoding Vulnerability in https/www redirects.

›
This summary is not available. Please click here to view the post.
5 comments:
Monday, December 23, 2013

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...
2 comments:
Saturday, December 14, 2013

How to send DM on Twitter w/o permission

›
I just recalled " SMS commands " feature and tried to send a DM (private, direct message) with "Share on Twitter"-button...
20 comments:
Friday, November 29, 2013

RJS leaking vulnerability in multiple Rails applications.

›
I wrote about this problem in May, without showcases, just a theoretical post  http://homakov.blogspot.com/2013/05/do-not-use-rjs-like-techn...
8 comments:
‹
›
Home
View web version
Powered by Blogger.