Lucene search

K
nessusThis script is Copyright (C) 2015-2018 Tenable Network Security, Inc.GROUPWISE_WEBACCESS_CVE-2014-0611.NASL
HistoryOct 26, 2015 - 12:00 a.m.

Novell GroupWise WebAccess 2012 < 2012 SP4 / 2014 < 2014 SP2 Multiple XSS (7016653)

2015-10-2600:00:00
This script is Copyright (C) 2015-2018 Tenable Network Security, Inc.
www.tenable.com
15

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

0.066 Low

EPSS

Percentile

93.8%

The remote host is running a version of Novell GroupWise WebAccess that is 2012 prior to 2012 SP4 or 2014 prior to 2014 SP2. It is, therefore, affected by multiple cross-site scripting vulnerabilities due to improper validation of user-supplied input. A remote attacker can exploit this, via a specially crafted request, to execute arbitrary script code in a user’s browser session.

#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(86609);
  script_version("1.4");
  script_cvs_date("Date: 2018/11/15 20:50:27");

  script_cve_id("CVE-2014-0611");
  script_bugtraq_id(76008);

  script_name(english:"Novell GroupWise WebAccess 2012 < 2012 SP4 / 2014 < 2014 SP2 Multiple XSS (7016653)");
  script_summary(english:"Checks the GroupWise WebAccess version.");

  script_set_attribute( attribute:"synopsis", value:
"The web application running on the remote host is affected by multiple
cross-site scripting vulnerabilities.");
  script_set_attribute( attribute:"description", value:
"The remote host is running a version of Novell GroupWise WebAccess
that is 2012 prior to 2012 SP4 or 2014 prior to 2014 SP2. It is,
therefore, affected by multiple cross-site scripting vulnerabilities
due to improper validation of user-supplied input. A remote attacker
can exploit this, via a specially crafted request, to execute
arbitrary script code in a user's browser session.");
  script_set_attribute(attribute:"see_also",value:"https://support.microfocus.com/kb/doc.php?id=7016653");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Novell GroupWise WebAccess version 2012 Support Pack 4
(SP4) / 2014 Support Pack 2 (SP2) or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2015/07/06");
  script_set_attribute(attribute:"patch_publication_date", value:"2015/07/06");
  script_set_attribute(attribute:"plugin_publication_date", value:"2015/10/26");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:novell:groupwise_webaccess");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

  script_copyright(english:"This script is Copyright (C) 2015-2018 Tenable Network Security, Inc.");

  script_dependencies("groupwise_webaccess_detect.nasl");
  script_require_keys("installed_sw/GroupWise WebAccess");

  exit(0);
}

include("audit.inc");
include("global_settings.inc");
include("install_func.inc");
include("misc_func.inc");
include("smb_func.inc");

app_name = "GroupWise WebAccess";

get_install_count(app_name:app_name, exit_if_zero:TRUE);

port = get_kb_item("SMB/transport");
if (!port) port = 445;

install = get_single_install(
  app_name:app_name,
  exit_if_unknown_ver:TRUE
);

version = install['version'];
path = install['path'];

fix = NULL;

if (version =~ "^12\.0\.")
  fix='12.0.4';

if (version =~ "^14\.0\.") 
  fix='14.0.2';

if (isnull(fix)) audit(AUDIT_INST_PATH_NOT_VULN, app_name, version, path);

if (ver_compare(ver:version, fix:fix) == -1)
{
  set_kb_item(name:"www/" + port + "/XSS", value:TRUE);

  if (report_verbosity > 0)
  {
    report =
      '\n  Path              : ' + path +
      '\n  Installed version : ' + version +
      '\n  Fixed version     : ' + fix +
      '\n';

       security_warning(port:port, extra:report);
  }
  else security_warning(port:port);
}
else audit(AUDIT_INST_PATH_NOT_VULN, app_name, version , path);
VendorProductVersionCPE
novellgroupwise_webaccesscpe:/a:novell:groupwise_webaccess

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

0.066 Low

EPSS

Percentile

93.8%

Related for GROUPWISE_WEBACCESS_CVE-2014-0611.NASL