Questions tagged [heartbleed-bug]

The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet.

The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet. SSL/TLS provides communication security and privacy over the Internet for applications such as web, email, instant messaging (IM) and some virtual private networks (VPNs).

The Heartbleed bug allows anyone on the Internet to read the memory of the systems protected by the vulnerable versions of the OpenSSL software. This compromises the secret keys used to identify the service providers and to encrypt the traffic, the names and passwords of the users and the actual content. This allows attackers to eavesdrop on communications, steal data directly from the services and users and to impersonate services and users.

Source: http://heartbleed.com

OpenSSL Security Advisory [07 Apr 2014] 
========================================

TLS heartbeat read overrun (CVE-2014-0160)
==========================================

A missing bounds check in the handling of the TLS heartbeat extension can be
used to reveal up to 64k of memory to a connected client or server.

Only 1.0.1 and 1.0.2-beta releases of OpenSSL are affected including
1.0.1f and 1.0.2-beta1.

Thanks for Neel Mehta of Google Security for discovering this bug and to
Adam Langley <agl@chromium.org> and Bodo Moeller <bmoeller@acm.org> for
preparing the fix.

Affected users should upgrade to OpenSSL 1.0.1g. Users unable to immediately
upgrade can alternatively recompile OpenSSL with -DOPENSSL_NO_HEARTBEATS.

1.0.2 will be fixed in 1.0.2-beta2.

* https://www.openssl.org/news/secadv_20140407.txt

82 questions
0
votes
1 answer

HAProxy SSL and Heartbleed Exploit

With the openSSL Heartbleed exploit, I'm assuming that compiling HAproxy with the openSSL package will mean it is vulnerable. What would be the process to update? Update openSSL and recompile HAProxy?
Seth
  • 659
  • 2
  • 7
  • 21
0
votes
2 answers

GitLab Omnibus SSL Vulnerability (Heartbleed)

I installed GitLab 6.6.5 via the omnibus package on Ubuntu 12.04 LTE. My question is will the Ubuntu OpenSSL heartbleed update cover the GitLab's installation? The installation has an embedded nginx that is installed. I have enabled SSL via the…
Curtis Kelsey
  • 716
  • 8
  • 32
0
votes
1 answer

Does the heartbleed vulnerability affect the SPDY protocol?

I am running a production environment using SPDY protocol. Can anyone tell me if I am vulnerable, here is a link to my production environement and if so, how can I fix it: IslandFactory.eu
0
votes
1 answer

View openssl arguments

Due to the heartbleed openssl vulnerability , I need to compile openssl from source.However i would like to know the argument that was passed at ./config phase so that I can use the same for the latest openssl . What command should I use to get…
user2650277
  • 6,289
  • 17
  • 63
  • 132
-1
votes
2 answers

how to install freeradius server?

could anyone have freeradius server installation guideliness/documentation?. because i tried to install several times, it completes,but while running in debugging mode it caused so many problems/errors on openssl like 1.header…
prashad
  • 107
  • 2
  • 15
-1
votes
1 answer

Is it okay to upgrade to PHP 5.5.12 from PHP 5.5.1?

Currently my production servers have PHP 5.5.1 installed and working fine. PHP 5.5.1 (cli) (built: Jan 14 2014 11:37:09) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies However according to this…
ʞɹᴉʞ ǝʌɐp
  • 5,350
  • 8
  • 39
  • 65
-1
votes
1 answer

How to avoid Heartbleed like problems in the future?

In my understanding the problem with Heartbleed was the access to memory of previous requests? Isn't it possible to wipe the memory after using it? To use different memory spaces for each request, that are not accessible? If the web server (e.g.…
Ikarus
  • 43
  • 6
-1
votes
2 answers

Switching the SSL provider after Heartbleed instead of revoking

I have a question regarding the Heartbleed problem and the SSL certificates. About Heartbleed many people say that admins should revoke their certificates and get new ones. I got my SSL certs from Startcom and as you may know they charge for…
Kevin
  • 1,633
  • 1
  • 22
  • 37
-1
votes
1 answer

What if I generate CSR with heartbleed-bug affected version?

I have updated openssl to remedy heartbleed-bug, but again if I generate CSR with affected openssl version and install it on fixed version, will this cause any issue?
NPC
  • 841
  • 2
  • 10
  • 18
-1
votes
1 answer

Does the heartbleed bug necessitate new SSH private keys?

This guy says: Debunking some Heartbleed FUD: You don’t need new SSH private keys. This affects the SSL protocol only. My question is: Does the heartbleed bug necessitate new SSH private keys? (Or is this merely FUD?) [For systems that had the…
hawkeye
  • 34,745
  • 30
  • 150
  • 304
-1
votes
1 answer

What are pre-requisites for Heartbleed exploit?

I have read http://heartbleed.com/ and searched extensively and I cannot understand this basic point. For example, Wikipedia shows an attacker sending a bogus heartbeat request to a vulnerable server and getting a bunch of private data in reply…
pablo honee
  • 105
  • 1
  • 7
-1
votes
1 answer

heartbleed affect the 3rd party php server receipt verify of itunes?

I have a working 3rd party php codes verify the receipt sent from ipad. but it seems https://sandbox.itunes.apple.com/verifyReceipt no long response to my php code. there's not even an error stat like {"status":21000} if I visite the url…
highwing
  • 111
  • 5
-1
votes
1 answer

HeartBleed and CENTOS - Installed the newest version openssl but it's not using it

I have updated but it's showing the old version. [collective@php1 ~]$ rpm -q openssl openssl-1.0.1e-1.el6.x86_64 [collective@php1 ~]$ sudo yum install openssl** Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base:…
Chris Whittle
  • 868
  • 1
  • 8
  • 14
-1
votes
2 answers

Heartbleed OpenSSL upgrade issue

Ok, so I updated my OpenSSL on my AWS EC2 server (in order to avoid the heartbleedbug) from v1.0.1c to v1.0.1f . I had to compile it from source and install it. I restarted the server , everything works A OK and openssl is showing the latest version…
Janpan
  • 2,164
  • 3
  • 27
  • 53
-1
votes
2 answers

Which SSL confirmation

A Java Servlet I maintain uses SSL encryption. I THINK it uses JSSE SSL by Oracle and after the HeartBleed Bug announcement I don't want to be using OpenSSL. Can someone tell me how I can be sure this is the case please? So far I have found…
AJF
  • 1,801
  • 4
  • 27
  • 54