vendor:
Qt
by:
Luigi Auriemma
7,5
CVSS
HIGH
Endless Loop
835
CWE
Product Name: Qt
Affected Version From: <= 4.6.3
Affected Version To: <= 4.6.3
Patch Exists: NO
Related CWE: N/A
CPE: qt
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Mac OS X, Linux, mobile devices
2010
Qt SSL Endless Loop
The part of the network library which handles the SSL connection can be tricked into an endless loop that freezes the whole application with CPU at 100%. The problem is located in the QSslSocketBackendPrivate::transmit() function in src_network_ssl_qsslsocket_openssl.cpp that never exits from the main 'while' loop.
Mitigation:
No fix.