SSH vulnerability CVE-2016-3115

General support questions
Post Reply
OlympiaLady
Posts: 1
Joined: 2016/09/20 20:07:49

SSH vulnerability CVE-2016-3115

Post by OlympiaLady » 2016/09/20 20:15:49

This is a SSH vulnerability. The solution is to upgrade SSH to version 7.2p2 or later. When I do a yum update in my CENTOS 6, I show I am on 7.1p1-1. My Tripwire scanning showed the vulnerability is not fixed. So, I turned of X11 Forwarding as suggested, but would like to get to 7.2p2 or later. Is this going to be fixed?

Beth

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: SSH vulnerability CVE-2016-3115

Post by avij » 2016/09/20 23:54:59

It has already been fixed:

Code: Select all

$ rpm -q openssh --changelog | grep CVE-2016-3115
- CVE-2016-3115: missing sanitisation of input for X11 forwarding (#1317817)
$ rpm -q openssh
openssh-5.3p1-118.1.el6_8.x86_64
If this confuses you, read the backporting page.

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: SSH vulnerability CVE-2016-3115

Post by avij » 2016/09/20 23:57:02

In addition: Why do you have 7.1p1-1? That is not a CentOS version at all, and any "yum update"s won't help.

Post Reply