Lucene search

K
openvasCopyright (C) 2016 Greenbone AGOPENVAS:1361412562310806187
HistoryJan 13, 2016 - 12:00 a.m.

Microsoft Exchange Server Address Spoofing Vulnerabilities (3124557)

2016-01-1300:00:00
Copyright (C) 2016 Greenbone AG
plugins.openvas.org
20

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

6.1 Medium

AI Score

Confidence

High

4.3 Medium

CVSS2

Access Vector

Access Complexity

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

0.007 Low

EPSS

Percentile

80.4%

This host is missing an important security
update according to Microsoft Bulletin MS16-010.

# SPDX-FileCopyrightText: 2016 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:microsoft:exchange_server";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.806187");
  script_version("2023-07-20T05:05:17+0000");
  script_cve_id("CVE-2016-0029", "CVE-2016-0030", "CVE-2016-0031", "CVE-2016-0032");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_tag(name:"last_modification", value:"2023-07-20 05:05:17 +0000 (Thu, 20 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2020-04-09 13:26:00 +0000 (Thu, 09 Apr 2020)");
  script_tag(name:"creation_date", value:"2016-01-13 09:19:57 +0530 (Wed, 13 Jan 2016)");
  script_tag(name:"qod_type", value:"executable_version");
  script_name("Microsoft Exchange Server Address Spoofing Vulnerabilities (3124557)");

  script_tag(name:"summary", value:"This host is missing an important security
  update according to Microsoft Bulletin MS16-010.");

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

  script_tag(name:"insight", value:"Multiple spoofing vulnerabilities exist
  in Microsoft Exchange Server when Outlook Web Access (OWA) fails to properly
  handle web requests.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  attackers to perform script or content injection attacks, and attempt to trick
  the user into disclosing sensitive information.");

  script_tag(name:"affected", value:"- Microsoft Exchange Server 2016

  - Microsoft Exchange Server 2013 SP1

  - Microsoft Exchange Server 2013 Cumulative Update 10 and

  - Microsoft Exchange Server 2013 Cumulative Update 11");

  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/MS16-010");
  script_xref(name:"URL", value:"https://support.microsoft.com/en-us/kb/3124557#bookmark-fileinfo");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_family("Windows : Microsoft Bulletins");
  script_dependencies("gb_ms_exchange_server_detect.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("MS/Exchange/Server/Ver");
  exit(0);
}

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

exchangePath = get_app_location(cpe:CPE, skip_port:TRUE);
if(!exchangePath || "Could not find the install location" >< exchangePath){
  exit(0);
}

exeVer = fetch_file_version(sysPath:exchangePath, file_name:"Bin\ExSetup.exe");
if(!exeVer){
  exit(0);
}

if (exeVer =~ "^(15\.1\.2)"){
  if(version_in_range(version:exeVer, test_version:"15.1.200.00", test_version2:"15.1.225.44"))
  {
    report = 'File checked:     ' + exchangePath + "Bin\ExSetup.exe" + '\n' +
             'File version:     ' + exeVer  + '\n' +
             'Vulnerable range:  15.1.200.00 - 15.1.225.44' + '\n' ;
    security_message(data:report);
    exit(0);
  }
}

else if (exeVer =~ "^(15\.0\.8)"){
  if(version_in_range(version:exeVer, test_version:"15.0.800.00", test_version2:"15.0.847.44"))
  {
    report = 'File checked:     ' + exchangePath + "Bin\ExSetup.exe" + '\n' +
             'File version:     ' + exeVer  + '\n' +
             'Vulnerable range:  15.0.800.00 - 15.0.847.44' + '\n' ;
    security_message(data:report);
    exit(0);
  }
}

else if (exeVer =~ "^(15\.0\.1156)"){
  if(version_in_range(version:exeVer, test_version:"15.0.1156.00", test_version2:"15.0.1156.7"))
  {
    report = 'File checked:     ' + exchangePath + "Bin\ExSetup.exe" + '\n' +
             'File version:     ' + exeVer  + '\n' +
             'Vulnerable range:  15.0.1156.00 - 15.0.1156.7' + '\n' ;
    security_message(data:report);
    exit(0);
  }
}

else if (exeVer =~ "^(15\.0\.1130)"){
  if(version_in_range(version:exeVer, test_version:"15.0.1130.00", test_version2:"15.0.1130.09"))
  {
    report = 'File checked:     ' + exchangePath + "Bin\ExSetup.exe" + '\n' +
             'File version:     ' + exeVer  + '\n' +
             'Vulnerable range:  15.0.1130.00 - 15.0.1130.09' + '\n' ;
    security_message(data:report);
    exit(0);
  }
}

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

6.1 Medium

AI Score

Confidence

High

4.3 Medium

CVSS2

Access Vector

Access Complexity

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

0.007 Low

EPSS

Percentile

80.4%

Related for OPENVAS:1361412562310806187