“I tried to reproduce… was unsuccessful”
Likely, this detail is missing:
<?php
sleep(2);
header(“Location: http://www.dailymail.co.uk/robots.txt");
?>
Please tell us whether you reproduce(with the PHP code).
“am I correct… JavaScript hosted on shared domains”
In the demo, it’s first injected into page…
Ben, we have reproduced the vulnerability in many occasion.
First of all, at least to steal the session it is no matter if
X-Frame-Option is set to deny/same-origin.
Secondly, we were able to easily bypass the alert popup. It is not needed if
you implement the “waiting” logic with a synchronous AJAX call or a looped
wait (there is no sleep is JS).
The most important part is that the “1.php” in the original POC, should…
I would like to invite you to submit a paper to The International
Conference on Information System Security, Robotics Modeling, and
E-Commerce Transactions (ISSRMET2015) that will be held at Islamic Azad
University, Academic City, Dubai, UAE on March 04-06, 2015.
So here’s a possibly stupid question: is this entirely an IE flaw, or is
it tied to the use of Cloudflare by the targeted site as well as the
attacking site?
I ask because:
1 – I tried to reproduce the attack in a number of ways without using
CloudFlare, and was unsuccessful.
2 – Since I don’t have access to a CloudFlare account, I used Burp to do
a find/replace for proxied response headers and bodies on…
We are happy & excited to release version 3.0.1 of Capstone disassembly
framework!
This stable version brings some important bugfixes for X86, Arm, Arm64,
PowerPC architectures. Several memory leaking issues in Python/Cython
bindings have been addressed, too.
Since this release, our Python module “capstone” on PyPi allows to download
& compile the core at the same time of installing Python package, so Python
users…