First published: Fri Jan 04 2013(Updated: )
A security flaw was found in the way QSslSocket implementation of the Qt, a software toolkit for applications development, performed certificate verification callbacks, when Qt libraries were used with different OpenSSL version than the one, they were compiled against. In such scenario, this would result in a connection error, but with the SSL error list to contain QSslError:NoError instead of proper reason of the error. This might result in a confusing error being presented to the end users, possibly encouraging them to ignore the SSL errors for the site the connection was initiated against. References: [1] <a href="http://lists.qt-project.org/pipermail/announce/2013-January/000020.html">http://lists.qt-project.org/pipermail/announce/2013-January/000020.html</a> Relevant upstream patch: [2] <a href="https://codereview.qt-project.org/#change,42461">https://codereview.qt-project.org/#change,42461</a>
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Qt | <=4.6.5 | |
Qt | =4.6.0 | |
Qt | =4.6.0-rc1 | |
Qt | =4.6.1 | |
Qt | =4.6.2 | |
Qt | =4.6.3 | |
Qt | =4.6.4 | |
Qt | =4.7.0 | |
Qt | =4.7.1 | |
Qt | =4.7.2 | |
Qt | =4.7.3 | |
Qt | =4.7.4 | |
Qt | =4.7.5 | |
Qt | =4.7.6-rc | |
Qt | =4.8.0 | |
Qt | =4.8.1 | |
Qt | =4.8.2 | |
Qt | =4.8.3 | |
Qt | =4.8.4 | |
Ubuntu Linux | =10.04 | |
Ubuntu Linux | =11.10 | |
Ubuntu Linux | =12.04 | |
Ubuntu Linux | =12.10 | |
openSUSE | =11.4 | |
openSUSE | =12.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2012-6093 is considered moderate due to the potential for improper certificate verification.
To fix CVE-2012-6093, upgrade your Qt libraries to a version that is compatible with the OpenSSL version they were compiled against.
CVE-2012-6093 affects various versions of the Qt framework up to and including 4.8.4 and certain distributions of Ubuntu and openSUSE.
Failure to address CVE-2012-6093 could lead to security vulnerabilities allowing attackers to perform man-in-the-middle attacks.
Yes, CVE-2012-6093 is associated with issues arising when Qt is used with OpenSSL versions different from what Qt was compiled against.