Posted on 06/05/2014 11:09:28 AM PDT by ShadowAce
OpenSSL today pushed out fixes for six security vulnerabilities including a flaw that enables man-in-the-middle (MITM) eavesdropping on encrypted connections, and another that allows miscreants to drop malware on at-risk systems.
A DTLS invalid fragment bug (CVE-2014-0195, affects versions 0.9.8, 1.0.0 and 1.0.1) can be used to inject malicious code into vulnerable software on apps or servers. DTLS is more or less classic TLS encryption over UDP rather than TCP, and is used to secure live streams of video, voice chat and so on.
However an SSL/TLS MITM vulnerability (CVE-2014-0224, potentially affects all clients, and servers running 1.0.1 and 1.0.2-beta1) is arguably worse, as an advisory from OpenSSL explains:
An attacker using a carefully crafted handshake can force the use of weak keying material in OpenSSL SSL/TLS clients and servers. This can be exploited by a man-in-the-middle (MITM) attack where the attacker can decrypt and modify traffic from the attacked client and server.
The attack can only be performed between a vulnerable client *and* server. OpenSSL clients are vulnerable in all versions of OpenSSL. Servers are only known to be vulnerable in OpenSSL 1.0.1 and 1.0.2-beta1. Users of OpenSSL servers earlier than 1.0.1 are advised to upgrade as a precaution.
The CVE-2014-0224 MITM bug has existed since the very first release of OpenSSL, according to Masashi Kikuchi, the Japanese security researcher who unearthed the flaw.
The DTLS flaw has also given security experts the fear. "The OpenSSL DTLS vulnerability dates from April, but is reported today. It may allow remote-code execution (OpenSSL DTLS is still a nightmare)," noted computer-science professor Matthew Green in a Twitter update.
"This OpenSSL vuln is an example of the kind of subtle protocol bug that LibreSSL's (admirable) fork is not likely to fix."
Users and administrators are advised to check their systems for updates; patched builds of OpenSSL are available from the major Linux distros, for instance.
"The good news is that attacks [exploiting CVE-2014-0224] need a man-in-the-middle position against the victim, and that non-OpenSSL clients (IE, Firefox, Chrome on Desktop and iOS, Safari etc) aren't affected," Adam Langley, a senior software engineer at Google, published on his personal blog today.
"None the less, all OpenSSL users should be updating."
The advisory comes just weeks after the discovery of the infamous Heartbleed vulnerability.
Prof Green reckons none of the bugs would be easy to exploit the direct opposite of the password-leaking Heartbleed hole.
The other four fixes in the batch deal with denial-of-service-style vulnerabilities.
Nicholas J. Percoco, veep of strategic services at vulnerability management firm Rapid7, said a wide variety of servers and other internet-connected systems will need to be updated to guard against attackers exploiting these now-fixed bugs.
"The newly disclosed man-in-the-middle vulnerability disclosed in OpenSSL affects all client applications and devices that run OpenSSL when communicating to vulnerable servers of specific versions, but includes the most recent," Percoco explained.
"This likely contains the majority of systems on the internet given most rushed to upgrade OpenSSL after the Heartbleed disclosure in early April of this year. A man-in-the-middle attack is dangerous because it can allow an attacker to intercept data that was presumed encrypted between a client for example, an end user and a server eg, an online bank.
"This attack is also passive in nature and will may not be detected by the client, server or network-based security controls."
Prof Green added that unearthing multiple bugs in OpenSSL was essentially a welcome development, even though it may cause some unscheduled overtime for sysadmins in the short term.
"The sudden proliferation of OpenSSL bugs is to be expected and a good thing. Like finding dirty socks during spring cleaning," he said. ®
Translation for us low-tech guys. I’ve got Window 8. Am I OK?
To be honest, I do not know if Windows 8 uses OpenSSL or not.
From the article non-OpenSSL clients (IE, Firefox, Chrome on Desktop and iOS, Safari etc)
OpenSSL is almost exclusively Linux based unless you deliberately install OpenSSL in a Windows environment.
Regardless of your OS, you’re at risk if the site you visit uses OpenSSL to generate certificates or SSL connectivity.
Per the article;
The attack can only be performed between a vulnerable client *and* server.
So you would need to know what version of OpenSSL is used by the server your Win8 connects to. But being Windows...you're probably ok.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.