Lucene search
K

Ignite Realtime OpenFire Multiple Vulnerabilities

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

Ignite Realtime OpenFire Multiple Vulnerabilities impact system through arbitrary script code execution, directory traversal, XSS attack. Fails to sanitize user inputs in various parameters

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Openfire < 3.6.3 Multiple Vulnerabilities
11 Feb 200900:00
nessus
Tenable Nessus
FreeBSD : openfire -- multiple vulnerabilities (c3aba586-ea77-11dd-9d1e-000bcdc1757a)
26 Jan 200900:00
nessus
Tenable Nessus
GLSA-200904-01 : Openfire: Multiple vulnerabilities
3 Apr 200900:00
nessus
Tenable Nessus
Openfire < 3.6.3 Multiple Vulnerabilities
9 Feb 200900:00
nessus
Circl
CVE-2009-0496
8 Jan 200900:00
circl
Circl
CVE-2009-0497
8 Jan 200900:00
circl
CVE
CVE-2009-0496
10 Feb 200901:00
cve
CVE
CVE-2009-0497
10 Feb 200901:00
cve
Cvelist
CVE-2009-0496
10 Feb 200901:00
cvelist
Cvelist
CVE-2009-0497
10 Feb 200901:00
cvelist
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_openfire_mult_vuln.nasl 5676 2017-03-22 16:29:37Z cfi $
#
# Ignite Realtime OpenFire Multiple Vulnerabilities
#
# Authors:
# Sharath S <[email protected]>
#
# 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.
###############################################################################

tag_impact = "Attacker may leverage this issue by executing arbitrary script code or
  injecting HTML or JavaScript code in the context of the affected system
  and can cause directory traversal or XSS attack.
  Impact Level: System";
tag_affected = "Ignite Realtime Openfire version prior to 3.6.3 on all platforms";
tag_insight = "Application fails to sanitise the user inputs in,
  - log parameter to logviewer.jsp and log.jsp files,
  - search parameter to group-summary.jsp file,
  - username parameter to user-properties.jsp file,
  - logDir, maxTotalSize, maxFileSize, maxDays, and logTimeout parameters
    to audit-policy.jsp file,
  - propName parameter to server-properties.jsp file, and
  - roomconfig_roomname and roomconfig_roomdesc parameters to
    muc-room-edit-form.jsp file.";
tag_solution = "Upgrade to OpenFire version 3.6.3
  http://www.igniterealtime.org/downloads/index.jsp";
tag_summary = "This host is running OpenFire and is prone to multiple
  vulnerabilities.";

if(description)
{
  script_id(800354);
  script_version("$Revision: 5676 $");
  script_tag(name:"last_modification", value:"$Date: 2017-03-22 17:29:37 +0100 (Wed, 22 Mar 2017) $");
  script_tag(name:"creation_date", value:"2009-02-11 16:51:00 +0100 (Wed, 11 Feb 2009)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_cve_id("CVE-2009-0496", "CVE-2009-0497");
  script_bugtraq_id(32935, 32937, 32938, 32939, 32940, 32943, 32944, 32945);
  script_name("Ignite Realtime OpenFire Multiple Vulnerabilities");

  script_xref(name : "URL" , value : "http://secunia.com/advisories/33452");
  script_xref(name : "URL" , value : "http://svn.igniterealtime.org/svn/repos/openfire/trunk/src/web/log.jsp");
  script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/archive/1/499880/100/0/threaded");

  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("gb_openfire_detect.nasl");
  script_require_ports("Services/www", 9090);
  script_mandatory_keys("OpenFire/Installed");

  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");

firePort = get_http_port( default:9090 );

fireVer = get_kb_item("www/" + firePort + "/Openfire");
if(fireVer != NULL)
{
  # Grep for Openfire version prior to 3.6.3
  if(version_is_less(version:fireVer, test_version:"3.6.3")){
    security_message(firePort);
  }
}

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

22 Mar 2017 00:00Current
6.4Medium risk
Vulners AI Score6.4
EPSS0.14824
20