Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Security The Internet

FTC Settles With Sites Over SSL Lies 78

An anonymous reader writes "The makers of two major mobile apps, Fandango and Credit Karma, have settled with the Federal Trade Commission after the commission charged that they deliberately misrepresented the security of their apps and failed to validate SSL certificates. The apps promised users that their data was being sent over secure SSL connections, but the apps had disabled the validation process. The settlements with the FTC don't include any monetary penalties, but both companies have been ordered to submit to independent security audits every other year for the next 20 years and to put together comprehensive security programs."
This discussion has been archived. No new comments can be posted.

FTC Settles With Sites Over SSL Lies

Comments Filter:
  • by EvanED ( 569694 ) <{evaned} {at} {gmail.com}> on Friday March 28, 2014 @07:28PM (#46607155)

    The frequency of a true MITM - one defined above where someone has the ability to control an intermediate node at low level and take central position - is so low as to be difficult to measure.

    This is about as dumb of an argument against SSL as I can imagine. True MITMs are reasonably rare in large part because of SSL.

    SSL and CAs are far from perfect, but the situation is a hell of a lot better than if they weren't around...

  • by David Jao ( 2759 ) <djao@dominia.org> on Saturday March 29, 2014 @03:51AM (#46608603) Homepage

    True MITMs are reasonably rare in large part because of SSL.

    WRONG. Provably wrong.

    There exists an extremely widely-used crypto protocol which uses no certificate validation and yet prevents almost all MITM attacks. It's called SSH. In fact SSH has done something that SSL will never do: it has completely replaced the corresponding unencrypted protocol, to the point where no one, I mean no one, uses telnet anymore.

    How does this magic work? SSH performs key validation. It performs this validation without requiring certificates. The validation model is very simple: trust on first use (TOFU). Although TOFU on paper is theoretically inferior to CA validation in every way, real life does not take place on paper. In the real world, TOFU is far superior to CA validation. It prevents the kinds of attacks that actually matter, while ignoring the kinds of attacks that look great on paper but aren't really a big deal in practice.

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...