Lucene search
K

Zenoss Server Multiple Vulnerabilities

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

Zenoss Server Multiple Vulnerabilities. Impact Level: Application. The host is running Zenoss Server and is prone to multiple vulnerabilities

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-0712
14 Jan 201000:00
circl
Circl
CVE-2010-0713
18 Jan 201000:00
circl
CVE
CVE-2010-0712
26 Feb 201017:03
cve
CVE
CVE-2010-0713
26 Feb 201017:03
cve
Cvelist
CVE-2010-0712
26 Feb 201017:03
cvelist
Cvelist
CVE-2010-0713
26 Feb 201017:03
cvelist
EUVD
EUVD-2010-0739
7 Oct 202500:30
euvd
EUVD
EUVD-2010-0740
7 Oct 202500:30
euvd
NVD
CVE-2010-0712
26 Feb 201017:30
nvd
NVD
CVE-2010-0713
26 Feb 201017:30
nvd
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_zenoss_serv_mult_vuln.nasl 5388 2017-02-21 15:13:30Z teissa $
#
# Zenoss Server Multiple Vulnerabilities
#
# Authors:
# Rachana Shetty <[email protected]>
#
# Copyright:
# Copyright (c) 2010 SecPod, http://www.secpod.com
#
# 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 remote attackers to view, add, modify or
  delete information in the back-end database or conduct cross site request
  forgery attacks.
  Impact Level: Application";
tag_affected = "Zenoss Server versions prior to 2.5";
tag_insight = "- Input passed via the 'severity', 'state', 'filter', 'offset', and 'count'
    parameters to /zport/dmd/Events/getJSONEventsInfo is not properly
    sanitised before being used in SQL queries.
  - The application allows administrative users to perform certain actions via
    HTTP requests without performing any validity checks to verify the
    requests. This can be exploited to e.g. change administrator passwords via
    zport/dmd/ZenUsers/admin or execute arbitrary shell commands via
    zport/dmd/userCommands/ by tricking an administrative user into visiting
    a malicious web site.";
tag_solution = "Update to version 2.5 or later.
  For updates refer to http://www.zenoss.com/product/network-monitoring";
tag_summary = "The host is running Zenoss Server and is prone to multiple
  vulnerabilities.";

if(description)
{
  script_id(800990);
  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-05 10:09:57 +0100 (Fri, 05 Mar 2010)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_cve_id("CVE-2010-0712", "CVE-2010-0713");
  script_bugtraq_id(37802, 37843);
  script_name("Zenoss Server Multiple Vulnerabilities");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/38195");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/55670");
  script_xref(name : "URL" , value : "http://dev.zenoss.org/trac/changeset/15257");
  script_xref(name : "URL" , value : "http://www.ngenuity.org/wordpress/2010/01/14/ngenuity-2010-002-zenoss-multiple-admin-csrf/");
  script_xref(name : "URL" , value : "http://www.zenoss.com/news/SQL-Injection-and-Cross-Site-Forgery-in-Zenoss-Core-Corrected.html");
  script_xref(name : "URL" , value : "http://www.ngenuity.org/wordpress/2010/01/14/ngenuity-2010-001-zenoss-getjsoneventsinfo-sql-injection/");

  script_tag(name:"qod_type", value:"remote_banner");
  script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_dependencies("gb_zenoss_serv_detect.nasl");
  script_require_ports("Services/www", 8080, 80);
  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("http_func.inc");
include("version_func.inc");

## Get http port
zenPort = get_http_port(default:8080);
if(!zenPort){
  exit(0);
}

## Get Zenoss Version from KB
zenVer = get_kb_item(string("www/",zenPort, "/Zenoss"));
if(isnull(zenVer)){
  exit(0);
}

## Check for version less than 2.5
if(version_is_less(version:zenVer, test_version:"2.5")){
   security_message(zenPort);
}

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