Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310800675
HistoryAug 11, 2009 - 12:00 a.m.

Kerio MailServer WebMail 'Integration' Page XSS Vulnerability

2009-08-1100:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
11

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

5.7 Medium

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

53.0%

Kerio MailServer is prone to a cross-site scripting (XSS) vulnerability.

# 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-only

CPE = "cpe:/a:kerio:kerio_mailserver";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800675");
  script_version("2023-07-27T05:05:08+0000");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"creation_date", value:"2009-08-11 07:36:16 +0200 (Tue, 11 Aug 2009)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_cve_id("CVE-2009-2636");
  script_name("Kerio MailServer WebMail 'Integration' Page XSS Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_kerio_mailserver_detect.nasl");
  script_mandatory_keys("KerioMailServer/detected");

  script_xref(name:"URL", value:"http://secunia.com/advisories/35392");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/35264");
  script_xref(name:"URL", value:"http://www.kerio.com/support/security-advisories#0906");
  script_xref(name:"URL", value:"http://securitytracker.com/alerts/2009/Jun/1022348.html");

  script_tag(name:"impact", value:"Successful exploitation could result in insertion of arbitrary HTML and script
  code in the user's browser session in the context of an affected site.");

  script_tag(name:"affected", value:"Kerio MailServer version 6.6.0 before 6.6.2 Patch 3 and
  6.7.0 before 6.7.0 Patch 1.");

  script_tag(name:"insight", value:"Issue is due to certain unspecified input passed to the integration page of
  the WebMail component which is not properly sanitised before being returned to the user.");

  script_tag(name:"solution", value:"Upgrade to Kerio MailServer 6.6.2 Patch 3 or 6.7.0 Patch 1 or later.");

  script_tag(name:"summary", value:"Kerio MailServer is prone to a cross-site scripting (XSS) vulnerability.");

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

  exit(0);
}

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

if( ! vers = get_app_version( cpe:CPE, nofork:TRUE, version_regex:"^6\." ) )
  exit( 0 );

if( vers =~ "^6\.6" && version_is_less( version:vers, test_version:"6.6.2.patch3" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"6.6.2 Patch 3" );
  security_message( port:0, data:report );
  exit( 0 );
} else if( vers =~ "^6\.7" && version_is_less( version:vers, test_version:"6.7.0.patch1" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"6.7.0 Patch 1" );
  security_message( port:0, data:report );
  exit( 0 );
}

exit( 99 );

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

5.7 Medium

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

53.0%

Related for OPENVAS:1361412562310800675