Koozali.org: home of the SME Server

SSH exploit fix?

Mark Lenan

SSH exploit fix?
« on: September 17, 2003, 06:14:42 PM »
Sorry to repost this, managed to get it in wrong thread earlier....

Has anyone come up with a patch for the new SSH exploit or would:

wget updates.redhat.com/7.3/en/os/i386/openssh-3.1p1-10.i386.rpm
wget updates.redhat.com/7.3/en/os/i386/openssh-clients-3.1p1-10.i386.rpm
wget updates.redhat.com/7.3/en/os/i386/openssh-server-3.1p1-10.i386.rpm

rpm -Fvh *.rpm
/etc/rc.d/init.d/sshd-rb restart

do the trick? Do e-smith use customised versions of these?

Regards, Mark Leman

Jesper Knudsen

Re: SSH exploit fix?
« Reply #1 on: September 17, 2003, 06:48:01 PM »
I can see that the following version are installed on my 5.6u4 bxo:

openssh-clients-3.1p1-6
openssh-3.1p1-6
openssh-server-3.1p1-6
e-smith-openssh-1.8.0-01

So there might be a need for the last e-smith specific module.

/Jesper

Randall Perry

Re: SSH exploit fix?
« Reply #2 on: September 17, 2003, 06:58:39 PM »
That's what I did, except I restarted sshd by :
#service sshd restart

Randall Perry

Re: SSH exploit fix?
« Reply #3 on: September 17, 2003, 07:15:42 PM »
The e-smith specific module provides:
- the templates for configuring the ssh daemon,
- console save template,
-remote-access (as to hook to the web panel) template
-add rc7.d to /etc/rc.d
-/usr/libexec (and the sftp-server)
and adds documentation to
/usr/share/doc/e-smith/openssh-1.8.0

So the only possible conflict would be with the sshd config, but
the latest patch does not affect that.

I am running fine with the RedHat 7.3 updates (or so I think ; )).

Bob King

Re: SSH exploit fix?
« Reply #4 on: September 18, 2003, 04:57:31 AM »
On SME 5.1.2 the RPM installation fails dependencies looking for 'libcrypto.so2'

What are the correct RPMs for SME 5.1.2?

Bob

Jesper Knudsen

Re: SSH exploit fix?
« Reply #5 on: September 18, 2003, 02:07:10 PM »
All,

The modules have already been updated so you now need to get the build 14 versions...

wget http://updates.redhat.com/7.3/en/os/i386/openssh-3.1p1-14.i386.rpm
wget http://updates.redhat.com/7.3/en/os/i386/openssh-server-3.1p1-14.i386.rpm
wget http://updates.redhat.com/7.3/en/os/i386/openssh-clients-3.1p1-14.i386.rpm

do the install

rpm -Fvh *.rpm

and restart the ssh deamon

service sshd restart

Rgds,
JEsper

Vic