| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2010-0937 | 8 Mar 201015:00 | – | cve | |
| CVE-2010-0937 | 8 Mar 201015:00 | – | cvelist | |
| EUVD-2010-0962 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-0937 | 8 Mar 201015:30 | – | nvd | |
| Visualization Library Multiple Unspecified Vulnerabilities - Linux | 18 Mar 201000:00 | – | openvas | |
| Visualization Library Multiple Unspecified Vulnerabilities - Windows | 18 Mar 201000:00 | – | openvas | |
| Visualization Library Multiple Unspecified Vulnerabilities (Windows) | 18 Mar 201000:00 | – | openvas | |
| Design/Logic Flaw | 8 Mar 201015:30 | – | prion | |
| PT-2010-2660 · Unknown · Visualization Library | 8 Mar 201000:00 | – | ptsecurity |
| Source | Link |
|---|---|
| xforce | www.xforce.iss.net/xforce/xfdb/55478 |
| vupen | www.vupen.com/english/advisories/2010/0050 |
| visualizationlibrary | www.visualizationlibrary.com/documentation/pagchangelog.html |
###############################################################################
# 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);
}
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