Lucene search

K
openvasCopyright (C) 2015 Greenbone AGOPENVAS:1361412562310805420
HistoryJan 02, 2015 - 12:00 a.m.

Malwarebytes Anti-Exploit < 1.05.1.1014 DoS Vulnerability - Windows

2015-01-0200:00:00
Copyright (C) 2015 Greenbone AG
plugins.openvas.org
13

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

AI Score

6.5

Confidence

High

EPSS

0.001

Percentile

21.9%

Malwarebytes Anti-Exploit is prone to denial of service (DoS) vulnerability.

# SPDX-FileCopyrightText: 2015 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:malwarebytes:malwarebytes_anti-exploit";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.805420");
  script_version("2024-02-29T05:05:39+0000");
  script_cve_id("CVE-2014-100039");
  script_tag(name:"cvss_base", value:"2.1");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"2024-02-29 05:05:39 +0000 (Thu, 29 Feb 2024)");
  script_tag(name:"creation_date", value:"2015-01-02 11:26:06 +0530 (Fri, 02 Jan 2015)");
  script_name("Malwarebytes Anti-Exploit < 1.05.1.1014 DoS Vulnerability - Windows");

  script_tag(name:"summary", value:"Malwarebytes Anti-Exploit is prone to denial of service (DoS) vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"MBAE client does not perform proper input
  validation during IOCTL call.");

  script_tag(name:"impact", value:"Successful exploitation will allow local
  attackers to cause a denial of service (crash).");

  script_tag(name:"affected", value:"Malwarebytes Anti-Exploit
  (MBAE) versions prior to 1.05.1.1014 on Windows");

  script_tag(name:"solution", value:"Upgrade to version 1.05.1.1014
  or later.");

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

  script_xref(name:"URL", value:"https://forums.malwarebytes.org/index.php?/topic/158251-malwarebytes-anti-exploit-hall-of-fame/");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_family("Denial of Service");
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_dependencies("gb_malwarebytes_anti_exploit_detect_win.nasl");
  script_mandatory_keys("Malwarebytes/Anti-Exploit/Win/Installed");

  exit(0);
}

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

if(!mbversion = get_app_version(cpe:CPE)){
  exit(0);
}

if(version_is_less(version:mbversion, test_version:"1.05.1.1014"))
{
  report = 'Installed version: ' + mbversion + '\n' +
             'Fixed version: 1.05.1.1014\n';
  security_message(data:report);
  exit(0);
}

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

AI Score

6.5

Confidence

High

EPSS

0.001

Percentile

21.9%