Heartbleed Bug (must Read)

Discussion in 'General Off-Topic' started by deathweek, Apr 9, 2014.

  1. deathweek

    deathweek Member

    Joined:
    Jan 23, 2012
    Messages:
    96
    Likes Received:
    43
    I came across this earlier...I really recommend you should read this....
    What is the Heartbleed bug?

    Heartbleed is a flaw in OpenSSL, the open-source encryption standard used by the majority of websites that need to transmit the data that users want to keep secure. It basically gives you a secure line when you're sending an email or chatting on IM.

    Encryption works by making it so that data being sent looks like nonsense to anyone but the intended recipient.

    Occasionally, one computer might want to check that there's still a computer at the end of its secure connection, and it will send out what's known as a heartbeat, a small packet of data that asks for a response.

    Because of a programming error in the implementation of OpenSSL, the researchers found that it was possible to send a well-disguised packet of data that looked like one of these heartbeats to trick the computer at the other end into sending data stored in its memory.

    The flaw was first reported to the team behind OpenSSL by Google security researcher Neel Mehta, and independently found by security firm Codenomicon. According to the researchers who discovered the flaw, the code has been in OpenSSL for about two years, and using it doesn't leave a trace.

    How bad is that?

    It's really bad. Web servers can keep a lot of information in their active memory, including usernames, passwords, and even the content that users have uploaded to a service. According to Vox.com's Timothy Lee, even credit-card numbers could be pulled out of the data sitting in memory on the servers that power some services.

    But worse than that, the flaw has made it possible for hackers to steal encryption keys — the codes used to turn gibberish-encrypted data into readable information.

    With encryption keys, hackers can intercept encrypted data moving to and from a site's servers and read it without establishing a secure connection. This means that unless the companies running vulnerable servers change their keys, even future traffic will be susceptible.

    Am I affected?

    Probably, though again, this isn't simply an issue on your personal computer or your phone — it's in the software that powers the services you use. Security firm Codenomicon reports:

    You are likely to be affected either directly or indirectly. OpenSSL is the most popular open source cryptographic library and TLS (transport layer security) implementation used to encrypt traffic on the Internet. Your popular social site, your company's site, commercial site, hobby site, sites you install software from or even sites run by your government might be using vulnerable OpenSSL.

    According to a recent Netcraft web server survey that looked at nearly 959,000,000 websites, 66% of sites are powered by technology built around SSL, and that doesn't include email services, chat services, and a wide variety of apps available on every platform.

    So what can I do to protect myself?

    Since the vulnerability has been in OpenSSL for about two years and using it leaves no trace, assume that your accounts may be compromised. You should change your online passwords, especially for services where privacy and security are major concerns. However, many sites likely haven't upgraded to software without the bug, so immediately changing them still might not help.

    The researchers who discovered the flaw let the developers behind OpenSSL know several days before announcing the vulnerability, so it was fixed before word got out yesterday. Most major service providers should already be updating their sites, so the bug will be less prevalent over coming weeks.



    Read more: http://www.businessinsider.com/heartbleed-bug-explainer-2014-4#ixzz2yQRr7SYI
     
    • Like Like x 1
  2. Code_Blue

    Code_Blue Member

    Joined:
    Aug 28, 2013
    Messages:
    37
    Likes Received:
    8
    I've heard this before
     
    • Ninja Ninja x 1
  3. HarryTurney

    HarryTurney Forum Legend

    Joined:
    Feb 13, 2012
    Messages:
    1,612
    Likes Received:
    501
  4. Parrit2

    Parrit2 Member

    Joined:
    Apr 5, 2014
    Messages:
    56
    Likes Received:
    27
    I am scared now... Should I change my password :c
     
  5. PizzaMan31

    PizzaMan31 New Member

    Joined:
    Oct 20, 2013
    Messages:
    21
    Likes Received:
    2
    Just heard about this a few days ago... sounds pretty bad
     
  6. chansuke

    chansuke Member

    Joined:
    Apr 7, 2012
    Messages:
    96
    Likes Received:
    50
    This is really a very serious situation, one of the worst case scenarios when it comes to internet security. Changing your passwords right now is not a guarantee of safety, as this isnt an end user problem. It affects the software running the website itself, and some of them have not updated yet.
     
    • Agree Agree x 2
    • Winner Winner x 1

Share This Page