Last edited:
# cd /usr/src
# wget http://www.openssl.org/source/openssl-1.0.1g.tar.gz
# tar -xvzf openssl-1.0.1g.tar.gz
# cd openssl-1.0.1g
# ./config --prefix=/usr no-threads shared
# make
# make test
# make install
# openssl version
OpenSSL 1.0.1g 7 Apr 2014
# /etc/init.d/pvedaemon restart
# ./heartbleeder ********:8006
INSECURE - ********:8006 has the heartbeat extension enabled and is vulnerable
aptitude upgrade libssl1.0.0
/etc/init.d/pveproxy restart
aptitude upgrade apache2 apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common
/etc/init.d/apache2 restart
I upgrade my OpenSSL:
Code:# cd /usr/src # wget http://www.openssl.org/source/openssl-1.0.1g.tar.gz # tar -xvzf openssl-1.0.1g.tar.gz # cd openssl-1.0.1g # ./config --prefix=/usr no-threads shared # make # make test # make install # openssl version OpenSSL 1.0.1g 7 Apr 2014
and restart PVE Demon:
Code:# /etc/init.d/pvedaemon restart
Test with: https://github.com/titanous/heartbleeder
Code:# ./heartbleeder ********:8006 INSECURE - ********:8006 has the heartbeat extension enabled and is vulnerable
What i need to do?
Why install from source when a patched openssl package is available from debian?
apt-get update && apt-get install openssl libssl1.0.0 && service pveproxy restart
you need to restart pveproxy.
> service pveproxy restart
Isn't it possible to configure the debian package such that it automatically restarts
Is there any reference about how to recreate the self signed certificate included in proxmox to deal with the bug?
Why install from source when a patched openssl package is available from debian?
The same here:I'm on Debian 7.4 wheezy with Proxmox. "openssl version" responds with "OpenSSL 1.0.1e 11 Feb 2013". apt-get update && apt-get upgrade does not install the patched version. My sources.list contains the line "deb http://security.debian.org/ wheezy/updates main contrib".
The same is with various turnkey debian wheezy servers (CT and/or VM). Plain Debian wheezy guests are ok. Anyone any idea?
(All servers are on local nets.)
The same here:
openssl version
OpenSSL 1.0.1e 11 Feb 2013
But this is the patched version from Debian if you see below:
$ dpkg -s openssl
Package: openssl
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1081
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Architecture: amd64
Version: 1.0.1e-2+deb7u6