Lucene search

K
nessusThis script is Copyright (C) 2015-2018 Tenable Network Security, Inc.MALWAREBYTES_ANTI_EXPLOIT_1_05_1_1014.NASL
HistoryJun 03, 2015 - 12:00 a.m.

Malwarebytes Anti-Exploit < 1.05.1.1014 DoS

2015-06-0300:00:00
This script is Copyright (C) 2015-2018 Tenable Network Security, Inc.
www.tenable.com
14

CVSS2

2.1

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

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

EPSS

0.001

Percentile

21.9%

The Malwarebytes Anti-Exploit installed on the remote Windows host is a version prior to 1.05.1.1014. It is, therefore, affected by a out-of-bounds read flaw in the ‘mbae.sys’ driver when handling certain IOCTL calls. A local attacker can exploit this to cause access of invalid memory, resulting in a denial of service

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

include("compat.inc");

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

  script_cve_id("CVE-2014-100039");
  script_bugtraq_id(72264);

  script_name(english:"Malwarebytes Anti-Exploit < 1.05.1.1014 DoS");
  script_summary(english:"Checks the Malwarebytes Anti-Exploit version.");

  script_set_attribute(attribute:"synopsis", value:
"The remote host has an anti-exploitation application installed that is
affected by a denial of service vulnerability.");
  script_set_attribute(attribute:"description", value:
"The Malwarebytes Anti-Exploit installed on the remote Windows host is
a version prior to 1.05.1.1014. It is, therefore, affected by a
out-of-bounds read flaw in the 'mbae.sys' driver when handling certain
IOCTL calls. A local attacker can exploit this to cause access of
invalid memory, resulting in a denial of service");
  script_set_attribute(attribute:"see_also", value:"https://www.malwarebytes.com/support/releasehistory/");
  script_set_attribute(attribute:"solution", value:"Upgrade to Malwarebytes Anti-Exploit 1.05.1.1014 or later.");
  script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:N/I:N/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2014/12/01");
  script_set_attribute(attribute:"patch_publication_date", value:"2014/12/01");
  script_set_attribute(attribute:"plugin_publication_date", value:"2015/06/03");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:malwarebytes:malwarebytes_anti-exploit");
  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("malwarebytes_anti_exploit_installed.nbin");
  script_require_keys("installed_sw/Malwarebytes Anti-Exploit");

  exit(0);
}

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

app = "Malwarebytes Anti-Exploit";

install = get_single_install(
  app_name : app,
  exit_if_unknown_ver : TRUE
);
path    = install["path"];
version = install["version"];
edition = install["Edition"];

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

fix = '1.05.1.1014';

if (ver_compare(fix:fix, ver:version, strict:FALSE) < 0)
{
  if (report_verbosity > 0)
  {
    report =
      '\n  Path              : ' + path +
      '\n  Edition           : ' + edition +
      '\n  Installed version : ' + version +
      '\n  Fixed version     : ' + fix +
      '\n';
    security_note(port:port, extra:report);
  }
  else security_note(port);
}
else audit(AUDIT_INST_PATH_NOT_VULN, app, version, path);

CVSS2

2.1

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

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

EPSS

0.001

Percentile

21.9%

Related for MALWAREBYTES_ANTI_EXPLOIT_1_05_1_1014.NASL