Exploitation Summary
EIP tracks 1 public exploit for CVE-2010-2621. PoCs published by Luigi Auriemma.
AI-analyzed exploit summary The writeup describes a DoS vulnerability in Qt's QSslSocketBackendPrivate::transmit() function, which can be exploited to cause an endless loop, freezing the application. The vulnerability affects Qt versions <= 4.6.3 and impacts server applications using SSL via QSslSocket.
Description
The QSslSocketBackendPrivate::transmit function in src_network_ssl_qsslsocket_openssl.cpp in Qt 4.6.3 and earlier allows remote attackers to cause a denial of service (infinite loop) via a malformed request.
Exploits (1)
The writeup describes a DoS vulnerability in Qt's QSslSocketBackendPrivate::transmit() function, which can be exploited to cause an endless loop, freezing the application. The vulnerability affects Qt versions <= 4.6.3 and impacts server applications using SSL via QSslSocket.