Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310900484
HistoryMar 26, 2009 - 12:00 a.m.

Openfire < 3.6.1 Multiple Vulnerabilities

2009-03-2600:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
14

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

7.5 High

AI Score

Confidence

High

0.665 Medium

EPSS

Percentile

97.9%

Openfire is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-or-later

CPE = "cpe:/a:igniterealtime:openfire";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900484");
  script_version("2023-06-01T09:09:48+0000");
  script_tag(name:"last_modification", value:"2023-06-01 09:09:48 +0000 (Thu, 01 Jun 2023)");
  script_tag(name:"creation_date", value:"2009-03-26 11:19:12 +0100 (Thu, 26 Mar 2009)");
  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-2008-6511", "CVE-2008-6510", "CVE-2008-6508", "CVE-2008-6509");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Openfire < 3.6.1 Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_openfire_http_detect.nasl");
  script_mandatory_keys("openfire/detected");

  script_tag(name:"summary", value:"Openfire is prone to multiple vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"Multiple flaws are due to:

  - Error in the AuthCheckFilter which causes access to administrative resources without admin
  authentication

  - Error in the type parameter inside the file 'sipark-log-summary.jsp' which causes an SQL
  injection

  - Error in the 'login.jsp' URL parameter which accept malicious chars as input which causes an
  XSS

  - Error in the SIP-Plugin which is deactivated by default which lets an attacker install the
  plugin by using admin authentication bypass methods");

  script_tag(name:"impact", value:"Successful exploitation will let the attacker cause multiple
  attacks in the context of the application i.e. cross-site scripting (XSS), disclosure of
  sensitive information, phishing attacks through the affected parameters.");

  script_tag(name:"affected", value:"Openfire prior to version 3.6.1.");

  script_tag(name:"solution", value:"Update to version 3.6.1 or later.");

  script_xref(name:"URL", value:"http://secunia.com/advisories/32478");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/32189");
  script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/7075");
  script_xref(name:"URL", value:"http://www.andreas-kurtz.de/advisories/AKADV2008-001-v1.0.txt");
  script_xref(name:"URL", value:"http://www.igniterealtime.org/builds/openfire/docs/latest/changelog.html");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if( ! port = get_app_port( cpe:CPE ) )
  exit( 0 );

if( ! vers = get_app_version( cpe:CPE, port:port ) )
  exit( 0 );

if( version_is_less( version:vers, test_version:"3.6.1" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"3.6.1" );
  security_message( port:port, data:report );
  exit( 0 );
}

exit( 99 );

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

7.5 High

AI Score

Confidence

High

0.665 Medium

EPSS

Percentile

97.9%