|
Security problem in Debian 4.0 Etch's openssl
|
| Author |
Message |
Tseng
Junior Member

Posts: 20
Group: Registered
Joined: Apr 2008
Status:
Offline
Reputation: 0
|
Security problem in Debian 4.0 Etch's openssl
Hi guys,
just wanted to inform you of a very critical security problem in Debian Etch's openssl package. Detailed information can be found in the mailing list and in my own blog (german)
In short:
# apt-get update //update packagelists
# apt-get upgrade -f //force ugrades
Then you should actually restart the system, so all relevant services will use the new openssl version.
Now go and update 
EDIT: in response to rbtux's comment, you should checkout the following:
- http://www.us.debian.org/security/key-rollover/
- http://wiki.debian.org/SSLkeys
This post was last modified: 05-16-2008 11:17 PM by Tseng.
|
|
| 05-16-2008 10:49 PM |
|
 |
rbtux
Member
  
Posts: 1,200
Group: Registered
Joined: Feb 2007
Status:
Away
Reputation: 22
|
RE: Security problem in Debian 4.0 Etch's openssl
STOP...
Please don't post it that way Tseng. We now about the security problem but updating and restarting the server is not enough. You have to reissue all the keys generated with the broken SSL version. (And be sure you can still connect through your ssh BEFORE you restart the server ;-)
OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
|
|
| 05-16-2008 10:59 PM |
|
 |
Tseng
Junior Member

Posts: 20
Group: Registered
Joined: Apr 2008
Status:
Offline
Reputation: 0
|
RE: Security problem in Debian 4.0 Etch's openssl
I edited my first post. Sorry, for not mentioning something that important. But rbtux is right. Be sure you can still connect to your server via ssh before restarting.
This post was last modified: 05-16-2008 11:21 PM by Tseng.
|
|
| 05-16-2008 11:21 PM |
|
 |
Kika
Junior Member

Posts: 91
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 2
|
RE: Security problem in Debian 4.0 Etch's openssl
This is not enough, you must run these commands after upgrade because that was a CERT vulnerability bug:
# rm /etc/ssh/ssh_host_*
# dpkg-reconfigure openssh-server
OS: Debian 4.0 Etch
ispCP version: RC6
This post was last modified: 05-17-2008 04:22 AM by Kika.
|
|
| 05-17-2008 03:59 AM |
|
 |
Quemeros
Junior Member

Posts: 48
Group: Registered
Joined: Nov 2007
Status:
Offline
Reputation: 0
|
RE: Security problem in Debian 4.0 Etch's openssl
I'm noob with debian, and my question of this is...
this sec problem fix with the 4 lines posted before, but, how can i be sure that will can still connect to my server via ssh before restarting?
OS: Debian Etch r3.0 Amd64
IspCP: RC4 (AWStats: Dynamic) + AMaVis + SSL
|
|
| 05-18-2008 12:40 PM |
|
 |
kilburn
Junior Member

Posts: 146
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 5
|
RE: Security problem in Debian 4.0 Etch's openssl
Just restart the daemon and try to open a new ssh session, if it works you can connect
|
|
| 05-18-2008 05:06 PM |
|
 |
FeG
Junior Member

Posts: 136
Group: Registered
Joined: Aug 2007
Status:
Offline
Reputation: 0
|
RE: Security problem in Debian 4.0 Etch's openssl
Hi guys,
it's also important to mention that all keys generated since september 2006 should be considered compromised. You have to regenerate all SSH and SSL keys (i.e. keys used for private/public-key authentication with ssh or ssl keys for apache, postfix, etc.).
You might also want to have a look on the related Debian Security Advisory.
Greetings
FeG
|
|
| 05-20-2008 01:33 AM |
|
 |
Quemeros
Junior Member

Posts: 48
Group: Registered
Joined: Nov 2007
Status:
Offline
Reputation: 0
|
RE: Security problem in Debian 4.0 Etch's openssl
Just restart the daemon and try to open a new ssh session, if it works you can connect 
You don't answer anything, im not stupid -.-... If not i will lost my unique way to conect to the OS (Because i don't have physic acces to it)... What recomend me to do? install telnet? or how to be sure before restart?
OS: Debian Etch r3.0 Amd64
IspCP: RC4 (AWStats: Dynamic) + AMaVis + SSL
This post was last modified: 05-20-2008 05:38 AM by Quemeros.
|
|
| 05-20-2008 05:33 AM |
|
 |
rbtux
Member
  
Posts: 1,200
Group: Registered
Joined: Feb 2007
Status:
Away
Reputation: 22
|
RE: Security problem in Debian 4.0 Etch's openssl
Just restart the daemon and try to open a new ssh session, if it works you can connect 
You don't answer anything, im not stupid -.-... If not i will lost my unique way to conect to the OS (Because i don't have physic acces to it)... What recomend me to do? install telnet? or how to be sure before restart?
If you restart sshd the sessions normally aren't cleared. So when you are able to login again with a new session all worked well. I got phys and serial acces to all our servers so I don't have any experience doing that over ssh. But I wouldn't generate and exchange keys over an insecure (meaning telnet) connection. You may want to start another sshd instance (different port) instead.
OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
|
|
| 05-20-2008 06:26 AM |
|
 |
ispcomm
Junior Member

Posts: 88
Group: Registered
Joined: Apr 2008
Status:
Offline
Reputation: 3
|
RE: Security problem in Debian 4.0 Etch's openssl
You don't answer anything, im not stupid -.-... If not i will lost my unique way to conect to the OS (Because i don't have physic acces to it)... What recomend me to do? install telnet? or how to be sure before restart?
I've been lurking this thread as it's not ispcp related (not even close) and I didn't want to inflate it. But I can't stand when I see an attitude like yours. Judging from your last posts, you might well be what you think you're not. Respecting the others and doing your homework is the minimum you need to do. Kilburn answered properly in the first place. It was you that didn't get it. Being harsh as an answer was less than appropriate from your side and he's been too kind to actually explain what he meant instead of just passing by and forgetting about you.
I don't want to flame you. I'm just making sure you understand how lucky you are.
ispcomm.
This post was last modified: 05-20-2008 07:58 AM by ispcomm.
|
|
| 05-20-2008 07:56 AM |
|
 |
|
|