| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| CVE-2010-2621 | 8 Jul 201000:00 | – | circl | |
| CVE-2010-2621 | 2 Jul 201020:00 | – | cve | |
| CVE-2010-2621 | 2 Jul 201020:00 | – | cvelist | |
| CVE-2010-2621 | 2 Jul 201020:00 | – | debiancve | |
| CVE-2010-2621 | 2 Jul 201020:30 | – | nvd | |
| Qt 'QSslSocketBackendPrivate::transmit()' Denial of Service Vulnerability | 26 Jul 201000:00 | – | openvas | |
| Design/Logic Flaw | 21 Aug 201000:00 | – | prion | |
| Design/Logic Flaw | 2 Jul 201020:30 | – | prion | |
| RHEL 6 : qt (Unpatched Vulnerability) | 3 Jun 202400:00 | – | nessus | |
| SuSE 11.1 Security Update : Qt (SAT Patch Number 5131) | 13 Dec 201100:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_qt_dos_vuln.nasl 5373 2017-02-20 16:27:48Z teissa $
#
# Qt 'QSslSocketBackendPrivate::transmit()' Denial of Service Vulnerability
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation will allow attacker to cause a denial of
service.
Impact Level: Application";
tag_affected = "Qt Version 4.6.3 and prior.";
tag_insight = "This flaw is due to an endless loop within the
'QSslSocketBackendPrivate::transmit()' function in
'src/network/ssl/qsslsocket_openssl.cpp'. This can be exploited to
exhaust CPU resources in server applications using the QSslSocket class.";
tag_solution = "Upgrade to version 4.6.4 or later,
For updates refer to ftp://ftp.qt.nokia.com/qt/source";
tag_summary = "This host is installed with Qt and is prone to denial of service
vulnerability.";
if(description)
{
script_id(801235);
script_version("$Revision: 5373 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-20 17:27:48 +0100 (Mon, 20 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-07-26 16:14:51 +0200 (Mon, 26 Jul 2010)");
script_bugtraq_id(41250);
script_cve_id("CVE-2010-2621");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_name("Qt 'QSslSocketBackendPrivate::transmit()' Denial of Service Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/40389");
script_xref(name : "URL" , value : "http://aluigi.altervista.org/adv/qtsslame-adv.txt");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/1657");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_family("Denial of Service");
script_dependencies("gb_qt_detect.nasl");
script_mandatory_keys("Qt/Ver");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("version_func.inc");
## Get version from KB
ver = get_kb_item("Qt/Ver");
if(ver != NULL)
{
##Grep for Qt version 4.6.3 and prior
if(version_is_less_equal(version:ver, test_version:"4.6.3") ){
security_message(0);
}
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation