Lucene search

K

SuSE Update for clamav SUSE-SA:2008:024

🗓️ 23 Jan 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

SuSE Update for clamav SUSE-SA:2008:024 - ClamAV 0.93 update fixes remote code execution vulnerabilitie

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Related
Code
ReporterTitlePublishedViews
Family
OpenVAS
SLES9: Security update for clamav
10 Oct 200900:00
openvas
OpenVAS
SLES9: Security update for clamav
10 Oct 200900:00
openvas
OpenVAS
Gentoo Security Advisory GLSA 200805-19 (clamav)
24 Sep 200800:00
openvas
OpenVAS
Gentoo Security Advisory GLSA 200805-19 (clamav)
24 Sep 200800:00
openvas
OpenVAS
Mandriva Update for clamav MDVSA-2008:088 (clamav)
9 Apr 200900:00
openvas
OpenVAS
Mandriva Update for clamav MDVSA-2008:088 (clamav)
9 Apr 200900:00
openvas
OpenVAS
Fedora Update for clamav FEDORA-2008-3900
17 Feb 200900:00
openvas
OpenVAS
Fedora Update for clamav FEDORA-2008-3900
17 Feb 200900:00
openvas
OpenVAS
Fedora Update for clamav FEDORA-2008-3420
17 Feb 200900:00
openvas
OpenVAS
Fedora Update for clamav FEDORA-2008-3420
17 Feb 200900:00
openvas
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_suse_2008_024.nasl 8050 2017-12-08 09:34:29Z santu $
#
# SuSE Update for clamav SUSE-SA:2008:024
#
# 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 = "The AntiVirus scan engine ClamAV was updated to version 0.93 fixes a long list of
  vulnerabilities.

  These vulnerabilities can lead to remote code execution, bypassing
  the scanning engine, remote denial-of-service, local file overwrite.
  CVE-2008-1835,
  CVE-2008-1100,
  CVE-2007-6596

  Since the library changed, we also released updated klamav packages
  for openSUSE 10.2 and 10.3.";

tag_impact = "remote code execution";
tag_affected = "clamav on SUSE LINUX 10.1, openSUSE 10.2, openSUSE 10.3, SUSE SLES 9, Open Enterprise Server, Novell Linux POS 9, SLE SDK 10 SP1, SUSE Linux Enterprise Server 10 SP1";
tag_solution = "Please Install the Updated Packages.";



if(description)
{
  script_id(850043);
  script_version("$Revision: 8050 $");
  script_tag(name:"last_modification", value:"$Date: 2017-12-08 10:34:29 +0100 (Fri, 08 Dec 2017) $");
  script_tag(name:"creation_date", value:"2009-01-23 16:44:26 +0100 (Fri, 23 Jan 2009)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_xref(name: "SUSE-SA", value: "2008-024");
  script_cve_id("CVE-2007-6595", "CVE-2007-6596", "CVE-2008-0314", "CVE-2008-1100", "CVE-2008-1387", "CVE-2008-1833", "CVE-2008-1835", "CVE-2008-1836", "CVE-2008-1837");
  script_name( "SuSE Update for clamav SUSE-SA:2008:024");

  script_summary("Check for the Version of clamav");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("SuSE Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/suse", "ssh/login/rpms");
  script_tag(name : "impact" , value : tag_impact);
  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 == "openSUSE10.3")
{

  if ((res = isrpmvuln(pkg:"klamav", rpm:"klamav~0.41.1~32.3", rls:"openSUSE10.3")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"clamav", rpm:"clamav~0.93~0.3", rls:"openSUSE10.3")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"clamav-db", rpm:"clamav-db~0.93~0.3", rls:"openSUSE10.3")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  exit(0);
}


if(release == "openSUSE10.2")
{

  if ((res = isrpmvuln(pkg:"clamav", rpm:"clamav~0.93~0.3", rls:"openSUSE10.2")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"clamav-db", rpm:"clamav-db~0.93~0.3", rls:"openSUSE10.2")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"klamav", rpm:"klamav~0.41.1~17.4", rls:"openSUSE10.2")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  exit(0);
}


if(release == "SL10.1")
{

  if ((res = isrpmvuln(pkg:"clamav", rpm:"clamav~0.93~0.6", rls:"SL10.1")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if ((res = isrpmvuln(pkg:"clamav-db", rpm:"clamav-db~0.93~0.6", rls:"SL10.1")) != 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