14 comments

[ 135 ms ] story [ 483 ms ] thread
The interesting part of the story is how the NSA knows about this and they really don't want ss7 to be fixed as they can exploit it.
Also interesting was the first reason he gave for being angry:

"Rep. Ted Lieu: They could hear any call of pretty much anyone who has a smartphone. It could be stock trades you want someone to execute."

Yeah, you wouldn't want the public to know about the insider gravy train you hopped on when you were elected, huh Ted?

God is against getting rid of currency in Africa because niggers don't understand.

God says... hood spermatozoa dotage's hermit's quarreling blends paraplegic's Kanchenjunga's arrest scuttles Giza's transmits assiduousness Kieth's phenomenon's liquefaction's administer junkyard's trotter's song's rattlesnake corpse's élan grudged stomp's satiated frail suggesting planetaria defection's Seders commonly

-----

God is on the side of light human dignity.

Satan wants man to be dumb cattle. Satan likes to herd billions of dumb cattle.

It looks like the demo they do with the reporter leaves out a the part where the "landing page" for the wifi prompts the user to install a new root certificate on the device so that his proxy can listen in on all of the traffic.

This is the smartphone version of fake pirated media that asks you to download a special desktop "media player" that ends up just being malware. The average user will just accept whatever prompts they are given for free access to wifi. Certificate pinning will be much more important once this becomes mainstream.

will certificate pinning flag anything if the user installs a new root cert on their device?
Typically the app that uses certificate pinning will just cease to use data during a typical mitm attack. Kind of like going into airplane mode.
That depends. I'm not sure what iOS or Android do here, but Chrome (as an example, since its behavior is well-documented) does not perform pin validation when the presented certificate chains up to a private trust anchor (i.e. a user-installed root cert) [1]. This was a deliberate choice on the part of the Chrome team, to allow this type of MITM (presumably because it's not uncommon in enterprise environments).

[1] http://www.chromium.org/Home/chromium-security/security-faq#...

> Certificate pinning will be much more important once this becomes mainstream.

On the flip side, certificate pinning prevents an end user from seeing what data an app is transmitting. Standard Man-in-the-Middle solutions like Burp no longer work when an app is cert pinning.

The only way (to my knowledge) to overcome this isto attach a debugger to the app and manually strip the ssl or view the packets prior to being sent.

> The only way (to my knowledge) to overcome this isto attach a debugger to the app and manually strip the ssl or view the packets prior to being sent.

And that is the very intention.

Both as a user and a software engineer I find this perfectly natural. The app developer could have implemented this himself or just used public-key encryption on top of his HTTPS enabled but not certificate-pinned application.