Lucene search

K
openvasCopyright (C) 2017 Greenbone AGOPENVAS:1361412562310811425
HistoryJul 05, 2017 - 12:00 a.m.

Microsoft Azure AD Connect Privilege Elevation Vulnerability (4033453)

2017-07-0500:00:00
Copyright (C) 2017 Greenbone AG
plugins.openvas.org
12

CVSS2

6.8

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

CVSS3

8.1

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

AI Score

8.1

Confidence

High

EPSS

0.002

Percentile

61.0%

This host is missing an important security
update according to Microsoft Security Advisory 4033453

# SPDX-FileCopyrightText: 2017 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.811425");
  script_version("2023-07-25T05:05:58+0000");
  script_cve_id("CVE-2017-8613");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-10-03 00:03:00 +0000 (Thu, 03 Oct 2019)");
  script_tag(name:"creation_date", value:"2017-07-05 13:42:34 +0530 (Wed, 05 Jul 2017)");
  script_tag(name:"qod_type", value:"executable_version");
  script_name("Microsoft Azure AD Connect Privilege Elevation Vulnerability (4033453)");

  script_tag(name:"summary", value:"This host is missing an important security
  update according to Microsoft Security Advisory 4033453");

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

  script_tag(name:"insight", value:"The flaw is due to misconfiguration of
  Azure AD Connect Password writeback during enablement.");

  script_tag(name:"impact", value:"Successful exploitation will allow an
  attacker to reset passwords and gain unauthorized access to arbitrary
  on-premises AD privileged user accounts.");

  script_tag(name:"affected", value:"Azure AD Connect prior to 1.1.553.0");

  script_tag(name:"solution", value:"The vendor has released updates. Please see the references for more information.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_xref(name:"URL", value:"https://technet.microsoft.com/library/security/4033453");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/99294");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("Windows");
  script_dependencies("smb_reg_service_pack.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("SMB/WindowsVersion");
  exit(0);
}


include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");

key = "Software\Microsoft\Azure AD Connect";
if(!registry_key_exists(key:key)){
  exit(0);
}

appPath = registry_get_sz(key:key, item:"WizardPath");
if("AzureADConnect" >< appPath)
{
  appPath = ereg_replace(pattern:"\AzureADConnect.exe", replace:"", string:appPath);
  dllVer = fetch_file_version(sysPath:appPath, file_name:"AzureADConnect.exe");
  if(dllVer)
  {
    if(version_is_less(version:dllVer, test_version:"1.1.553.0"))
    {
      report = 'File checked:     ' +  appPath + "AzureADConnect.exe" + '\n' +
               'File version:     ' +  dllVer  + '\n' +
               'Vulnerable range:  Less than 1.1.553.0' + '\n' ;
      security_message(data:report);
      exit(0);
    }
  }
}

CVSS2

6.8

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

CVSS3

8.1

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

AI Score

8.1

Confidence

High

EPSS

0.002

Percentile

61.0%

Related for OPENVAS:1361412562310811425