From InfoWorld: Twitter was not affected by the Heartbleed Internet vulnerability that rocked the Web security world this week, making one less password consumers need to change to protect themselves, but users still need to be careful how they respond to the threat.
Heartbleed is a bug in OpenSSL (Secure Sockets Layer), a tool for securing Web connections, that could let attackers steal data from server memory 64KB at a time. It could be automatically run multiple times without leaving any evidence, potentially collecting user names and passwords as well as encryption keys and certificates for decrypting private data, researchers say.
Twitter declared itself in the clear on Tuesday afternoon, posting a brief statement on its Status page.
"On 4/7/2014 we were made aware of a critical vulnerability in OpenSSL (CVE-2014-0160), the security library that is widely used across the internet and at Twitter," the company wrote. "We were able to determine that twitter.com and api.twitter.com servers were not affected by this vulnerability. We are continuing to monitor the situation."
Some other big Web names, including Yahoo, Facebook, Google and Microsoft, said they either are studying the problem or have fixed it on their sites. If they were vulnerable, they were not alone: Internet security company Netcraft estimates that about 500,000 sites had the bug. Late Wednesday, there did not appear to be any reports of exploits against the flaw.
Another piece of good news: No version of Android was affected, with the limited exception of Android 4.1.1, according to Google.
If Twitter's servers weren't affected by Heartbleed, its subscribers don't need to take the extra few minutes to change their Twitter passwords as they go through updating their other accounts in the wake of the disclosure, said Lamar Bailey, director of security research for security vendor Tripwire. Twitter might have dodged the bullet by running a different version of SSL or by turning off the vulnerable feature in OpenSSL, he said.
Heartbleed is an apparently accidental bug introduced through an update to OpenSSL at the end of 2011. It opened the door for attackers to misuse a "heartbeat" feature that's commonly used to tell whether a user's session on a site is still active, Bailey said.
The tricky thing about Heartbleed is that it was out in the field from that release until a recent update that fixed the problem. Hackers could have exploited the hole at any time during that period and stolen data without leaving a trace. So users should look for Web companies to take two steps to make their sites secure, Bailey said.
The first is to replace the site's SSL mechanism, either by applying a new version or recompiling their current version with the vulnerable feature turned off. The second is to replace the private keys and certificates used to decrypt the data on its servers, because if they've been compromised, even new passwords won't protect users, he said.
View: Article @ Source Site