Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310103881
HistoryJan 14, 2014 - 12:00 a.m.

Atmail Multiple Unspecified Security Vulnerabilities.

2014-01-1400:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
12

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

6.5 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

65.2%

Atmail is prone to multiple security vulnerabilities.

# SPDX-FileCopyrightText: 2014 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:atmail:atmail";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.103881");
  script_cve_id("CVE-2013-5034", "CVE-2013-5033", "CVE-2013-5032", "CVE-2013-5031");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_version("2024-03-04T14:37:58+0000");

  script_name("Atmail Multiple Unspecified Security Vulnerabilities.");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64798");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64797");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64796");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/64789");
  script_xref(name:"URL", value:"http://blog.atmail.com/2013/atmail-7-1-2-security-hotfix/");

  script_tag(name:"last_modification", value:"2024-03-04 14:37:58 +0000 (Mon, 04 Mar 2024)");
  script_tag(name:"creation_date", value:"2014-01-14 12:23:14 +0100 (Tue, 14 Jan 2014)");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_dependencies("atmail_detect.nasl");
  script_mandatory_keys("Atmail/installed");

  script_tag(name:"impact", value:"Impact and attack vectors are unknown.");

  script_tag(name:"vuldetect", value:"Check the installed version.");

  script_tag(name:"insight", value:"Atmail is prone to multiple unspecified security vulnerabilities.");

  script_tag(name:"solution", value:"Updates are available.");
  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"summary", value:"Atmail is prone to multiple security vulnerabilities.");

  script_tag(name:"affected", value:"Versions prior to Atmail 6.6.4 and 7.1.2 are vulnerable.");

  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(vers  =~ "^6\.")
  check_version = "6.6.4";

if(vers  =~ "^7\.")
  check_version = "7.1.2";

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

exit(99);

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

6.5 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

65.2%

Related for OPENVAS:1361412562310103881