Vulnerability with ssh in OpenSSH in an RHEL installation

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Vulnerability with ssh in OpenSSH in an RHEL installation
# 1  
Old 09-26-2013
Vulnerability with ssh in OpenSSH in an RHEL installation

There was a security analysis run on one server which has RHEL 5.8 installed and it is showing security vulnerabilities with respect to ssh in OpenSSH with reference no CVE-2007-4752. The vulnerability solution in the security report is showing solution as below:

1) Download and apply the upgrade from:

ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH

I went to this site but it is showing lots of files on this site and it is not clear which patch/file to execute.

I hope my query is clear as to how to take care of this vulnerability with ssh in OpenSSH in an RHEL installation.

Please revert with the reply to my query.

Regards
# 2  
Old 09-26-2013
This bug is fixed in RHEL since 2008 (https://rhn.redhat.com/errata/RHSA-2008-0855.html). I guess, this system was not updated much. Smilie

If the system is registered with RHN, then just update ssh (which might pull in a whole bunch of other updates).

The site you are referring to contains source patches. They are only useful, if you compile ssh from scratch.
This User Gave Thanks to hergp For This Post:
# 3  
Old 09-26-2013
If you are registered with RH and have yum available & configured for getting updates, then it might be prudent to update all your RPMs to current levels. You would be advised to apply the updates to a test server that is based on production first to see if there are any functional issues with the changes.
Code:
yum update all

It will take a while and will probably need a boot to complete.

Don't do this during on-line services or batch/backup windows.




Robin
Liverpool/Blackburn
UK
This User Gave Thanks to rbatte1 For This Post:
# 4  
Old 10-03-2013
Hi,

I had a query that would applying the updates cause any issues with running services, I do not think they should at all interfere with the services.

As a example, say if there is a webpage hosted and httpd daemon is running, now if the httpd package is updated then should there be any issues with the webpage which is hosted and accessed at present.

I hope my query is clear.

Request you to please revert.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

Installing OPENSSH 6.2P2 on RHEL 4, 64B failed

make: Leaving directory `/u01/openssh-6.2p2/openbsd-compat' gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fno-builtin-memset -std=gnu99 -I. -I. -DSSHDIR=\"/usr/local/etc\" - D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"... (0 Replies)
Discussion started by: scao
0 Replies

2. Red Hat

RHEL 3 and OpenSSH question..

Hey Folks, I currently have several RHEL 3 machines. All of them are running OpenSSH_3.6.1p2, SSH protocols 1.5/2.0 I have a vulnerability issue and need to update OpenSSH to the newest version supported by RHEL 3. The question is: What would that version would be? This is... (1 Reply)
Discussion started by: 300zxmuro
1 Replies

3. Solaris

Openssh installation instruction ?

Hi , Currently the machine is running with Sun_ssh. I would like to move to Open_ssh. I went through google. Each link shows different directions/ways to install openssh. I am not sure which one to proceed with . Installing OpenSSH Packages - SPARC and Intel x86/Solaris 9 and 10 ... (0 Replies)
Discussion started by: frintocf
0 Replies

4. Windows & DOS: Issues & Discussions

seteuid access denied - openSSH installation

Hi, I have installed openssh in one of my windows servers following SUA community guidelines. I can successfully install and generate RSA DSA keys. But I cannot SSH to server from my Solaris machine. Below is the output from ssh -v <server>. Also I tried to SSH from the K-shell to localhost... (0 Replies)
Discussion started by: vkk
0 Replies

5. Red Hat

cannot ssh (use NFS) on RHEL box, but can mount external & ssh out of RHEL box

Ok, Im trying to get NFS working on my RHEL 5 box, apparently i can use the box as a client, but not as a server. If it helps i cant ssh into the box (server), but as a client ssh works fine. Ive configured server: /etc/hosts.allow: all : all all :all@all setup my /etc/exports file... (4 Replies)
Discussion started by: drs.grid
4 Replies

6. Solaris

Solaris 9, ssh and openssh

I set the RETRIES and DISABLETIME in /etc/default/login on 2 systems: - 1 Solaris 9 system running Sun SSH - 1 Solaris 9 system running Openssh 5.2 P1 I expected that after n failed logins, the login process will hang for n seconds. It does when the attempted login is done at the console... (8 Replies)
Discussion started by: jabentay
8 Replies
Login or Register to Ask a Question