Hacker News new | ask | show | jobs
Firefox – Same-Origin Policy Bypass (CVE-2015-7188) (blog.bentkowski.info)
32 points by cujanovic 3638 days ago
3 comments

Yes, in Firefox 42.

> However, I think that this bug is interesting from a purely technical standpoint, hence I decided to share.

It was fascinating, and a good reason not to copy and paste code when you can prevent it.
Title seems misleading. The same-origin bypass is via Flash. The Firefox portion is having a funky URL/hostname, which Flash then uses (edit: mis-parses).
Very interesting exploit. I wonder what else is affected by IP addresses parsing issues.