Lucene search

K
openvasCopyright (C) 2010 Greenbone Networks GmbHOPENVAS:800998
HistoryMar 18, 2010 - 12:00 a.m.

Visualization Library Multiple Unspecified Vulnerabilities (Linux)

2010-03-1800:00:00
Copyright (C) 2010 Greenbone Networks GmbH
plugins.openvas.org
13

0.003 Low

EPSS

Percentile

71.3%

The host is running Visualization Library and is prone to multiple
vulnerabilities.

###############################################################################
# Openvas Vulnerability Test
# $Id: gb_visualization_library_mult_vuln_lin.nasl 5388 2017-02-21 15:13:30Z teissa $
#
# Visualization Library Multiple Unspecified Vulnerabilities (Linux)
#
# Authors:
# Rachana Shetty <[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 = "Unknown impacts and unknown attack vectors.
  Impact Level: Application";
tag_affected = "Visualization Library versions prior to 2009.08.812 on Linux";
tag_insight = "The flaws are caused by multiple unspecified errors with unknown impact and
  unknown attack vectors.";
tag_solution = "Update to version 2009.08.812 or above,
  For updates refer to http://www.visualizationlibrary.com/downloads.php";
tag_summary = "The host is running Visualization Library and is prone to multiple
  vulnerabilities.";

if(description)
{
  script_id(800998);
  script_version("$Revision: 5388 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-21 16:13:30 +0100 (Tue, 21 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-03-18 15:44:57 +0100 (Thu, 18 Mar 2010)");
  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_cve_id("CVE-2010-0937");
  script_bugtraq_id(37644);
  script_name("Visualization Library Multiple Unspecified Vulnerabilities (Linux)");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/55478");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/0050");
  script_xref(name : "URL" , value : "http://visualizationlibrary.com/documentation/pagchangelog.html");

  script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("gb_visualization_library_detect_lin.nasl");
  script_require_keys("VisualizationLibrary/Linux/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);
  script_tag(name:"qod_type", value:"executable_version");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


include("version_func.inc");

## Get the version from the KB
vslVer = get_kb_item("VisualizationLibrary/Linux/Ver");
if(isnull(vslVer)){
  exit(0);
}

## Check for versions prior to  2009.08.812
if(version_is_less(version:vslVer, test_version:"2009.08.812")){
   security_message(0);
}

0.003 Low

EPSS

Percentile

71.3%

Related for OPENVAS:800998