Lucene search

K
openvasCopyright (C) 2009 Greenbone Networks GmbHOPENVAS:1361412562310800388
HistoryMay 18, 2009 - 12:00 a.m.

IceWarp Merak Mail Server < 9.4.2 Multiple Vulnerabilities

2009-05-1800:00:00
Copyright (C) 2009 Greenbone Networks GmbH
plugins.openvas.org
45

6.4 Medium

AI Score

Confidence

Low

6.5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

0.014 Low

EPSS

Percentile

86.4%

IceWarp Merak Mail Server is prone to multiple vulnerabilities.

# Copyright (C) 2009 Greenbone Networks GmbH
# 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
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# 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.

CPE = "cpe:/a:icewarp:mail_server";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800388");
  script_version("2022-09-01T10:11:07+0000");
  script_tag(name:"last_modification", value:"2022-09-01 10:11:07 +0000 (Thu, 01 Sep 2022)");
  script_tag(name:"creation_date", value:"2009-05-18 09:37:31 +0200 (Mon, 18 May 2009)");
  script_tag(name:"cvss_base", value:"6.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:P/A:P");
  script_cve_id("CVE-2009-1467", "CVE-2009-1468", "CVE-2009-1469");
  script_name("IceWarp Merak Mail Server < 9.4.2 Multiple Vulnerabilities");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("gb_icewarp_consolidation.nasl");
  script_mandatory_keys("icewarp/mailserver/detected");

  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2009/1253");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34820");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34823");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34825");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34827");
  script_xref(name:"URL", value:"http://www.redteam-pentesting.de/advisories/rt-sa-2009-001");
  script_xref(name:"URL", value:"http://www.redteam-pentesting.de/advisories/rt-sa-2009-002");
  script_xref(name:"URL", value:"http://www.redteam-pentesting.de/advisories/rt-sa-2009-003");
  script_xref(name:"URL", value:"http://www.redteam-pentesting.de/advisories/rt-sa-2009-004");

  script_tag(name:"summary", value:"IceWarp Merak Mail Server 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:"- Error in cleanHTML function in server/inc/tools.php is related
  to the email view and incorrect processing of HTML filtering.

  - Error in getHTML function in server/inc/rss/item.php is related to title, link, or description
  element in an RSS feed.

  - Error exists in search form in server/webmail.php in the Groupware component via 'sql' and
  'order_by' elements in an XML search query.

  - Error occur in Forgot Password implementation in server/webmail.php via CRLF sequences preceding
  a Reply-To header in the subject element of an XML document.");

  script_tag(name:"impact", value:"Successful attacks will allow attackers to inject arbitrary web
  script or HTML script code via a specially crafted email in a user's browser session in the
  context of an affected site.");

  script_tag(name:"affected", value:"IceWarp Merak Mail Server prior to version 9.4.2.");

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

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

  exit(0);
}

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

if (!version = get_app_version(cpe: CPE, nofork: TRUE))
  exit(0);

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

exit(99);

6.4 Medium

AI Score

Confidence

Low

6.5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

0.014 Low

EPSS

Percentile

86.4%

Related for OPENVAS:1361412562310800388