Heartbleed bug - Passwords You Need to Change Right Now
Ron Czapala
Posts: 2,418
http://mashable.com/2014/04/09/heartbleed-bug-websites-affected/
http://www.usatoday.com/story/tech/2014/04/11/heartbleed-cisco-juniper/7589759/'
http://www.usatoday.com/story/tech/2014/04/11/heartbleed-cisco-juniper/7589759/'
The Heartbleed security flaw that exposes a vulnerability in encryption has reportedly extended its reach beyond Web services.
The Wall Street Journal reports some network products created by Cisco and Juniper contain the flaw. The vulnerability affects products such as routers and firewalls.
In an update published Thursday, Cisco says multiple products incorporate OpenSSL, a variation of the Secure Sockets Layer (SSL) protocol used to encrypt sensitive data.
A spokesperson for Juniper tells the Journal updating equipment to patch up the security hole could take some time.
Heartbleed is a flaw that would allow anyone to read the memory of servers running OpenSSL, which leaves information such as usernames, passwords and credit card data exposed.
Comments
http://www.cnet.com/how-to/which-sites-have-patched-the-heartbleed-bug/
Hey, CodeRed was great, When some machine hit my Apache server at home because of it I could fetch the details from the Apache logs and then get access to the poor saps computer.
Whilst we are here people might like this presentation from a Mikko Hypponen about the history of computer exploits and where we are going. http://www.youtube.com/watch?v=s2g9lgYrYJM
Of course you can also look at the source code yourself. http://www.openssl.org/source/
Then ask yourself "Why am I putting my CC number on the net?"
The NSA actually had the gall to provide a random number generator that was in no way random. I am beginning to suspect that the whole idea that computers cannot generate perfect random numbers was a myth created by the NSA to snoop the world. Can the Propeller generate truly random numbers via the jitter in counters or something?
All my financial sites that I visit have already said that they are aware of Heartbleed and defended against it.
Other than that, putting your credit card into any purchase on the web seems to always be a bit of a risk. Know who you buy from or know how your credit card provider will act if you have a problem. Mine is pretty good about me popping up in odd South-east Asian countries and buying a Starbucks latte or wanted to use and ATM, and then suddenly saying that I found something that I didn't buy.
Try testing your major credit card services in Thailand. The results will reveal how secure you really are. Then try the Philippenes. Adventure is the name of the game. A bar in Hong Kong is a challenge too.
The NSA provided something referred to as an 'elliptical random number generator'. Seems to me an ellipse is just going to come around on itself like a circle. A bit of legerdomain by the spooks that love to snoop.
Yep, credit cards in tourist venues are just fair game. In fact, they really are fair game just about everywhere.. so I have just one.
Most of my passwords are to junk services, so I tie them all to one email account and when I forget them, I just request another. My financial stuff is all very tightly under wraps. I won't even install my home computer to be recognized as a safe computer with them.. nothing is safe if someone breaks in and walks away with the computer.
BTW, Turing machines seem to have infinite memory. There is no infinity on a real computer. The numbers are limited by bits and then rollover. Does infinity rollover?
OK. Let's put this another way. An algorithm, aka, program cannot be written for a Turing machine that will generate random numbers. Of course an algorithm can take as input some physical measurement which happens to be random and give you that as a result. That's hardly the same thing now is it.
I know nothing about "eliptic random numbers", I'm pretty sure the math behind it is far removed from what you and I think of a normal ellipse. Of course you are right, all pseudo random number generator algorithms come back on themselves.
Does Infinty rollover?
My Turing Machine simulator here says no:
Isn't JavaScript great! Mind you it got the result in finite time so I'm a bit suspicious.
My other Turing machine simulator said "don't even try it":
Python is pretty crappy that way.
You are mixing conceptual idealism with actual reality to suit yourself. There is no such thing physically as a true Turing machine.
In today's news. it seems that 10% of the Android phones and pads have version 4.1.1 out there... Heartbleed can hack these.
I suspect the worse thing that one can do is to agregate all your passwords into one database. All the major OSes seem to offer this with encryption as a means to help out those of use that have too many to actually recall easily. The result is that hackers find no one, but many if they succeed.
I also mentioned that the JavaScript version managed to add 1 to infinity in a finite amount of time time, which seems unlikely to be possible for a real Turing machine.
No mixing of conceptual idealism and reality here.