Fedora Update for qt FEDORA-2007-703. Qt is a GUI software toolkit which simplifies the task of writing and maintaining GUI applications for the X Window System. Shared library for running QT applications updated. Please Install the Updated Packages
Reporter | Title | Published | Views | Family All 150 |
---|---|---|---|---|
![]() | Fedora Core 6 : qt-3.3.8-2.fc6 (2007-703) | 24 Sep 200700:00 | – | nessus |
![]() | Fedora 7 : qt-3.3.8-7.fc7 (2007-2216) | 6 Nov 200700:00 | – | nessus |
![]() | Debian DSA-1426-1 : qt-x11-free - several vulnerabilities | 11 Dec 200700:00 | – | nessus |
![]() | Scientific Linux Security Update : qt on SL5.x, SL4.x, SL3.x i386/x86_64 | 1 Aug 201200:00 | – | nessus |
![]() | CentOS 3 / 4 / 5 : qt (CESA-2007:0883) | 14 Sep 200700:00 | – | nessus |
![]() | RHEL 2.1 / 3 / 4 / 5 : qt (RHSA-2007:0883) | 14 Sep 200700:00 | – | nessus |
![]() | Oracle Linux 5 : Important: / qt (ELSA-2007-0883) | 12 Jul 201300:00 | – | nessus |
![]() | Ubuntu 6.06 LTS / 6.10 / 7.04 : qt-x11-free vulnerability (USN-513-1) | 10 Nov 200700:00 | – | nessus |
![]() | GLSA-200710-28 : Qt: Buffer overflow | 26 Oct 200700:00 | – | nessus |
![]() | openSUSE 10 Security Update : qt3 (qt3-4421) | 17 Oct 200700:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
#
# Fedora Update for qt FEDORA-2007-703
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2009 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.
###############################################################################
include("revisions-lib.inc");
tag_insight = "Qt is a GUI software toolkit which simplifies the task of writing and
maintaining GUI (Graphical User Interface) applications
for the X Window System.
Qt is written in C++ and is fully object-oriented.
This package contains the shared library needed to run qt
applications, as well as the README files for qt";
tag_affected = "qt on Fedora Core 6";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "https://www.redhat.com/archives/fedora-package-announce/2007-September/msg00310.html");
script_id(861453);
script_version("$Revision: 6622 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-10 07:52:50 +0200 (Mon, 10 Jul 2017) $");
script_tag(name:"creation_date", value:"2009-02-27 16:31:39 +0100 (Fri, 27 Feb 2009)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_xref(name: "FEDORA", value: "2007-703");
script_cve_id("CVE-2007-4137", "CVE-2007-3388", "CVE-2007-0242");
script_name( "Fedora Update for qt FEDORA-2007-703");
script_summary("Check for the Version of qt");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora_core", "ssh/login/rpms");
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "insight" , value : tag_insight);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "FC6")
{
if ((res = isrpmvuln(pkg:"qt", rpm:"qt~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/qt-ODBC", rpm:"x86_64/qt-ODBC~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/qt-devel", rpm:"x86_64/qt-devel~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/qt", rpm:"x86_64/qt~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/qt-designer", rpm:"x86_64/qt-designer~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/qt-devel-docs", rpm:"x86_64/qt-devel-docs~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/qt-PostgreSQL", rpm:"x86_64/qt-PostgreSQL~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/qt-config", rpm:"x86_64/qt-config~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/debug/qt-debuginfo", rpm:"x86_64/debug/qt-debuginfo~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/qt-MySQL", rpm:"x86_64/qt-MySQL~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/qt-designer", rpm:"i386/qt-designer~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/debug/qt-debuginfo", rpm:"i386/debug/qt-debuginfo~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/qt-config", rpm:"i386/qt-config~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/qt-MySQL", rpm:"i386/qt-MySQL~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/qt-devel", rpm:"i386/qt-devel~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/qt", rpm:"i386/qt~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/qt-PostgreSQL", rpm:"i386/qt-PostgreSQL~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/qt-ODBC", rpm:"i386/qt-ODBC~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/qt-devel-docs", rpm:"i386/qt-devel-docs~3.3.8~2.fc6", rls:"FC6")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo