Yes, that is correct, Wowza uses bouncycastle and JSSE, both of which do not use the OpenSSL library.
We have found no evidence openJDK depends on or uses openSSL. It is not a build dependency and there are no alerts for openJDK.
So while the version of openSSL in an EC2 AMI is vulnerable, unless you configure a product which uses openSSL, Java and Wowza Engine are not affected.
This bug affects TLS connections, so ssh is also unaffected.
Is it a correct assumption that Wowza uses Java’s SSL capabilities (provided by JSSE?) and doesn’t rely on the underlying OS’s OpenSSL package in any way?
What version of the Java JRE are you using? I know that there were issues with SSL with earlier releases. You can find the one we are using written to your wowzastreamingengine_access.log when Wowza starts up.
We’re using 1.8.0_60 on our production machines, and 1.8.0_112 on our test server. However the vulnerability shows up on both machines. So I’m wondering if it’s a JRE issue or somehow in the Wowza application/components.
Edit: Just wondering which JRE is used in release 4.6.0?
Hello joffrey,
You can check which version of OpenSSL are supported and enabled in Wowza Streaming Engine by adding the following property to the container at the end of [install-path]/conf/Server.xml and restart Wowza.
sslLogProtocolInfo
true
Boolean
Once restarted check the following log file [install-path/logs/wowzastreamingengine_access.log
This doesn’t however show which OpenSSL library is used and where this library is loaded from, so it’s not helpful in finding the culprit in the vulnerability chain here.
Our OS & Java version are up-to-date on a test server, but this machine still shows the alert (CVE-2014-0224 - OpenSSL Out of Order Change Cipher Spec MiTM Vulnerability), so this would indicate that Wowza somehow includes an OpenSSL binary?
To see if this issue is related to Wowza you can uninstall Wowza on the test server, and then run the security scan again and see if you get the same report.
If you do, then the issue is not related to Wowza.
How good one Posted on experience I think the performance is good. I suspect it is a problem or somehow Wowza application OpenJDK JRE depends on whether or not it does not use OpenSSL.