The Following 19 Users Say Thank You to jonwil For This Useful Post: | ||
|
2014-12-11
, 02:54
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#2
|
|
2014-12-11
, 04:51
|
Posts: 567 |
Thanked: 2,965 times |
Joined on Oct 2009
|
#3
|
|
2014-12-11
, 07:47
|
Posts: 1,293 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#4
|
|
2014-12-11
, 13:44
|
Posts: 1,293 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#6
|
The first step is to identify all the binaries (open and closed) that link to openssl. Not sure of the easiest way to do that though.
# ldd $(find /usr/bin/ -executable) | grep libssl
The Following 5 Users Say Thank You to nieldk For This Useful Post: | ||
|
2014-12-12
, 23:27
|
Posts: 567 |
Thanked: 2,965 times |
Joined on Oct 2009
|
#7
|
The Following 11 Users Say Thank You to jonwil For This Useful Post: | ||
|
2014-12-12
, 23:38
|
Posts: 102 |
Thanked: 171 times |
Joined on Nov 2014
|
#8
|
The Following 3 Users Say Thank You to Tigerroast For This Useful Post: | ||
|
2014-12-13
, 23:08
|
Posts: 567 |
Thanked: 2,965 times |
Joined on Oct 2009
|
#9
|
The Following 4 Users Say Thank You to jonwil For This Useful Post: | ||
|
2014-12-14
, 09:34
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#10
|
Tags |
fremantle, vulnerability |
|
For example can we upgrade to the latest OpenSSL 0.9.8 version? Or could we go further and use 0.9.8 for the blobs but upgrade the browser engine (most critical when it comes to ssl and crypto) to use newer and more secure (e.g. against POODLE) OpenSSL version?